summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2022-04-132-2/+109
* kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2022-04-131-11/+24
* kfence: count unexpectedly skipped allocationsMarco Elver2022-04-131-3/+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,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/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-231-1/+1