1. 153178e vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  2. bc84c53 mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() by Roman Penyaev · 6 years ago
  3. c67dc62 mm/vmalloc: do not call kmemleak_free() on not yet accounted memory by Roman Penyaev · 6 years ago
  4. 401592d mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 6 years ago
  5. 5a82ac7 mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA by Roman Penyaev · 6 years ago
  6. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  7. 9234bae mm, slub: make the comment of put_cpu_partial() complete by Wei Yang · 6 years ago
  8. 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
  9. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  10. 6ade203 mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() by Liviu Dudau · 6 years ago
  11. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  12. 278d775 mm/slub.c: remove an unused addr argument by Qian Cai · 6 years ago
  13. 92d1d07 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  14. edde82b mm/slub.c: freelist is ensured to be NULL when new_slab() fails by Peng Wang · 6 years ago
  15. 5c0198b kasan: fix coccinelle warnings in kasan_p*_table by Andrey Konovalov · 6 years ago
  16. bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
  17. 4117992 page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  18. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  19. 46612b7 mm: hwpoison: fix thp split handing in soft_offline_in_use_page() by zhongjiang · 6 years ago
  20. 2d28e01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  21. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  22. 0a1d529 mm: enforce min addr even if capable() in expand_downwards() by Jann Horn · 6 years ago
  23. 29b00e6 tmpfs: fix uninitialized return value in shmem_link by Darrick J. Wong · 6 years ago
  24. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  25. 891cb2a mm, memory_hotplug: fix off-by-one in is_pageblock_removable by Michal Hocko · 6 years ago
  26. 6c8fcc0 mm: don't let userspace spam allocations warnings by Daniel Vetter · 6 years ago
  27. 6373dca slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS by Qian Cai · 6 years ago
  28. 557ea25 kasan, slab: remove redundant kasan_slab_alloc hooks by Andrey Konovalov · 6 years ago
  29. 51dedad kasan, slab: make freelist stored without tags by Andrey Konovalov · 6 years ago
  30. 219667c kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
  31. dc15a8a kasan: prevent tracing of tags.c by Andrey Konovalov · 6 years ago
  32. 3f41b60 kasan: fix random seed generation for tag-based mode by Andrey Konovalov · 6 years ago
  33. 1062af9 tmpfs: fix link accounting when a tmpfile is linked in by Darrick J. Wong · 6 years ago
  34. 6ea183d mm: handle lru_add_drain_all for UP properly by Michal Hocko · 6 years ago
  35. 94b3334 mm, page_alloc: fix a division by zero error when boosting watermarks v2 by Mel Gorman · 6 years ago
  36. 311ade0e mm/debug.c: fix __dump_page() for poisoned pages by Robin Murphy · 6 years ago
  37. 338cfaa slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS by Qian Cai · 6 years ago
  38. d36a63a kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
  39. 18e5066 kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
  40. a710122 kasan, slub: move kasan_poison_slab hook before page_address by Andrey Konovalov · 6 years ago
  41. a2f7757 kmemleak: account for tagged pointers when calculating pointer range by Andrey Konovalov · 6 years ago
  42. 5312824 kasan, kmemleak: pass tagged pointers to kmemleak by Andrey Konovalov · 6 years ago
  43. e1db95b kasan: fix assigning tags twice by Andrey Konovalov · 6 years ago
  44. 050c17f numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES by Ralph Campbell · 6 years ago
  45. 40e196a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  46. 8644772 mm: Use fixed constant in page_frag_alloc instead of size + 1 by Alexander Duyck · 6 years ago
  47. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  48. 6e7bd3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  49. 2c2ade8 mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs by Jann Horn · 6 years ago
  50. 2f1ee09 Revert "mm: use early_pfn_to_nid in page_ext_init" by Qian Cai · 6 years ago
  51. 414fd08 mm/gup: fix gup_pmd_range() for dax by Yu Zhao · 6 years ago
  52. a9a238e Revert "mm: slowly shrink slabs with a relatively small number of objects" by Dave Chinner · 6 years ago
  53. e0a352f mm: migrate: don't rely on __PageMovable() of newpage after unlocking it by David Hildenbrand · 6 years ago
  54. e3df4c6 mm, memory_hotplug: __offline_pages fix wrong locking by Michal Hocko · 6 years ago
  55. 6376360 mm: hwpoison: use do_send_sig_info() instead of force_sig() by Naoya Horiguchi · 6 years ago
  56. 0d0c8de kasan: mark file common so ftrace doesn't trace it by Anders Roxell · 6 years ago
  57. cefc7ef mm, oom: fix use-after-free in oom_kill_process by Shakeel Butt · 6 years ago
  58. eeb0efd mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages by Oscar Salvador · 6 years ago
  59. 24feb47 mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone by Mikhail Zaslonko · 6 years ago
  60. efad4e4 mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone by Michal Hocko · 6 years ago
  61. 9bcdeb5 oom, oom_reaper: do not enqueue same task twice by Tetsuo Handa · 6 years ago
  62. 80409c6 mm: migrate: make buffer_migrate_page_norefs() actually succeed by Jan Kara · 6 years ago
  63. 1ac2501 mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT by Andrea Arcangeli · 6 years ago
  64. 1723058 mm, memory_hotplug: don't bail out in do_migrate_range() prematurely by Oscar Salvador · 6 years ago
  65. 4aa9fc2 Revert "mm, memory_hotplug: initialize struct pages for the full memory section" by Michal Hocko · 6 years ago
  66. 6b8f915 Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  67. 30bac16 Revert "Change mincore() to count "mapped" pages rather than "cached" pages" by Linus Torvalds · 6 years ago
  68. 7fc5854 writeback: synchronize sync(2) against cgroup writeback membership switches by Tejun Heo · 7 years ago
  69. ba422731 mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one by Sean Christopherson · 6 years ago
  70. 73444bc mm, page_alloc: do not wake kswapd with zone lock held by Mel Gorman · 6 years ago
  71. ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
  72. e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
  73. 8ab88c71 mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 6 years ago
  74. 1ed7293a mm/memory.c: initialise mmu_notifier_range correctly by Matthew Wilcox · 6 years ago
  75. a3fe7cd kasan: fix krealloc handling for tag-based mode by Andrey Konovalov · 6 years ago
  76. 96fedce kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
  77. eb214f2 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning by Andrey Konovalov · 6 years ago
  78. 63f3655 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 6 years ago
  79. 7bff3c0 mm/usercopy.c: no check page span for stack objects by Qian Cai · 6 years ago
  80. 09c2e76 slab: alien caches must not be initialized if the allocation of the alien cache failed by Christoph Lameter · 6 years ago
  81. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  82. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  83. b685a73 mm/page_io.c: fix polled swap page in by Jens Axboe · 6 years ago
  84. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  85. fa45f11 mm/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  86. 2c91bd4a mm: speed up mremap by 20x on large regions by Joel Fernandes (Google) · 6 years ago
  87. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  88. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  89. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 6 years ago
  90. 3868772 Merge tag 'docs-5.0' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  91. 55db91f Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  92. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  93. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  94. 7056d3a memcg, oom: notify on oom killer invocation from the charge path by Michal Hocko · 6 years ago
  95. 7af7a8e mm, swap: fix swapoff with KSM pages by Huang Ying · 6 years ago
  96. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  97. c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
  98. b43a9990 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
  99. 451b951 mm: remove __hugepage_set_anon_rmap() by Kirill Tkhai · 6 years ago
  100. af3b854 mm/page_alloc.c: allow error injection by Benjamin Poirier · 6 years ago