1. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
  2. 89fdcd2 mm: shmem: make stat.st_blksize return huge page size if THP is on by Yang Shi · 7 years ago
  3. 05e3ff9 mm: vmalloc: pass proper vm_start into debugobjects by Chintan Pandya · 7 years ago
  4. f3c01d2 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 7 years ago
  5. 82a2e92 mm: vmalloc: clean up vunmap to avoid pgtable ops twice by Chintan Pandya · 7 years ago
  6. 08994b2 mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func() by Wei Yang · 7 years ago
  7. d538c16 mm/sparse.c: check __highest_present_section_nr only for a present section by Wei Yang · 7 years ago
  8. 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 7 years ago
  9. 5f93ad6 mm: treat memory.low value inclusive by Roman Gushchin · 7 years ago
  10. 2306715 mm: memory.low hierarchical behavior by Roman Gushchin · 7 years ago
  11. bbec2e1 mm: rename page_counter's count/limit into usage/max by Roman Gushchin · 7 years ago
  12. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  13. 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 7 years ago
  14. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  15. e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 7 years ago
  16. 5d75260 mm: restructure memfd code by Mike Kravetz · 7 years ago
  17. c49fcfc mm/shmem: update file sealing comments and file checking by Mike Kravetz · 7 years ago
  18. 5b9c98f mm/shmem: add __rcu annotations and properly deref radix entry by Mike Kravetz · 7 years ago
  19. f3a53a3 mm, memcontrol: implement memory.swap.events by Tejun Heo · 7 years ago
  20. bb98f2c mm, memcontrol: move swap charge handling into get_swap_page() by Tejun Heo · 7 years ago
  21. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  22. 05088e5 mm/slub: remove obsolete comment by Canjiang Lu · 7 years ago
  23. a38965b mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 7 years ago
  24. 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
  25. ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  26. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  27. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  29. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  30. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  31. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  32. 145e1a7 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 7 years ago
  33. 2d077d4 mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() by Hugh Dickins · 7 years ago
  34. b3751e6 mm: split ->readpages calls to avoid non-contiguous pages lists by Christoph Hellwig · 7 years ago
  35. c534aa3 mm: return an unsigned int from __do_page_cache_readahead by Christoph Hellwig · 7 years ago
  36. 836978b mm: give the 'ret' variable a better name __do_page_cache_readahead by Christoph Hellwig · 7 years ago
  37. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  38. 3f19597 kasan: fix memory hotplug during boot by David Hildenbrand · 7 years ago
  39. ed1596f kasan: free allocated shadow memory on MEM_CANCEL_ONLINE by David Hildenbrand · 7 years ago
  40. a215586 mm/memory_hotplug: fix leftover use of struct page during hotplug by Jonathan Cameron · 7 years ago
  41. 15c30bc mm, memory_hotplug: make has_unmovable_pages more robust by Michal Hocko · 7 years ago
  42. 0f901dc mm/kasan: don't vfree() nonexistent vm_area by Andrey Ryabinin · 7 years ago
  43. 7cbf319 mm: fix nr_rotate_swap leak in swapon() error case by Omar Sandoval · 7 years ago
  44. d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
  45. f183464 bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue by Tejun Heo · 7 years ago
  46. 423913a mmap: relax file size limit for regular files by Linus Torvalds · 7 years ago
  47. ab1e8d8 mm: don't allow deferred pages with NEED_PER_CPU_KM by Pavel Tatashin · 7 years ago
  48. 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 7 years ago
  49. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  50. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  51. c1a67fe mempool: Add mempool_init()/mempool_exit() by Kent Overstreet · 10 years ago
  52. f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  53. 27ae357 mm, oom: fix concurrent munlock and oom reaper unmap, v3 by David Rientjes · 7 years ago
  54. 013567b mm: migrate: fix double call of radix_tree_replace_slot() by Naoya Horiguchi · 7 years ago
  55. 7aaf772 mm: don't show nr_indirectly_reclaimable in /proc/vmstat by Roman Gushchin · 7 years ago
  56. 27227c7 mm: sections are not offlined during memory hotremove by Pavel Tatashin · 7 years ago
  57. 6098d7e z3fold: fix reclaim lock-ups by Vitaly Wool · 7 years ago
  58. be83bbf mmap: introduce sane default mmap limits by Linus Torvalds · 7 years ago
  59. d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
  60. 2f50037 Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. f53823c bdi: Fix use after free bug in debugfs_remove() by Tetsuo Handa · 7 years ago
  62. 8236b0a bdi: wake up concurrent wb_shutdown() callers. by Tetsuo Handa · 7 years ago
  63. 5a2ca3e mm/ksm: docs: extend overview comment and make it "DOC:" by Mike Rapoport · 7 years ago
  64. ccf2b06 Merge tag 'v4.17-rc2' into docs-next by Jonathan Corbet · 7 years ago
  65. 1ad1335 docs/admin-guide/mm: start moving here files from Documentation/vm by Mike Rapoport · 7 years ago
  66. 316d097 x86/pti: Filter at vma->vm_page_prot population by Dave Hansen · 7 years ago
  67. abc1be1 mm/filemap.c: fix NULL pointer in page_cache_tree_insert() by Matthew Wilcox · 7 years ago
  68. c892fd8 mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() by Minchan Kim · 7 years ago
  69. e71769a mm: enable thp migration for shmem thp by Naoya Horiguchi · 7 years ago
  70. 2e898e4 writeback: safer lock nesting by Greg Thelen · 7 years ago
  71. 8f175cf mm: fix do_pages_move status handling by Michal Hocko · 7 years ago
  72. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
  73. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
  74. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
  75. a9f2a846 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 7 years ago
  76. 45397228 mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU by Arnd Bergmann · 7 years ago
  77. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
  78. c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 7 years ago
  79. 09e35a4 mm/gup_benchmark: handle gup failures by Michael S. Tsirkin · 7 years ago
  80. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  81. 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
  82. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  83. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  84. c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 7 years ago
  85. b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 7 years ago
  86. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
  87. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  88. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
  89. 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
  90. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  91. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  92. bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 7 years ago
  93. 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 7 years ago
  94. a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 7 years ago
  95. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
  96. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 7 years ago
  97. 8a97ea54 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 7 years ago
  98. 1ec6995 z3fold: fix memory leak by Xidong Wang · 7 years ago
  99. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
  100. 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 7 years ago