1. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 12 years ago
  2. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 12 years ago
  3. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 12 years ago
  4. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 12 years ago
  5. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 12 years ago
  6. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 12 years ago
  7. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 12 years ago
  8. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 12 years ago
  9. d9104d1 mm: track vma changes with VM_SOFTDIRTY bit by Cyrill Gorcunov · 12 years ago
  10. 0237d7f Merge branch 'x86/mce' into x86/ras by Ingo Molnar · 12 years ago
  11. cf870c7 mce: acpi/apei: Soft-offline a page on firmware GHES notification by Naveen N. Rao · 12 years ago
  12. 64363aa mm: remove unused VM_<READfoo> macros and expand other in-place by Joe Perches · 12 years ago
  13. fccc998 mm: introduce helper function set_max_mapnr() by Jiang Liu · 13 years ago
  14. 1895418 mm: kill global variable num_physpages by Jiang Liu · 13 years ago
  15. 7ee3d4e mm: introduce helper function mem_init_print_info() to simplify mem_init() by Jiang Liu · 13 years ago
  16. c3d5f5f mm: use a dedicated lock to protect totalram_pages and zone->managed_pages by Jiang Liu · 13 years ago
  17. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 13 years ago
  18. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 13 years ago
  19. 0fa73b8 include/linux/mm.h: add PAGE_ALIGNED() helper by Andrew Morton · 13 years ago
  20. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 13 years ago
  21. 0f157a5 include/linux/mm.h: complete the mm_walk definition by Andrew Morton · 13 years ago
  22. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  23. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 13 years ago
  24. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 13 years ago
  25. f9872ca page_alloc: make setup_nr_node_ids() usable for arch init code by Cody P Schafer · 13 years ago
  26. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 13 years ago
  27. 146732c fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n by Josh Triplett · 13 years ago
  28. cfa11e0 mm: introduce free_highmem_page() helper to free highmem pages into buddy system by Jiang Liu · 13 years ago
  29. 69afade mm: introduce common help functions to deal with reserved/managed pages by Jiang Liu · 13 years ago
  30. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 13 years ago
  31. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 13 years ago
  32. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 13 years ago
  33. 4b377ba make do_mremap() static by Al Viro · 13 years ago
  34. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 13 years ago
  35. 9ca52ed mm: define VM_GROWSUP for CONFIG_METAG by James Hogan · 13 years ago
  36. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 13 years ago
  37. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 13 years ago
  38. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 13 years ago
  39. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 13 years ago
  40. 9127ab4 mm: add SECTION_IN_PAGE_FLAGS by Cody P Schafer · 13 years ago
  41. 22b751c mm: rename page struct field helpers by Mel Gorman · 13 years ago
  42. 4468b8f mm: uninline page_xchg_last_nid() by Mel Gorman · 13 years ago
  43. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 13 years ago
  44. 9800339 mm: don't inline page_mapping() by Shaohua Li · 13 years ago
  45. 75980e9 mm: fold page->_last_nid into page->flags where possible by Peter Zijlstra · 13 years ago
  46. bbeae5b mm: move page flags layout to separate header by Peter Zijlstra · 13 years ago
  47. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 13 years ago
  48. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 13 years ago
  49. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 13 years ago
  50. 34b71f1 page_alloc: add movable_memmap kernel parameter by Tang Chen · 13 years ago
  51. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 13 years ago
  52. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 13 years ago
  53. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 13 years ago
  54. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 13 years ago
  55. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 13 years ago
  56. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 13 years ago
  57. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 13 years ago
  58. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 13 years ago
  59. 47ecfcb mm: compaction: Partially revert capture of suitable high-order page by Mel Gorman · 13 years ago
  60. 7898575 mm: drop vmtruncate by Marco Stornelli · 13 years ago
  61. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 13 years ago
  62. db4fbfb mm: vm_unmapped_area() lookup function by Michel Lespinasse · 13 years ago
  63. 57e0a03 mm: numa: Introduce last_nid to the page frame by Mel Gorman · 13 years ago
  64. 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 13 years ago
  65. b24f53a mm: mempolicy: Add MPOL_MF_LAZY by Lee Schermerhorn · 13 years ago
  66. 0b9d705 mm: numa: Support NUMA hinting page faults from gup/gup_fast by Andrea Arcangeli · 13 years ago
  67. 7da4d64 mm: Count the number of pages affected in change_protection() by Peter Zijlstra · 13 years ago
  68. 60a8f42 x86, mm: Move after_bootmem to mm_internel.h by Yinghai Lu · 13 years ago
  69. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 13 years ago
  70. 7f1290f mm: fix-up zone present pages by Jianguo Wu · 13 years ago
  71. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 13 years ago
  72. 95e3441 mm: remain migratetype in freed page by Minchan Kim · 13 years ago
  73. b12c4ad mm: page_alloc: use get_freepage_migratetype() instead of page_private() by Minchan Kim · 13 years ago
  74. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 13 years ago
  75. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 13 years ago
  76. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 13 years ago
  77. 9826a51 mm: interval tree updates by Michel Lespinasse · 13 years ago
  78. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 13 years ago
  79. 1fb3f8c mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 13 years ago
  80. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 13 years ago
  81. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 13 years ago
  82. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 13 years ago
  83. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 13 years ago
  84. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 13 years ago
  85. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 13 years ago
  86. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 13 years ago
  87. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  88. 18022c5 mm: add get_kernel_page[s] for pinning of kernel addresses for I/O by Mel Gorman · 13 years ago
  89. f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 13 years ago
  90. 340175b mm/hotplug: free zone->pageset when a zone becomes empty by Jiang Liu · 13 years ago
  91. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 13 years ago
  92. 4fcf1c6 mm: Make default vm_ops provide ->page_mkwrite handler by Jan Kara · 14 years ago
  93. 6751ed6 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 13 years ago
  94. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  95. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 14 years ago
  96. 5bf5f03 mm: fix slab->page flags corruption by Pravin B Shelar · 14 years ago
  97. 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 14 years ago
  98. 4f74d2c vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces by Linus Torvalds · 14 years ago
  99. 7e027b1 vm: simplify unmap_vmas() calling convention by Linus Torvalds · 14 years ago
  100. bfce281 kill mm argument of vm_munmap() by Al Viro · 14 years ago