summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-07-291-1/+1
* mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-211-13/+14
* mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen2022-07-211-1/+4
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-07-121-11/+0
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-07-122-34/+113
* mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-07-121-0/+12
* mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-07-123-3/+11
* mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi2022-07-121-44/+18
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2022-07-121-0/+50
* mm/filemap: fix UAF in find_lock_entriesLiu Shixin2022-07-121-5/+7
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-07-121-0/+2
* init: Initialize noop_backing_dev_info earlyJan Kara2022-06-221-9/+2
* mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin2022-06-091-1/+1
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-091-1/+8
* mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman2022-06-091-2/+2
* Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng2022-06-091-1/+3
* mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto2022-06-091-0/+2
* zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf2022-06-061-4/+33
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-301-0/+32
* mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo2022-05-251-0/+11
* mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi2022-05-181-1/+1
* mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu2022-05-181-1/+6
* Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu2022-05-181-13/+0
* mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu2022-05-151-1/+1
* mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin2022-05-151-0/+1
* mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi2022-05-151-1/+3
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-05-151-0/+3
* mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-05-151-1/+3
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-05-151-0/+2
* mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-05-151-2/+5
* kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-05-091-0/+7
* mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-05-011-38/+19
* gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2022-05-011-1/+3
* iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2022-05-011-0/+63
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-1/+1
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-012-1/+73
* mm: kfence: fix objcgs vector allocationMuchun Song2022-05-012-1/+13
* 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
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-278-25/+81
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-04-271-1/+1
* 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: don't skip swap entry even if zap_details specifiedPeter Xu2022-04-131-6/+19
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-131-0/+1