aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 2-18/+19
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Gravatar Linus Torvalds 5-107/+133
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 11-104/+80
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-67/+24
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+32
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+29
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-35/+21
2022-05-23Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Gravatar Vlastimil Babka 3-64/+105
2022-05-19random: move randomize_page() into mm where it belongsGravatar Jason A. Donenfeld 1-0/+32
2022-05-16mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()Gravatar Yuanzheng Song 1-3/+3
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-16/+18
2022-05-09fs: Remove aops->freepageGravatar Matthew Wilcox (Oracle) 2-11/+0
2022-05-09secretmem: Convert to free_folioGravatar Matthew Wilcox (Oracle) 1-4/+4
2022-05-09fs: Add free_folio address space operationGravatar Matthew Wilcox (Oracle) 2-2/+13
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 3-3/+3
2022-05-09fs: Remove last vestiges of releasepageGravatar Matthew Wilcox (Oracle) 1-2/+0
2022-05-09fs: Add aops->release_folioGravatar Matthew Wilcox (Oracle) 1-0/+2
2022-05-09mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolGravatar Hyeonggon Yoo 1-0/+10
2022-05-09mm: mremap: fix sign for EFAULT error return valueGravatar Niels Dossche 1-1/+1
2022-05-09mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+4
2022-05-09fs: Change the type of filler_tGravatar Matthew Wilcox (Oracle) 1-20/+20
2022-05-09mm,fs: Remove aops->readpageGravatar Matthew Wilcox (Oracle) 5-22/+13
2022-05-09mm: Convert swap_readpage to call read_folio instead of readpageGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Introduce aops->read_folioGravatar Matthew Wilcox (Oracle) 3-8/+17
2022-05-08fs: Convert is_dirty_writeback() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08readahead: Use a folio in read_pages()Gravatar Matthew Wilcox (Oracle) 1-13/+12
2022-05-08filemap: Update the folio_mark_dirty documentationGravatar Matthew Wilcox (Oracle) 1-4/+6
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Gravatar Matthew Wilcox (Oracle) 1-20/+0
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 2-5/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove AOP_FLAG_NOFSGravatar Matthew Wilcox (Oracle) 1-2/+0
2022-05-05mm/readahead: Fix readahead with large foliosGravatar Matthew Wilcox (Oracle) 1-6/+9
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Gravatar Christoph Hellwig 3-0/+3
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hGravatar Christoph Hellwig 1-7/+6
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineGravatar Christoph Hellwig 1-3/+2
2022-05-02kfence: test: use new suite_{init/exit} support, add .kunitconfigGravatar Daniel Latypov 2-18/+19
2022-05-02block: ignore RWF_HIPRI hint for sync dioGravatar Ming Lei 1-3/+1
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxGravatar Miaohe Lin 1-2/+0
2022-04-28mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Gravatar Naoya Horiguchi 1-1/+1
2022-04-28mm/huge_memory: do not overkill when splitting huge_zero_pageGravatar Xu Yu 1-1/+6
2022-04-28Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Gravatar Xu Yu 1-13/+0
2022-04-27kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Gravatar Zqiang 1-0/+7
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Gravatar Linus Torvalds 1-0/+2
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityGravatar Catalin Marinas 1-0/+29
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsGravatar Linus Torvalds 1-2/+9
2022-04-24page_alloc: use vmalloc_huge for large system hashGravatar Song Liu 1-1/+1
2022-04-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-73/+200
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundGravatar Nicholas Piggin 1-15/+21
2022-04-21mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Gravatar Alistair Popple 1-1/+13
2022-04-21oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupGravatar Nico Pache 1-14/+40