summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-67/+24
|\
| * mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()Yuanzheng Song2022-05-161-3/+3
| * usercopy: Remove HARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)2022-04-131-61/+0
| * mm/usercopy: Detect large folio overrunsMatthew Wilcox (Oracle)2022-04-131-6/+4
| * mm/usercopy: Detect vmalloc overrunsMatthew Wilcox (Oracle)2022-04-131-0/+16
| * mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)2022-04-131-6/+10
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-0/+32
|\ \
| * | random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-191-0/+32
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-0/+29
|\ \ \
| * | | mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas2022-04-251-0/+29
* | | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-234-35/+21
|\ \ \ \
| * | | | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-023-0/+3
| * | | | blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-021-7/+6
| * | | | blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig2022-05-021-3/+2
| * | | | block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-3/+1
| * | | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-3/+3
| * | | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-15/+2
| * | | | block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
| * | | | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+2
| * | | | mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig2022-04-171-1/+1
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-134-16/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo2022-05-091-0/+10
| * | | mm: mremap: fix sign for EFAULT error return valueNiels Dossche2022-05-091-1/+1
| * | | mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi2022-04-281-1/+1
| * | | mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu2022-04-281-1/+6
| * | | Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu2022-04-281-13/+0
* | | | mm/readahead: Fix readahead with large foliosMatthew Wilcox (Oracle)2022-05-051-6/+9
|/ / /
* | | kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-04-271-0/+7
* | | no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds2022-04-251-0/+2
* | | kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds2022-04-241-2/+9
* | | page_alloc: use vmalloc_huge for large system hashSong Liu2022-04-241-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-228-73/+200
|\ \ \
| * | | mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple2022-04-211-1/+13
| * | | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-211-14/+40
| * | | mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-8/+0
| * | | userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit2022-04-211-6/+9
| * | | memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-212-2/+12
| * | | mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu2022-04-211-0/+13
| * | | mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-212-42/+113
* | | | mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin2022-04-221-15/+21
|/ / /
* / / vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-7/+10
|/ /
* | mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-151-4/+4
* | mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval2022-04-151-11/+0
* | hugetlb: do not demote poisoned hugetlb pagesMike Kravetz2022-04-151-7/+10
* | mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla2022-04-151-5/+5
* | mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-151-54/+0
* | mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-151-1/+1
* | mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-158-25/+81
* | kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2022-04-152-6/+9
* | mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen2022-04-151-0/+17