1. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  2. 9b4bdd2 mm: drop support of non-linear mapping from fault codepath by Kirill A. Shutemov · 9 years ago
  3. 8a5f14a mm: drop support of non-linear mapping from unmap/zap codepath by Kirill A. Shutemov · 9 years ago
  4. 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 9 years ago
  5. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 9 years ago
  6. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  7. fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 9 years ago
  8. 48ec833 Revert "mm/memory.c: share the i_mmap_rwsem" by Kirill A. Shutemov · 9 years ago
  9. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  10. d82fa87 mm/memory.c:do_shared_fault(): add comment by Andrew Morton · 9 years ago
  11. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 9 years ago
  12. f045bbb mmu_gather: fix over-eager tlb_flush_mmu_free() calling by Linus Torvalds · 9 years ago
  13. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  14. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 9 years ago
  15. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  16. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  17. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  18. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  19. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 9 years ago
  20. 2022b4d1 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 10 years ago
  21. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  22. ce9ec37 zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 10 years ago
  23. 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
  24. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  25. dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
  26. b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  27. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  28. b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
  29. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  30. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  31. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  32. dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
  33. 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
  34. aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago
  35. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  36. 9aed861 mm/memory.c: don't forget to set softdirty on file mapped fault by Cyrill Gorcunov · 10 years ago
  37. 21bda26 mm: make copy_pte_range static again by Jerome Marchand · 10 years ago
  38. c0d7326 mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() by Hugh Dickins · 10 years ago
  39. b4903d6 mm: debugfs: move rounddown_pow_of_two() out from do_fault path by Andrey Ryabinin · 10 years ago
  40. c118678 mm: do not call do_fault_around for non-linear fault by Konstantin Khlebnikov · 10 years ago
  41. 1fdb412 mm: document do_fault_around() feature by Kirill A. Shutemov · 10 years ago
  42. a9b0f86 mm: nominate faultaround area in bytes rather than page order by Kirill A. Shutemov · 10 years ago
  43. 850e9c6 mm: fix typo in comment in do_fault_around() by Kirill A. Shutemov · 10 years ago
  44. 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
  45. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  46. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  47. 107437f mm/numa: Remove BUG_ON() in __handle_mm_fault() by Rik van Riel · 10 years ago
  48. 1cf35d4 mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts by Linus Torvalds · 10 years ago
  49. 1b17844 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 10 years ago
  50. ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 10 years ago
  51. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  52. 1592eef mm: add debugfs tunable for fault_around_order by Kirill A. Shutemov · 10 years ago
  53. 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 10 years ago
  54. 7aa6b4a mm/memory.c: update comment in unmap_single_vma() by Davidlohr Bueso · 10 years ago
  55. cda540a mm: get_user_pages(write,force) refuse to COW in shared areas by Hugh Dickins · 10 years ago
  56. 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 10 years ago
  57. fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 10 years ago
  58. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  59. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  60. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  61. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  62. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  63. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  64. 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 10 years ago
  65. 33b6c77 mm, hwpoison: release page on PageHWPoison() in __do_fault() by Kirill A. Shutemov · 10 years ago
  66. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  67. f0b791a mm: print more details for bad_page() by Dave Hansen · 10 years ago
  68. b35f181 mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 10 years ago
  69. 0abdd7a dma-debug: introduce debug_dma_assert_idle() by Dan Williams · 10 years ago
  70. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  71. 40b64ac mm: fix build of split ptlock code by Olof Johansson · 10 years ago
  72. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 10 years ago
  73. 8b2e9b7 Revert "mm: create a separate slab for page->ptl allocation" by Linus Torvalds · 11 years ago
  74. ea1e7ed mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
  75. 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
  76. 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
  77. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  78. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  79. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  80. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
  82. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  83. c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  84. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  85. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  86. c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
  87. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  88. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  89. 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
  90. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  91. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  92. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  93. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  94. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  95. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  96. a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
  97. 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  98. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
  99. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  100. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago