1. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 8 years ago
  2. e81c480 mm, numa: skip PTE-mapped THP on numa fault by Kirill A. Shutemov · 8 years ago
  3. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  4. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  5. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  6. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  7. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 8 years ago
  8. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  9. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  10. c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 8 years ago
  11. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 8 years ago
  12. 0df9d41 mm, dax: fix DAX deadlocks (COW fault) by Yigal Korman · 9 years ago
  13. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  14. fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
  15. 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
  16. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  17. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  18. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  19. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
  20. ca1d6c7 mm/memory.c: make tlb_next_batch() return bool by Nicholas Krause · 9 years ago
  21. 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
  22. 6b7339f mm: avoid setting up anonymous pages into file mapping by Kirill A. Shutemov · 9 years ago
  23. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  24. eb3c24f mm, memcg: Try charging a page before setting page up to date by Mel Gorman · 9 years ago
  25. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  26. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  27. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  28. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  29. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  30. 93e478d mm: refactor do_wp_page handling of shared vma into a function by Shachar Raindel · 9 years ago
  31. 2f38ab2 mm: refactor do_wp_page, extract the page copy flow by Shachar Raindel · 9 years ago
  32. 2876680 mm: refactor do_wp_page - rewrite the unlock flow by Shachar Raindel · 9 years ago
  33. 4e047f8 mm: refactor do_wp_page, extract the reuse case by Shachar Raindel · 9 years ago
  34. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 9 years ago
  35. b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 9 years ago
  36. bea66fb mm: numa: group related processes based on VMA flags instead of page table flags by Mel Gorman · 9 years ago
  37. 53da3bc mm: fix up numa read-only thread grouping logic by Linus Torvalds · 9 years ago
  38. 2e4cdab mm: allow page fault handlers to perform the COW by Matthew Wilcox · 9 years ago
  39. 283307c mm: fix XIP fault vs truncate race by Matthew Wilcox · 9 years ago
  40. 9cb12d7 mm/memory.c: actually remap enough memory by Grazvydas Ignotas · 9 years ago
  41. c0e7cad mm: numa: add paranoid check around pte_protnone_numa by Mel Gorman · 9 years ago
  42. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 9 years ago
  43. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  44. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  45. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  46. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  47. f38b4b3 mm: memory: merge shared-writable dirtying branches in do_wp_page() by Johannes Weiner · 9 years ago
  48. 74ec675 mm: memory: remove ->vm_file check on shared writable vmas by Johannes Weiner · 9 years ago
  49. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  50. 9b4bdd2 mm: drop support of non-linear mapping from fault codepath by Kirill A. Shutemov · 9 years ago
  51. 8a5f14a mm: drop support of non-linear mapping from unmap/zap codepath by Kirill A. Shutemov · 9 years ago
  52. bdccc4e Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  53. 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 9 years ago
  54. 667a0a0 mm: provide a find_special_page vma operation by David Vrabel · 9 years ago
  55. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 9 years ago
  56. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  57. fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 9 years ago
  58. 48ec833 Revert "mm/memory.c: share the i_mmap_rwsem" by Kirill A. Shutemov · 9 years ago
  59. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  60. d82fa87 mm/memory.c:do_shared_fault(): add comment by Andrew Morton · 9 years ago
  61. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 10 years ago
  62. f045bbb mmu_gather: fix over-eager tlb_flush_mmu_free() calling by Linus Torvalds · 10 years ago
  63. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  64. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 10 years ago
  65. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  66. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  67. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  68. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  69. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
  70. 2022b4d1 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 10 years ago
  71. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  72. ce9ec37 zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 10 years ago
  73. 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
  74. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  75. dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
  76. b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  77. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  78. b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
  79. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  80. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  81. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  82. dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
  83. 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
  84. aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago
  85. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  86. 9aed861 mm/memory.c: don't forget to set softdirty on file mapped fault by Cyrill Gorcunov · 10 years ago
  87. 21bda26 mm: make copy_pte_range static again by Jerome Marchand · 10 years ago
  88. c0d7326 mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() by Hugh Dickins · 10 years ago
  89. b4903d6 mm: debugfs: move rounddown_pow_of_two() out from do_fault path by Andrey Ryabinin · 10 years ago
  90. c118678 mm: do not call do_fault_around for non-linear fault by Konstantin Khlebnikov · 10 years ago
  91. 1fdb412 mm: document do_fault_around() feature by Kirill A. Shutemov · 10 years ago
  92. a9b0f86 mm: nominate faultaround area in bytes rather than page order by Kirill A. Shutemov · 10 years ago
  93. 850e9c6 mm: fix typo in comment in do_fault_around() by Kirill A. Shutemov · 10 years ago
  94. 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
  95. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  96. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  97. 107437f mm/numa: Remove BUG_ON() in __handle_mm_fault() by Rik van Riel · 10 years ago
  98. 1cf35d4 mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts by Linus Torvalds · 10 years ago
  99. 1b17844 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 10 years ago
  100. ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 10 years ago