summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+10
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-261-4/+1
* khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-211-10/+14
* mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-211-3/+2
* mm/page_counter.c: fix protection usage propagationMichal Koutný2020-08-211-3/+3
* khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-211-25/+19
* khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins2020-08-211-1/+1
* mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-08-191-0/+1
* mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara2020-08-051-1/+1
* 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