summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-07-09mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song1-2/+2
2020-07-09mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz1-1/+1
2020-07-09mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka1-6/+50
2020-07-09mm/slub: fix stack overruns with SLUB_STATSQian Cai1-1/+2
2020-07-09mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang1-0/+27
2020-07-09mm: fix swap cache node allocation maskHugh Dickins1-1/+3
2020-06-30mm/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky1-2/+11
2020-06-30mm/memcontrol.c: add missed css_put()Muchun Song1-1/+3
2020-06-30mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner1-2/+7
2020-06-30mm/slab: use memzero_explicit() in kzfree()Waiman Long1-1/+1
2020-06-30mm, slab: fix sign conversion problem in memcg_uncharge_slab()Waiman Long1-2/+2
2020-06-30mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka1-3/+14
2020-06-22mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin1-1/+1
2020-06-22mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan1-3/+4
2020-06-22mm: initialize deferred pages with interrupts enabledPavel Tatashin1-13/+7
2020-06-22mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli1-3/+28
2020-06-17mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-06-17gup: document and work around "COW can break either way" issueLinus Torvalds2-10/+41
2020-06-17x86: mm: ptdump: calculate effective permissions correctlySteven Price1-1/+16
2020-06-17usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka1-1/+2
2020-06-17mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+18
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang1-1/+1
2020-05-28mm,thp: stop leaking unreleased file pagesHugh Dickins1-0/+1
2020-05-28mm/z3fold: silence kmemleak false positives of slotsQian Cai1-0/+3
2020-05-23z3fold: fix use-after-free when freeing handlesUladzislau Rezki1-5/+6
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver3-10/+8
2020-05-14kasan: add missing functions declarations to kasan.hAndrey Konovalov1-2/+32
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov1-5/+10
2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon1-1/+1
2020-05-14mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu1-5/+7
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+11
2020-05-10bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig1-2/+3
2020-05-08mm: limit boost_watermark on small zonesHenry Willard1-0/+8
2020-05-08mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen1-1/+0
2020-05-08percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana1-4/+10
2020-05-08mm/slub: fix incorrect interpretation of s->offsetWaiman Long1-15/+30
2020-05-08mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand1-0/+1
2020-05-08mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao1-6/+9
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig1-1/+9
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds1-0/+18
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi1-2/+2
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins1-2/+5
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-3/+13
2020-04-21mm/shmem: fix build without THPHugh Dickins1-1/+1
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song1-2/+10
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko1-1/+1
2020-04-21mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng1-6/+8
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook1-2/+10
2020-04-20mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon1-1/+12
2020-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-42/+299