1. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  2. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  3. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  4. 88193f7 mm: use linear_page_index() in do_fault() by Matthew Wilcox · 8 years ago
  5. 9cb65bc mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 8 years ago
  6. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  7. ad33bb0 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 8 years ago
  8. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  9. 4643536 mm: retire GUP WARN_ON_ONCE that outlived its usefulness by Hugh Dickins · 8 years ago
  10. 03fc2da mm: fix pfn_t to page conversion in vm_insert_mixed by Dan Williams · 8 years ago
  11. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 8 years ago
  12. 5ccc5ab mm: free swap cache aggressively if memcg swap is full by Vladimir Davydov · 8 years ago
  13. 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 8 years ago
  14. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 8 years ago
  15. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 8 years ago
  16. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 8 years ago
  17. e81c480 mm, numa: skip PTE-mapped THP on numa fault by Kirill A. Shutemov · 8 years ago
  18. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  19. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  20. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  21. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  22. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 8 years ago
  23. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  24. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  25. c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 8 years ago
  26. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 8 years ago
  27. 1745cbc mm: Add vm_insert_pfn_prot() by Andy Lutomirski · 8 years ago
  28. 0df9d41 mm, dax: fix DAX deadlocks (COW fault) by Yigal Korman · 9 years ago
  29. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  30. fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
  31. 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
  32. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  33. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  34. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  35. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
  36. ca1d6c7 mm/memory.c: make tlb_next_batch() return bool by Nicholas Krause · 9 years ago
  37. 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
  38. 6b7339f mm: avoid setting up anonymous pages into file mapping by Kirill A. Shutemov · 9 years ago
  39. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  40. eb3c24f mm, memcg: Try charging a page before setting page up to date by Mel Gorman · 9 years ago
  41. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  42. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  43. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  44. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  45. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  46. 93e478d mm: refactor do_wp_page handling of shared vma into a function by Shachar Raindel · 9 years ago
  47. 2f38ab2 mm: refactor do_wp_page, extract the page copy flow by Shachar Raindel · 9 years ago
  48. 2876680 mm: refactor do_wp_page - rewrite the unlock flow by Shachar Raindel · 9 years ago
  49. 4e047f8 mm: refactor do_wp_page, extract the reuse case by Shachar Raindel · 9 years ago
  50. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 9 years ago
  51. b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 9 years ago
  52. bea66fb mm: numa: group related processes based on VMA flags instead of page table flags by Mel Gorman · 9 years ago
  53. 53da3bc mm: fix up numa read-only thread grouping logic by Linus Torvalds · 9 years ago
  54. 2e4cdab mm: allow page fault handlers to perform the COW by Matthew Wilcox · 9 years ago
  55. 283307c mm: fix XIP fault vs truncate race by Matthew Wilcox · 9 years ago
  56. 9cb12d7 mm/memory.c: actually remap enough memory by Grazvydas Ignotas · 9 years ago
  57. c0e7cad mm: numa: add paranoid check around pte_protnone_numa by Mel Gorman · 9 years ago
  58. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 9 years ago
  59. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  60. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  61. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  62. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  63. f38b4b3 mm: memory: merge shared-writable dirtying branches in do_wp_page() by Johannes Weiner · 9 years ago
  64. 74ec675 mm: memory: remove ->vm_file check on shared writable vmas by Johannes Weiner · 9 years ago
  65. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  66. 9b4bdd2 mm: drop support of non-linear mapping from fault codepath by Kirill A. Shutemov · 9 years ago
  67. 8a5f14a mm: drop support of non-linear mapping from unmap/zap codepath by Kirill A. Shutemov · 9 years ago
  68. 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
  69. 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 9 years ago
  70. 667a0a0 mm: provide a find_special_page vma operation by David Vrabel · 10 years ago
  71. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 9 years ago
  72. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  73. fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 9 years ago
  74. 48ec833 Revert "mm/memory.c: share the i_mmap_rwsem" by Kirill A. Shutemov · 10 years ago
  75. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  76. d82fa87 mm/memory.c:do_shared_fault(): add comment by Andrew Morton · 10 years ago
  77. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 10 years ago
  78. f045bbb mmu_gather: fix over-eager tlb_flush_mmu_free() calling by Linus Torvalds · 10 years ago
  79. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  80. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 10 years ago
  81. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  82. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  83. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  84. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  85. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
  86. 2022b4d1 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 10 years ago
  87. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  88. ce9ec37 zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 10 years ago
  89. 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
  90. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  91. dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
  92. b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  93. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  94. b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
  95. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  96. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  97. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  98. dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
  99. 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
  100. aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago