summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-05-091-0/+7
* mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple2022-04-271-1/+13
* oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-271-14/+40
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-271-8/+0
* memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-272-2/+12
* mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu2022-04-271-0/+13
* userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit2022-04-271-6/+9
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-208-25/+81
* hugetlb: do not demote poisoned hugetlb pagesMike Kravetz2022-04-201-7/+10
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-201-4/+4
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-201-54/+0
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-201-1/+1
* mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen2022-04-201-0/+17
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-131-0/+1
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-131-0/+3
* highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov2022-04-131-2/+2
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-04-131-1/+24
* mm: kfence: fix objcgs vector allocationMuchun Song2022-04-132-1/+13
* mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap2022-04-081-1/+4
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-081-2/+7
* mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador2022-04-082-38/+22
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-081-4/+8
* Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-081-8/+1
* mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla2022-04-081-2/+1
* mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla2022-04-081-1/+8
* mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins2022-04-081-7/+1
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-04-081-2/+7
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-04-081-1/+8
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-04-081-9/+31
* mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin2022-04-081-4/+3
* mm: kfence: fix missing objcg housekeeping for SLABMuchun Song2022-04-081-0/+1
* mm: swap: get rid of livelock in swapin readaheadGuo Ziliang2022-03-171-1/+1
* mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-03-101-38/+19
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-051-12/+28
* mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan2022-03-051-1/+7
* mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-2/+1
* mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-055-67/+38
* mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann2022-03-041-1/+3
* Merge tag 'fixes-2022-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-261-2/+8
|\
| * memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-02-201-2/+8
* | mm: fix use-after-free bug when mm->mmap is reused after being freedSuren Baghdasaryan2022-02-261-0/+1
* | hugetlbfs: fix a truncation issue in hugepages parameterLiu Yuntao2022-02-261-2/+2
* | mm/hugetlb: fix kernel crash with hugetlb mremapAneesh Kumar K.V2022-02-261-4/+3
* | mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-171-1/+1
|/
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-112-5/+6
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-111-5/+5
* mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-111-1/+3
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-041-6/+7