summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-8/+0
2022-04-22userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit1-6/+9
2022-04-22memcg: sync flush only if periodic flush is delayedShakeel Butt2-2/+12
2022-04-22mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu1-0/+13
2022-04-22mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2-42/+113
2022-04-20mm/slub: remove unneeded return value of slab_pad_checkMiaohe Lin1-7/+5
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-7/+10
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-3/+3
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-15/+2
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-2/+2
2022-04-18mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig1-1/+1
2022-04-16mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-16mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval1-11/+0
2022-04-16hugetlb: do not demote poisoned hugetlb pagesMike Kravetz1-7/+10
2022-04-16mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla1-5/+5
2022-04-16mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-04-16mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-16mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver8-25/+81
2022-04-16kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2-6/+9
2022-04-16mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen1-0/+17
2022-04-16tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2-17/+20
2022-04-13usercopy: Remove HARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)1-61/+0
2022-04-13mm/usercopy: Detect large folio overrunsMatthew Wilcox (Oracle)1-6/+4
2022-04-13mm/usercopy: Detect vmalloc overrunsMatthew Wilcox (Oracle)1-0/+16
2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)1-6/+10
2022-04-13mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()Ohhoon Kwon1-15/+3
2022-04-13mm/slub: remove meaningless node check in ___slab_alloc()JaeSang Yoo1-1/+0
2022-04-13mm/slub: remove duplicate flag in allocate_slab()Jiyoup Kim1-1/+1
2022-04-13mm/slub: remove unused parameter in setup_object*()JaeSang Yoo1-11/+8
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+6
2022-04-09mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton1-6/+0
2022-04-09mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin1-0/+1
2022-04-09mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini1-0/+3
2022-04-09highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov1-2/+2
2022-04-09mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan2-2/+2
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi1-3/+3
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)1-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)1-0/+13
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)1-6/+5
2022-04-07mm/slab.c: fix commentsYixuan Cao1-6/+6
2022-04-06mm/slub: sort debugfs output by frequency of stack tracesOliver Glitta1-0/+16
2022-04-06mm/slub: distinguish and print stack traces in debugfs filesOliver Glitta1-2/+26
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2-31/+45
2022-04-06mm/slub: move struct track init out of set_track()Vlastimil Babka1-17/+15
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka1-3/+6
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2-2/+6