1. be91748 mm/hwpoison: fix refcount of THP head page in no-injection case by Wanpeng Li · 9 years ago
  2. 94bf4ec mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling by Wanpeng Li · 9 years ago
  3. 1e0e635 mm/hwpoison: fix PageHWPoison test/set race by Wanpeng Li · 9 years ago
  4. 7d1900c mm/hwpoison: fix failure to split thp w/ refcount held by Wanpeng Li · 9 years ago
  5. 5dd2c4b x86: use generic early mem copy by Mark Salter · 9 years ago
  6. 1570f0d arm64: support initrd outside kernel linear map by Mark Salter · 9 years ago
  7. 6b0f68e mm: add utility for early copy from unmapped ram by Mark Salter · 9 years ago
  8. e659074 Documentation: update libhugetlbfs location and use for testing by Mike Kravetz · 9 years ago
  9. fd5a9ec selftests:vm: point to libhugetlbfs for regression testing by Mike Kravetz · 9 years ago
  10. 243db535 Revert "selftests: add hugetlbfstest" by Mike Kravetz · 9 years ago
  11. 9fcd6d2 mm, compaction: skip compound pages by order in free scanner by Vlastimil Babka · 9 years ago
  12. 29c0dde mm, compaction: always skip all compound pages by order in migrate scanner by Vlastimil Babka · 9 years ago
  13. 0233364 mm, compaction: encapsulate resetting cached scanner positions by Vlastimil Babka · 9 years ago
  14. f5f61a3 mm, compaction: simplify handling restart position in free pages scanner by Vlastimil Babka · 9 years ago
  15. f2849aa mm, compaction: more robust check for scanners meeting by Vlastimil Babka · 9 years ago
  16. 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
  17. 01a7fd3 pci: mm: add pci_pool_zalloc() call by Sean O. Stalley · 9 years ago
  18. ad82362 mm: add dma_pool_zalloc() call to DMA API by Sean O. Stalley · 9 years ago
  19. fa23f56 mm: add support for __GFP_ZERO flag to dma_pool_alloc() by Sean O. Stalley · 9 years ago
  20. c54839a vmscan: fix increasing nr_isolated incurred by putback unevictable pages by Jaewon Kim · 9 years ago
  21. 0b802f1 mm: vmscan: never isolate more pages than necessary by Vladimir Davydov · 9 years ago
  22. 64b990d mm: drop __nocast from vm_flags_t definition by Kirill A. Shutemov · 9 years ago
  23. 1b4ace4 bootmem: avoid freeing to bootmem after bootmem is done by Chris Metcalf · 9 years ago
  24. c5b4e1b mm, page_isolation: make set/unset_migratetype_isolate() file-local by Naoya Horiguchi · 9 years ago
  25. acda0c3 mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages_range() by Aristeu Rozanski · 9 years ago
  26. 95cf82e mem-hotplug: handle node hole when initializing numa_meminfo. by Tang Chen · 9 years ago
  27. c5c5c9d mm/memblock.c: make memblock_overlaps_region() return bool. by Tang Chen · 9 years ago
  28. 72079ba mm: madvise allow remove operation for hugetlbfs by Mike Kravetz · 9 years ago
  29. 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
  30. ab76ad5 hugetlbfs: New huge_add_to_page_cache helper routine by Mike Kravetz · 9 years ago
  31. d85f69b mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate by Mike Kravetz · 9 years ago
  32. 1fb1b0e mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch by Mike Kravetz · 9 years ago
  33. b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
  34. 1bfad99 hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete by Mike Kravetz · 9 years ago
  35. c672c7f mm/hugetlb: expose hugetlb fault mutex for use by fallocate by Mike Kravetz · 9 years ago
  36. feba16e mm/hugetlb: add region_del() to delete a specific range of entries by Mike Kravetz · 9 years ago
  37. 5e91137 mm/hugetlb: add cache of descriptors to resv_map for region_add by Mike Kravetz · 9 years ago
  38. bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
  39. aa016d1 mm, page_isolation: remove bogus tests for isolated pages by Vlastimil Babka · 9 years ago
  40. 156408c lib/show_mem.c: correct reserved memory calculation by Vishnu Pratap Singh · 9 years ago
  41. e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
  42. a03f1f0 memcg, tcp_kmem: check for cg_proto in sock_update_memcg by Michal Hocko · 9 years ago
  43. 9f2115f memcg: restructure mem_cgroup_can_attach() by Tejun Heo · 9 years ago
  44. 6421999 memcg: get rid of extern for functions in memcontrol.h by Michal Hocko · 9 years ago
  45. fabc3fd memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG by Michal Hocko · 9 years ago
  46. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  47. b3d9ed3 sparc32: do not include swap.h from pgtable_32.h by Michal Hocko · 9 years ago
  48. 44d7175 mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy() by Sergey Senozhatsky · 9 years ago
  49. 4e3ca3e mm/mempool: allow NULL `pool' pointer in mempool_destroy() by Sergey Senozhatsky · 9 years ago
  50. 3942d29 mm/slab_common: allow NULL cache pointer in kmem_cache_destroy() by Sergey Senozhatsky · 9 years ago
  51. 75e8f8b mm, oom: remove unnecessary variable by David Rientjes · 9 years ago
  52. 8989e4c mm, oom: add description of struct oom_control by David Rientjes · 9 years ago
  53. 071a4be mm, oom: do not panic for oom kills triggered from sysrq by David Rientjes · 9 years ago
  54. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  55. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  56. 2c0b80d mm: make set_recommended_min_free_kbytes() return void by Nicholas Krause · 9 years ago
  57. 28c015d mm: improve __GFP_NORETRY comment based on implementation by David Rientjes · 9 years ago
  58. 998ef75 fs: do not prefault sys_write() user buffer pages by Dave Hansen · 9 years ago
  59. 8334b96 mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  60. 3115aec memtest: remove unused header files by Vladimir Murzin · 9 years ago
  61. f373baf memtest: cleanup log messages by Vladimir Murzin · 9 years ago
  62. 06f8059 memtest: use kstrtouint instead of simple_strtoul by Vladimir Murzin · 9 years ago
  63. 83b4b0b pagemap: update documentation by Konstantin Khlebnikov · 9 years ago
  64. 77bb499 pagemap: add mmap-exclusive bit for marking pages mapped only here by Konstantin Khlebnikov · 9 years ago
  65. 1c90308 pagemap: hide physical addresses from non-privileged users by Konstantin Khlebnikov · 9 years ago
  66. 356515e pagemap: rework hugetlb and thp report by Konstantin Khlebnikov · 9 years ago
  67. deb9454 pagemap: switch to the new format and do some cleanup by Konstantin Khlebnikov · 9 years ago
  68. a06db75 pagemap: check permissions and capabilities at open time by Konstantin Khlebnikov · 9 years ago
  69. b5e3aa0 mm: remove put_page_unless_one() by Vineet Gupta · 9 years ago
  70. 4fcab5f mm/memblock.c: WARN_ON when flags differs from overlap region by Wei Yang · 9 years ago
  71. 7f3eb55 mm/page_alloc.c: remove unused variable in free_area_init_core() by Wei Yang · 9 years ago
  72. 904a955 mm/page_alloc.c: refine the calculation of highest possible node id by Wei Yang · 9 years ago
  73. 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
  74. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  75. 3fdd1b47 dax: use linear_page_index() by Matthew Wilcox · 9 years ago
  76. 73a6ec4 dax: ensure that zero pages are removed from other processes by Matthew Wilcox · 9 years ago
  77. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  78. da14676 thp: fix zap_huge_pmd() for DAX by Kirill A. Shutemov · 9 years ago
  79. 5b701b8 thp: decrement refcount on huge zero page if it is split by Kirill A. Shutemov · 9 years ago
  80. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  81. 01a33b4 ext4: start transaction before calling into DAX by Matthew Wilcox · 9 years ago
  82. ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
  83. 84c4e5e dax: improve comment about truncate race by Matthew Wilcox · 9 years ago
  84. ae18d6d thp: change insert_pfn's return type to void by Matthew Wilcox · 9 years ago
  85. e676a4c ext4: use ext4_get_block_write() for DAX by Matthew Wilcox · 9 years ago
  86. dd8a2b6 fs/dax.c: fix typo in #endif comment by Valentin Rothberg · 9 years ago
  87. acd76e7 xfs: huge page fault support by Matthew Wilcox · 9 years ago
  88. 11bd1a9 ext4: huge page fault support by Matthew Wilcox · 9 years ago
  89. e7b1ea2 ext2: huge page fault support by Matthew Wilcox · 9 years ago
  90. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  91. 5cad465 mm: add vmf_insert_pfn_pmd() by Matthew Wilcox · 9 years ago
  92. fc43704 mm: export various functions for the benefit of DAX by Matthew Wilcox · 9 years ago
  93. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  94. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  95. 7c41416 dax: revert userfaultfd change by Andrew Morton · 9 years ago
  96. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  97. e1b9996 thp: vma_adjust_trans_huge(): adjust file-backed VMA too by Kirill A. Shutemov · 9 years ago
  98. ce75799 mremap: fix the wrong !vma->vm_file check in copy_vma() by Oleg Nesterov · 9 years ago
  99. 8a9cc3b mmap: fix the usage of ->vm_pgoff in special_mapping paths by Oleg Nesterov · 9 years ago
  100. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago