1. 1492b65 mm: Introduce lm_alias by Laura Abbott · 8 years ago
  2. 68406b9 Merge "lowmemorykiller: Introduce sysfs node for ALMK and PPR adj threshold" by Linux Build Service Account · 7 years ago
  3. 681ec1b Merge "mm: Update is_vmalloc_addr to account for vmalloc savings" by Linux Build Service Account · 7 years ago
  4. 9282168 mm: enable page poisoning early at boot by Vinayak Menon · 7 years ago
  5. 1bddbcf mm: process reclaim: vmpressure based process reclaim by Vinayak Menon · 9 years ago
  6. 2506cb5 Merge remote-tracking branch '4.9/tmp-75d78c7' into 4.9 by Kyle Yan · 7 years ago
  7. 8db21e1 mm: Update is_vmalloc_addr to account for vmalloc savings by Susheel Khiani · 11 years ago
  8. 7172a93 Merge 4.9.34 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  9. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  10. 001f314 mm: change max readahead size to 512KB by Lee Susman · 11 years ago
  11. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  12. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  13. e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  14. 6f19367 ANDROID: ashmem: Add shmem_set_file to mm/shmem.c by John Stultz · 13 years ago
  15. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  16. 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
  17. d17af50 mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() by Andy Lutomirski · 8 years ago
  18. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  19. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  20. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  21. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  22. 7f23b35 mm: replace get_vaddr_frames() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  23. 3b91317 mm: replace get_user_pages_locked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  24. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  25. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  26. 19be0ea mm: remove gup_flags FOLL_WRITE games from __get_user_pages() by Linus Torvalds · 8 years ago
  27. 1061b0d2 linux/mm.h: canonicalize macro PAGE_ALIGNED() definition by zijun_hu · 8 years ago
  28. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  29. e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
  30. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  31. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  32. f6ab1f7 mm, swap: use offset of swap entry as key of swap cache by Huang Ying · 8 years ago
  33. f6f34b4 mm: introduce arch_reserved_kernel_pages() by Srikar Dronamraju · 8 years ago
  34. f7e2355 mm: pagewalk: fix the comment for test_walk by James Morse · 8 years ago
  35. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  36. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  37. cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  38. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  39. 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 8 years ago
  40. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  41. 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 8 years ago
  42. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  43. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  44. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  45. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  46. 315d09b Revert "mm: make faultaround produce old ptes" by Kirill A. Shutemov · 8 years ago
  47. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  48. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  49. 2d6c928 mm: make vm_brk killable by Michal Hocko · 8 years ago
  50. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
  51. 0bb2fd1 mm: page_is_guard(): return false when page_ext arrays are not allocated yet by Yang Shi · 8 years ago
  52. 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 8 years ago
  53. 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 8 years ago
  54. 5f527c2 mm: thp: microoptimize compound_mapcount() by Andrea Arcangeli · 8 years ago
  55. 09940a4 mm, page_alloc: simplify last cpupid reset by Mel Gorman · 8 years ago
  56. 1aa8aea mm: uninline page_mapped() by Andrew Morton · 8 years ago
  57. bb00a78 mm/vmalloc.c: is_vmalloc_addr() can return bool by Yaowei Bai · 8 years ago
  58. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  59. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 8 years ago
  60. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  61. 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 8 years ago
  62. 28093f9 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 8 years ago
  63. 66ee95d mm: exclude HugeTLB pages from THP page_mapped() logic by Steve Capper · 8 years ago
  64. 1dff808 mm: replace open coded page to virt conversion with page_to_virt() by Ard Biesheuvel · 8 years ago
  65. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 8 years ago
  67. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  68. aac4536 mm, oom: introduce oom reaper by Michal Hocko · 8 years ago
  69. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 8 years ago
  71. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  72. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 8 years ago
  73. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  74. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 8 years ago
  75. bcf6691 mm, tracing: refresh __def_vmaflag_names by Kirill A. Shutemov · 8 years ago
  76. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  77. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  78. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  79. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  80. 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 8 years ago
  81. 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 8 years ago
  82. 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 8 years ago
  83. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 8 years ago
  85. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  86. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  87. 8f62c88 x86/mm/pkeys: Add arch-specific VMA protection bits by Dave Hansen · 8 years ago
  88. 63c17fb mm/core, x86/mm/pkeys: Store protection bits in high VMA flags by Dave Hansen · 8 years ago
  89. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  90. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 8 years ago
  91. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  92. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 8 years ago
  93. 30bdbb7 mm: polish virtual memory accounting by Konstantin Khlebnikov · 8 years ago
  94. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 8 years ago
  95. 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
  96. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  97. 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
  98. 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
  99. 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
  100. 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago