1. 27e1f82 khugepaged: enable collapse pmd for pte-mapped THP by Song Liu · 5 years ago
  2. 09d91cd mm,thp: avoid writes to file with THP in pagecache by Song Liu · 5 years ago
  3. 99cb0db mm,thp: add read-only THP support for (non-shmem) FS by Song Liu · 5 years ago
  4. 579c571 khugepaged: rename collapse_shmem() and khugepaged_scan_shmem() by Song Liu · 5 years ago
  5. 4101196 mm: page cache: store only head pages in i_pages by Matthew Wilcox (Oracle) · 5 years ago
  6. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  7. 69bf4b6 Revert "mm: page cache: store only head pages in i_pages" by Linus Torvalds · 6 years ago
  8. 59ea6d0 coredump: fix race condition between collapse_huge_page() and core dumping by Andrea Arcangeli · 6 years ago
  9. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  10. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  11. 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
  12. 1ff9e6e mm: memcontrol: expose THP events on a per-memcg basis by Chris Down · 6 years ago
  13. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  14. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  15. 95feeab mm/khugepaged: fix the xas_create_range() error path by Hugh Dickins · 6 years ago
  16. 06a5e12 mm/khugepaged: collapse_shmem() do not crash on Compound by Hugh Dickins · 6 years ago
  17. 87c460a mm/khugepaged: collapse_shmem() without freezing new_page by Hugh Dickins · 6 years ago
  18. 042a308 mm/khugepaged: minor reorderings in collapse_shmem() by Hugh Dickins · 6 years ago
  19. 2af8ff2 mm/khugepaged: collapse_shmem() remember to clear holes by Hugh Dickins · 6 years ago
  20. aaa52e3 mm/khugepaged: fix crashes due to misaccounted holes by Hugh Dickins · 6 years ago
  21. 701270f mm/khugepaged: collapse_shmem() stop if punched or truncated by Hugh Dickins · 6 years ago
  22. 35f3aa3 mm: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  23. 85b392d mm: Convert khugepaged_scan_shmem to XArray by Matthew Wilcox · 7 years ago
  24. 77da938 mm: Convert collapse_shmem to XArray by Matthew Wilcox · 7 years ago
  25. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  26. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  27. 50f8b92 mm: thp: pass correct vm_flags to hugepage_vma_check() by Song Liu · 6 years ago
  28. 87aa752 mm: thp: inc counter for collapsed shmem THP by Yang Shi · 6 years ago
  29. c223102 mm: thp: register mm for khugepaged when merging vma for shmem by Yang Shi · 6 years ago
  30. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  31. b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 7 years ago
  32. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
  33. 9d3c335 mm, thp: do not cause memcg oom for thp by David Rientjes · 7 years ago
  34. fece202 mm/khugepaged.c: convert VM_BUG_ON() to collapse fail by Kirill A. Shutemov · 7 years ago
  35. 3b454ad mm: thp: use down_read_trylock() in khugepaged to avoid long block by Yang Shi · 7 years ago
  36. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
  37. f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
  38. 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
  39. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 7 years ago
  42. c891d9f mm, thp: remove cond_resched from __collapse_huge_page_copy by David Rientjes · 8 years ago
  43. 338a16b mm, thp: copying user pages must schedule on collapse by David Rientjes · 8 years ago
  44. 835152a mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin by SeongJae Park · 8 years ago
  45. 2948be5 mm: do not use double negation for testing page flags by Minchan Kim · 8 years ago
  46. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 8 years ago
  47. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  48. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  49. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  50. 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
  51. d670ffd mm/thp/pagecache/collapse: free the pte page table on collapse for thp page cache. by Aneesh Kumar K.V · 8 years ago
  52. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  53. 2994302 mm: add orig_pte field into vm_fault by Jan Kara · 8 years ago
  54. 0721ec8 mm: use pgoff in struct vm_fault instead of passing it separately by Jan Kara · 8 years ago
  55. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  56. 953c66c mm: THP page cache support for ppc64 by Aneesh Kumar K.V · 8 years ago
  57. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  58. 59749e6 mm: khugepaged: fix radix tree node leak in shmem collapse error path by Johannes Weiner · 8 years ago
  59. 91a45f7 mm: khugepaged: close use-after-free race during shmem collapsing by Johannes Weiner · 8 years ago
  60. e1465d1 mm, thp: propagation of conditional compilation in khugepaged.c by Jérémy Lefaure · 8 years ago
  61. 982785c mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() by Ebru Akagunduz · 8 years ago
  62. c131f75 khugepaged: fix use-after-free in collapse_huge_page() by Kirill A. Shutemov · 8 years ago
  63. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  64. a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
  65. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  66. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  67. 0db501f mm, thp: convert from optimistic swapin collapsing to conservative by Ebru Akagunduz · 8 years ago
  68. 47f863e mm, thp: fix comment inconsistency for swapin readahead functions by Ebru Akagunduz · 8 years ago
  69. e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
  70. f3f0e1d khugepaged: add support of collapse for tmpfs/shmem pages by Kirill A. Shutemov · 8 years ago
  71. 988ddb7 khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page() by Kirill A. Shutemov · 8 years ago
  72. b46e756 thp: extract khugepaged from mm/huge_memory.c by Kirill A. Shutemov · 8 years ago