summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-08-27mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin
2020-08-21mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara
2020-08-18mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song
2020-08-18mm/memcg: fix refcount error while moving and swappingHugh Dickins
2020-08-18mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov
2020-07-24mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka
2020-07-24mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka
2020-07-24mm/slub: fix stack overruns with SLUB_STATSQian Cai
2020-07-24mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang
2020-07-24mm: fix swap cache node allocation maskHugh Dickins
2020-07-16mm/slab: use memzero_explicit() in kzfree()Waiman Long
2020-07-11mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin
2020-07-11mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-07-11mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan
2020-07-11mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli
2020-07-07mm/gup: fix a misnamed "write" argument, and a related bugJohn Hubbard
2020-07-07mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig
2020-07-07mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai
2020-06-24mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan
2020-06-09mm: Fix mremap not considering huge pmd devmapFan Yang
2020-06-08mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-08kasan: disable branch tracing for core runtimeMarco Elver
2020-06-08shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-06-04mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao
2020-06-04mm: limit boost_watermark on small zonesHenry Willard
2020-06-04mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-06-04mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi
2020-06-04mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-06-04mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng
2020-06-04vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-06-01slub: improve bit diffusion for freelist ptr obfuscationKees Cook
2020-06-01mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap
2020-05-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-05-21mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-05-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu
2020-05-21mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-05-21net: memcg: late association of sock to memcgShakeel Butt
2020-05-21cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-05-21mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-05-21mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman
2020-05-15bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig
2020-05-15bdi: move bdi_dev_name out of lineChristoph Hellwig
2020-05-15mm, thp: fix defrag setting if newline is not usedDavid Rientjes
2020-05-15mm/huge_memory.c: use head to check huge zero pageWei Yang
2020-05-15mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan
2020-05-15mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin
2020-05-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra
2020-05-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand
2020-05-04mm: move_pages: report the number of non-attempted pagesYang Shi
2020-05-04memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o