summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-261-0/+3
* 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
* cma: don't quit at first error when activating reserved areasMike Kravetz2020-08-211-14/+9
* mm/page_counter.c: fix protection usage propagationMichal Koutný2020-08-211-3/+3
* mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand2020-08-211-9/+9
* hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-212-9/+8
* khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-211-25/+19
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-211-14/+10
* 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
* khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov2020-07-291-0/+3
* mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song2020-07-291-5/+10
* 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
* vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu2020-07-291-1/+1
* mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov2020-07-291-2/+14
* mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages()Arjun Roy2020-07-221-10/+11
* mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song2020-07-091-2/+2
* mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz2020-07-091-1/+1
* mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka2020-07-091-6/+50
* 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/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky2020-06-301-2/+11
* mm/memcontrol.c: add missed css_put()Muchun Song2020-06-301-1/+3
* mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner2020-06-301-2/+7
* mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-06-301-1/+1
* mm, slab: fix sign conversion problem in memcg_uncharge_slab()Waiman Long2020-06-301-2/+2
* mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka2020-06-301-3/+14
* 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
* x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-171-1/+16
* usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka2020-06-171-1/+2
* 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-05-281-0/+1
* mm/z3fold: silence kmemleak false positives of slotsQian Cai2020-05-281-0/+3
* z3fold: fix use-after-free when freeing handlesUladzislau Rezki2020-05-231-5/+6
* kasan: disable branch tracing for core runtimeMarco Elver2020-05-233-10/+8
* kasan: add missing functions declarations to kasan.hAndrey Konovalov2020-05-141-2/+32
* kasan: consistently disable debugging featuresAndrey Konovalov2020-05-141-5/+10