1. 423ac9a mm/thp: remove pmd_huge_split_prepare() by Aneesh Kumar K.V · 7 years ago
  2. a3cf988 mm: use updated pmdp_invalidate() interface to track dirty/accessed bits by Kirill A. Shutemov · 7 years ago
  3. 9bebc09 mm/huge_memory.c: fix comment in __split_huge_pmd_locked by Yisheng Xie · 7 years ago
  4. f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
  5. a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  6. c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  7. e7fe7b5 mm: replace pud_write with pud_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  8. f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
  9. 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
  10. a8f9736 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
  11. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  12. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  13. 4645b9f mm/mmu_notifier: avoid call to invalidate_range() in range_end() by Jérôme Glisse · 7 years ago
  14. 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
  15. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  16. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  17. dd8a67f mm/huge_memory.c: deposit page table when copying a PMD migration entry by Zi Yan · 7 years ago
  18. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  19. b14d595 mm/huge_memory.c: fixup grammar in comment by Michael DeGuzis · 8 years ago
  20. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  21. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  22. 616b837 mm: thp: enable thp migration in generic path by Zi Yan · 7 years ago
  23. b5ff816 mm: thp: introduce separate TTU flag for thp freezing by Naoya Horiguchi · 7 years ago
  24. c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
  25. 5980768 mm, THP, swap: support splitting THP for THP swap out by Huang Ying · 7 years ago
  26. ba3c4ce mm, THP, swap: make reuse_swap_page() works for THP swapped out by Huang Ying · 7 years ago
  27. 8aa95a2 mm/huge_memory.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  28. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  29. 6b31d59 mm, oom: fix potential data corruption when oom_reaper races with writer by Michal Hocko · 7 years ago
  30. ccde85b mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() by Peter Zijlstra · 7 years ago
  31. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  32. a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 7 years ago
  33. 8b1b436 mm, locking: Rework {set,clear,mm}_tlb_flush_pending() by Peter Zijlstra · 7 years ago
  34. b8f593c mm, THP, swap: check whether THP can be split firstly by Huang Ying · 7 years ago
  35. 38d8b4e mm, THP, swap: delay splitting THP during swap out by Huang Ying · 7 years ago
  36. bbf29ff thp, mm: fix crash due race in MADV_FREE handling by Kirill A. Shutemov · 7 years ago
  37. 3c226c6 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 7 years ago
  38. 3b6521f mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required by Oliver O'Halloran · 8 years ago
  39. c14a6eb mm/huge_memory.c: use zap_deposited_table() more by Oliver O'Halloran · 8 years ago
  40. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 8 years ago
  41. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 8 years ago
  42. f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 8 years ago
  43. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 8 years ago
  44. 58ceeb6 thp: fix MADV_DONTNEED vs. MADV_FREE race by Kirill A. Shutemov · 8 years ago
  45. ced1080 thp: fix MADV_DONTNEED vs. numa balancing race by Kirill A. Shutemov · 8 years ago
  46. 0a85e51d thp: reduce indentation level in change_huge_pmd() by Kirill A. Shutemov · 8 years ago
  47. 4fad7fb mm, thp: fix setting of defer+madvise thp defrag mode by David Rientjes · 8 years ago
  48. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  49. ce9311c mm/vmstats: add thp_split_pud event for clarity by Yisheng Xie · 8 years ago
  50. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  51. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  52. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  53. 9a8b300 mm/thp/autonuma: use TNF flag instead of vm fault by Aneesh Kumar K.V · 8 years ago
  54. 288bc54 mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte. by Aneesh Kumar K.V · 8 years ago
  55. c7ab0d2 mm: convert try_to_unmap_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  56. ace71a1 mm: introduce page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  57. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  58. 21440d7 mm, thp: add new defer+madvise defrag option by David Rientjes · 8 years ago
  59. 8310d48 mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp by Keno Fischer · 8 years ago
  60. 20f664a mm: pmd dirty emulation in page fault handler by Minchan Kim · 8 years ago
  61. 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
  62. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  63. 49920d2 mm: make transparent hugepage size public by Hugh Dickins · 8 years ago
  64. 953c66c mm: THP page cache support for ppc64 by Aneesh Kumar K.V · 8 years ago
  65. 1dd38b6 mm: move vma_is_anonymous check within pmd_move_must_withdraw by Aneesh Kumar K.V · 8 years ago
  66. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  67. c0f2e17 mm: use the correct page size when removing the page by Aneesh Kumar K.V · 8 years ago
  68. 0719dbf Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. a2ce266 mremap: move_ptes: check pte dirty after its removal by Aaron Lu · 8 years ago
  70. 5d19042 mremap: fix race between mremap() and page cleanning by Aaron Lu · 8 years ago
  71. 308a047 x86/pat, mm: Make track_pfn_insert() return void by Borislav Petkov · 8 years ago
  72. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  73. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  74. 74d2fad thp, dax: add thp_get_unmapped_area for pmd mappings by Toshi Kani · 8 years ago
  75. 536e0e8 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  76. 38e0885 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing by Lorenzo Stoakes · 8 years ago
  77. 5079785 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  78. d59dc7b sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags by Rik van Riel · 8 years ago
  79. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  80. 804dd15 soft_dirty: fix soft_dirty during THP split by Andrea Arcangeli · 8 years ago
  81. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  82. 319904a mm, THP: clean up return value of madvise_free_huge_pmd by Huang Ying · 8 years ago
  83. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  84. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  85. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  86. 8f19b0c thp: fix comments of __pmd_trans_huge_lock() by Huang Ying · 8 years ago
  87. e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
  88. b46e756 thp: extract khugepaged from mm/huge_memory.c by Kirill A. Shutemov · 8 years ago
  89. 657e303 shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings by Kirill A. Shutemov · 8 years ago
  90. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  91. 5a6e75f shmem: prepare huge= mount option and sysfs knob by Kirill A. Shutemov · 8 years ago
  92. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  93. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  94. baa355f thp: file pages support for split_huge_page() by Kirill A. Shutemov · 8 years ago
  95. b237ade thp: prepare change_huge_pmd() for file thp by Kirill A. Shutemov · 8 years ago
  96. 628d47c thp: skip file huge pmd on copy_huge_pmd() by Kirill A. Shutemov · 8 years ago
  97. d21b9e5 thp: handle file pages in split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  98. b507238 thp: support file pages in zap_huge_pmd() by Kirill A. Shutemov · 8 years ago
  99. 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
  100. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago