summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt3-14/+10
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2-4/+42
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual8-21/+24
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS3-16/+30
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann1-0/+2
2019-03-05page_poison: play nicely with KASANQian Cai2-1/+5
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin3-25/+0
2019-03-05mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+24
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz2-3/+24
2019-02-27mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-6/+0
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko1-12/+15
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter1-1/+1
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai1-1/+1
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov1-2/+0
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov1-2/+9
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov1-0/+2
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-1/+1
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko1-7/+10
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman1-0/+12
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy1-1/+3
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai1-0/+1
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-1/+12
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-13/+7
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov1-4/+15
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov4-3/+10
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov3-6/+5
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov1-12/+17
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel1-2/+9
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-3/+1
2019-02-12mm/gup: fix gup_pmd_range() for daxYu Zhao1-1/+2
2019-02-12Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner1-10/+0
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-01mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko1-2/+0
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2