summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov2020-07-291-0/+3
* mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song2020-07-291-7/+28
* mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-291-2/+2
* mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov2020-07-291-2/+14
* mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka2020-07-091-3/+14
* mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka2020-07-091-2/+2
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-07-091-1/+2
* mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang2020-07-091-0/+27
* mm: fix swap cache node allocation maskHugh Dickins2020-07-091-1/+3
* mm/memcontrol.c: add missed css_put()Muchun Song2020-06-301-1/+3
* mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-06-301-1/+1
* mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin2020-06-221-1/+1
* mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan2020-06-221-3/+4
* mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-06-221-13/+7
* mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli2020-06-221-3/+28
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-171-1/+3
* gup: document and work around "COW can break either way" issueLinus Torvalds2020-06-172-10/+41
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-171-0/+18
* mm: Fix mremap not considering huge pmd devmapFan Yang2020-06-071-1/+1
* mm,thp: stop leaking unreleased file pagesHugh Dickins2020-06-031-0/+1
* kasan: disable branch tracing for core runtimeMarco Elver2020-05-273-6/+4
* shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-05-201-2/+5
* bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-141-2/+3
* bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-141-1/+9
* mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao2020-05-141-6/+9
* mm: limit boost_watermark on small zonesHenry Willard2020-05-141-0/+8
* mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-141-0/+1
* mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-05-101-0/+10
* mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-05-021-2/+2
* mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-291-2/+10
* mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-291-6/+8
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-3/+13
* mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-171-0/+3
* slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-131-1/+1
* mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-081-1/+5
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-04-011-0/+38
* mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-04-011-0/+6
* mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-04-011-20/+19
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-252-7/+14
* mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-03-251-9/+17
* mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-03-251-2/+4
* mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko2020-03-251-3/+9
* mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He2020-03-251-2/+6
* mm, memcg: throttle allocators based on ancestral memory.highChris Down2020-03-251-35/+58
* mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down2020-03-251-1/+1
* memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-03-251-2/+8
* mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-211-0/+9
* net: memcg: late association of sock to memcgShakeel Butt2020-03-181-14/+0
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-181-0/+4
* mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka2020-03-121-1/+7