1. b56a2d8 mm: rid swapoff of quadratic complexity by Vineeth Remanan Pillai · 6 years ago
  2. c5bf121 mm: refactor swap-in logic out of shmem_getpage_gfp by Vineeth Remanan Pillai · 6 years ago
  3. a9e7c39 mm/vmscan.c: remove 7th argument of isolate_lru_pages() by Kirill Tkhai · 6 years ago
  4. 2e25644 mm, mempolicy: fix uninit memory access by Vlastimil Babka · 6 years ago
  5. 7775fac memcg: killed threads should not invoke memcg OOM killer by Tetsuo Handa · 6 years ago
  6. 23a7052 mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() by Mike Rapoport · 6 years ago
  7. 023bdd0 mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update by Aneesh Kumar K.V · 6 years ago
  8. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  9. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  10. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  11. 8aa4976 mm/page_owner: move config option to mm/Kconfig.debug by Changbin Du · 6 years ago
  12. 43cca0b mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() by Yang Fan · 6 years ago
  13. bbbe480 mm, oom: remove 'prefer children over parent' heuristic by Shakeel Butt · 6 years ago
  14. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  15. 0ee930e mm/memory.c: prevent mapping typed pages to userspace by Matthew Wilcox · 6 years ago
  16. 2d432cb mm: prevent mapping slab pages to userspace by Matthew Wilcox · 6 years ago
  17. afd0738 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 6 years ago
  18. 677dc97 mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable by Chris Down · 6 years ago
  19. aa9694b mm, memcg: create mem_cgroup_from_seq by Chris Down · 6 years ago
  20. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  21. e332f74 mm, compaction: be selective about what pageblocks to clear skip hints by Mel Gorman · 6 years ago
  22. 4fca973 mm, compaction: sample pageblocks for free pages by Mel Gorman · 6 years ago
  23. dbe2d4e mm, compaction: round-robin the order while searching the free lists for a target by Mel Gorman · 6 years ago
  24. d097a6f mm, compaction: reduce premature advancement of the migration target scanner by Mel Gorman · 6 years ago
  25. cf66f07 mm, compaction: do not consider a need to reschedule as contention by Mel Gorman · 6 years ago
  26. cb810ad mm, compaction: rework compact_should_abort as compact_check_resched by Mel Gorman · 6 years ago
  27. 8854c55 mm, compaction: keep cached migration PFNs synced for unusable pageblocks by Mel Gorman · 6 years ago
  28. 9bebefd mm, compaction: check early for huge pages encountered by the migration scanner by Mel Gorman · 6 years ago
  29. cb2dcaf mm, compaction: finish pageblock scanning on contention by Mel Gorman · 6 years ago
  30. 804d312 mm, compaction: avoid rescanning the same pageblock multiple times by Mel Gorman · 6 years ago
  31. 5a81188 mm, compaction: use free lists to quickly locate a migration target by Mel Gorman · 6 years ago
  32. e380beb mm, compaction: keep migration source private to a single compaction instance by Mel Gorman · 6 years ago
  33. 70b4459 mm, compaction: use free lists to quickly locate a migration source by Mel Gorman · 6 years ago
  34. fd1444b mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction by Mel Gorman · 6 years ago
  35. efe771c mm, compaction: always finish scanning of a full pageblock by Mel Gorman · 6 years ago
  36. 806031b mm, migrate: immediately fail migration of a page with no migration handler by Mel Gorman · 6 years ago
  37. 4469ab9 mm, compaction: rename map_pages to split_map_pages by Mel Gorman · 6 years ago
  38. 40cacbc mm, compaction: remove unnecessary zone parameter in some instances by Mel Gorman · 6 years ago
  39. 566e54e mm, compaction: remove last_migrated_pfn from compact_control by Mel Gorman · 6 years ago
  40. c5943b9 mm, compaction: rearrange compact_control by Mel Gorman · 6 years ago
  41. c5fbd93 mm, compaction: shrink compact_control by Mel Gorman · 6 years ago
  42. 35f12f0 mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page by zhengbin · 6 years ago
  43. e9f5987 mm: swap: add comment for swap_vma_readahead by Yang Shi · 6 years ago
  44. 8fd2e0b mm: swap: check if swap backing device is congested or not by Yang Shi · 6 years ago
  45. 14ef1fc mm/filemap.c: remove redundant test from find_get_pages_contig by Matthew Wilcox · 6 years ago
  46. 67b8046 mm/memcontrol.c: use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  47. c52e759 mm: remove extra drain pages on pcp list by Wei Yang · 6 years ago
  48. 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
  49. 6b7e5ca mm: remove sysctl_extfrag_handler() by Matthew Wilcox · 6 years ago
  50. 153178e vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  51. bc84c53 mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() by Roman Penyaev · 6 years ago
  52. c67dc62 mm/vmalloc: do not call kmemleak_free() on not yet accounted memory by Roman Penyaev · 6 years ago
  53. 401592d mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 6 years ago
  54. 5a82ac7 mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA by Roman Penyaev · 6 years ago
  55. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  56. 9234bae mm, slub: make the comment of put_cpu_partial() complete by Wei Yang · 6 years ago
  57. 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
  58. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  59. 6ade203 mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() by Liviu Dudau · 6 years ago
  60. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  61. 278d775 mm/slub.c: remove an unused addr argument by Qian Cai · 6 years ago
  62. 92d1d07 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  63. edde82b mm/slub.c: freelist is ensured to be NULL when new_slab() fails by Peng Wang · 6 years ago
  64. 5c0198b kasan: fix coccinelle warnings in kasan_p*_table by Andrey Konovalov · 6 years ago
  65. bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
  66. 4117992 page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  67. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  68. 46612b7 mm: hwpoison: fix thp split handing in soft_offline_in_use_page() by zhongjiang · 6 years ago
  69. 2d28e01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  70. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  71. 0a1d529 mm: enforce min addr even if capable() in expand_downwards() by Jann Horn · 6 years ago
  72. 29b00e6 tmpfs: fix uninitialized return value in shmem_link by Darrick J. Wong · 6 years ago
  73. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  74. 891cb2a mm, memory_hotplug: fix off-by-one in is_pageblock_removable by Michal Hocko · 6 years ago
  75. 6c8fcc0 mm: don't let userspace spam allocations warnings by Daniel Vetter · 6 years ago
  76. 6373dca slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS by Qian Cai · 6 years ago
  77. 557ea25 kasan, slab: remove redundant kasan_slab_alloc hooks by Andrey Konovalov · 6 years ago
  78. 51dedad kasan, slab: make freelist stored without tags by Andrey Konovalov · 6 years ago
  79. 219667c kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
  80. dc15a8a kasan: prevent tracing of tags.c by Andrey Konovalov · 6 years ago
  81. 3f41b60 kasan: fix random seed generation for tag-based mode by Andrey Konovalov · 6 years ago
  82. 1062af9 tmpfs: fix link accounting when a tmpfile is linked in by Darrick J. Wong · 6 years ago
  83. 6ea183d mm: handle lru_add_drain_all for UP properly by Michal Hocko · 6 years ago
  84. 94b3334 mm, page_alloc: fix a division by zero error when boosting watermarks v2 by Mel Gorman · 6 years ago
  85. 311ade0 mm/debug.c: fix __dump_page() for poisoned pages by Robin Murphy · 6 years ago
  86. 338cfaa slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS by Qian Cai · 6 years ago
  87. d36a63a kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
  88. 18e5066 kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
  89. a710122 kasan, slub: move kasan_poison_slab hook before page_address by Andrey Konovalov · 6 years ago
  90. a2f7757 kmemleak: account for tagged pointers when calculating pointer range by Andrey Konovalov · 6 years ago
  91. 5312824 kasan, kmemleak: pass tagged pointers to kmemleak by Andrey Konovalov · 6 years ago
  92. e1db95b kasan: fix assigning tags twice by Andrey Konovalov · 6 years ago
  93. 050c17f numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES by Ralph Campbell · 6 years ago
  94. 40e196a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  95. 8644772 mm: Use fixed constant in page_frag_alloc instead of size + 1 by Alexander Duyck · 6 years ago
  96. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  97. 6e7bd3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  98. 2c2ade8 mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs by Jann Horn · 6 years ago
  99. 2f1ee09 Revert "mm: use early_pfn_to_nid in page_ext_init" by Qian Cai · 6 years ago
  100. 414fd08 mm/gup: fix gup_pmd_range() for dax by Yu Zhao · 6 years ago