1. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  2. 505a60e asm-generic: introduce 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  3. 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
  4. def5efe mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count by David Rientjes · 8 years ago
  5. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  6. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  7. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  8. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  9. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  10. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
  11. 3e8715f mm: drop zap_details::check_swap_entries by Kirill A. Shutemov · 8 years ago
  12. da162e9 mm: drop zap_details::ignore_dirty by Kirill A. Shutemov · 8 years ago
  13. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
  14. a8e9925 mm, page_alloc: warn_alloc print nodemask by Michal Hocko · 8 years ago
  15. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
  16. b0506e4 userfaultfd: shmem: introduce vma_is_shmem by Mike Rapoport · 8 years ago
  17. 810a56b userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing by Mike Kravetz · 8 years ago
  18. fa4d75c userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd support by Mike Kravetz · 8 years ago
  19. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  20. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  21. 282a8e0 dax: add tracepoint infrastructure, PMD tracing by Ross Zwisler · 8 years ago
  22. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  23. 568c5fe mm: Introduce lm_alias by Laura Abbott · 8 years ago
  24. f729c8c dax: wrprotect pmd_t in dax_mapping_entry_mkclean by Ross Zwisler · 8 years ago
  25. 0979639 mm: add follow_pte_pmd() by Ross Zwisler · 8 years ago
  26. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  27. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  28. cae1240 mm: export follow_pte() by Jan Kara · 8 years ago
  29. 66a6197 mm: provide helper for finishing mkwrite faults by Jan Kara · 8 years ago
  30. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  31. 9118c0c mm: factor out functionality to finish page faults by Jan Kara · 8 years ago
  32. 3917048 mm: allow full handling of COW faults in ->fault handlers by Jan Kara · 8 years ago
  33. 2994302 mm: add orig_pte field into vm_fault by Jan Kara · 8 years ago
  34. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  35. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  36. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  37. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  38. 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  39. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  40. 86c5bf7 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. d17af50 mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() by Andy Lutomirski · 8 years ago
  42. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  43. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  44. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  45. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  46. 7f23b35 mm: replace get_vaddr_frames() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  47. 3b91317 mm: replace get_user_pages_locked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  48. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  49. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  50. 19be0ea mm: remove gup_flags FOLL_WRITE games from __get_user_pages() by Linus Torvalds · 8 years ago
  51. 1061b0d2 linux/mm.h: canonicalize macro PAGE_ALIGNED() definition by zijun_hu · 8 years ago
  52. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  53. e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
  54. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  55. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  56. f6ab1f7 mm, swap: use offset of swap entry as key of swap cache by Huang Ying · 8 years ago
  57. f6f34b4 mm: introduce arch_reserved_kernel_pages() by Srikar Dronamraju · 8 years ago
  58. f7e2355 mm: pagewalk: fix the comment for test_walk by James Morse · 8 years ago
  59. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  60. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  61. cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  62. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 9 years ago
  63. 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 9 years ago
  64. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 9 years ago
  65. 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 9 years ago
  66. bae473a mm: introduce fault_env by Kirill A. Shutemov · 9 years ago
  67. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 9 years ago
  68. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 9 years ago
  69. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 9 years ago
  70. 315d09b Revert "mm: make faultaround produce old ptes" by Kirill A. Shutemov · 9 years ago
  71. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  72. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  73. 2d6c928 mm: make vm_brk killable by Michal Hocko · 9 years ago
  74. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 9 years ago
  75. 0bb2fd1 mm: page_is_guard(): return false when page_ext arrays are not allocated yet by Yang Shi · 9 years ago
  76. 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 9 years ago
  77. 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 9 years ago
  78. 5f527c2 mm: thp: microoptimize compound_mapcount() by Andrea Arcangeli · 9 years ago
  79. 09940a4 mm, page_alloc: simplify last cpupid reset by Mel Gorman · 9 years ago
  80. 1aa8aea mm: uninline page_mapped() by Andrew Morton · 9 years ago
  81. bb00a78 mm/vmalloc.c: is_vmalloc_addr() can return bool by Yaowei Bai · 9 years ago
  82. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
  83. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 9 years ago
  84. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  85. 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 9 years ago
  86. 28093f9 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 9 years ago
  87. 66ee95d mm: exclude HugeTLB pages from THP page_mapped() logic by Steve Capper · 9 years ago
  88. 1dff808 mm: replace open coded page to virt conversion with page_to_virt() by Ard Biesheuvel · 9 years ago
  89. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 9 years ago
  91. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  92. aac4536 mm, oom: introduce oom reaper by Michal Hocko · 9 years ago
  93. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
  95. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  96. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 9 years ago
  97. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  98. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 9 years ago
  99. bcf6691 mm, tracing: refresh __def_vmaflag_names by Kirill A. Shutemov · 9 years ago
  100. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 9 years ago