aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-20mm/memory-failure: cast index to loff_t before shifting itGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-20mm/memory-failure: check the mapcount of the precise pageGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-12-20mm/memory-failure: pass the folio and the page to collect_procs()Gravatar Matthew Wilcox (Oracle) 1-13/+12
2023-12-20mm: migrate high-order folios in swap cache correctlyGravatar Charan Teja Kalla 1-1/+8
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataGravatar Baokun Li 1-0/+9
2023-12-20kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetGravatar Nico Pache 1-4/+16
2023-12-12mm/mglru: reclaim offlined memcgs harderGravatar Yu Zhao 1-8/+16
2023-12-12mm/mglru: respect min_ttl_ms with memcgsGravatar Yu Zhao 1-14/+16
2023-12-12mm/mglru: try to stop at high watermarksGravatar Yu Zhao 1-8/+28
2023-12-12mm/mglru: fix underprotected page cacheGravatar Yu Zhao 2-4/+4
2023-12-12mm/shmem: fix race in shmem_undo_range w/THPGravatar David Stevens 1-1/+18
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsGravatar SeongJae Park 1-0/+6
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Gravatar Jiexun Wang 1-0/+11
2023-12-06mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsGravatar SeongJae Park 1-6/+43
2023-12-06mm/Kconfig: make userfaultfd a menuconfigGravatar Peter Xu 1-7/+9
2023-12-06mm/damon/core: copy nr_accesses when splitting regionGravatar SeongJae Park 1-0/+1
2023-12-06mm/memory_hotplug: fix error handling in add_memory_resource()Gravatar Sumanth Korikkar 1-1/+1
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockGravatar Sumanth Korikkar 1-7/+6
2023-12-06mm: fix oops when filemap_map_pmd() without prealloc_pteGravatar Hugh Dickins 1-1/+1
2023-12-06mm: kmem: properly initialize local objcg variable in current_obj_cgroup()Gravatar Roman Gushchin 1-1/+1
2023-12-06mm/kmemleak: move set_track_prepare() outside raw_spinlocksGravatar Liu Shixin 1-1/+3
2023-12-06Revert "mm/kmemleak: move the initialisation of object to __link_object"Gravatar Liu Shixin 1-17/+19
2023-12-06mm/memory.c:zap_pte_range() print bad swap entryGravatar Andrew Morton 1-0/+1
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeGravatar Mike Kravetz 1-0/+7
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-11-20filemap: add a per-mapping stable writes flagGravatar Christoph Hellwig 1-1/+1
2023-11-15mm: more ptep_get() conversionGravatar Ryan Roberts 3-3/+3
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsGravatar Helge Deller 1-0/+10
2023-11-15mm/damon/core.c: avoid unintentional filtering out of schemesGravatar Hyeongtak Ji 1-1/+1
2023-11-15mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsGravatar Roman Gushchin 1-1/+2
2023-11-15mm/damon/sysfs-schemes: handle tried region directory allocation failureGravatar SeongJae Park 1-0/+2
2023-11-15mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureGravatar SeongJae Park 1-0/+3
2023-11-15mm/damon/sysfs: check error from damon_sysfs_update_target()Gravatar SeongJae Park 1-1/+3
2023-11-15mm: fix for negative counter: nr_file_hugepagesGravatar Stefan Roesch 1-7/+9
2023-11-15mm/damon/sysfs: eliminate potential uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2023-11-08Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-7/+6
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 77-3250/+5422
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-11-01mm/damon/sysfs: update monitoring target regions for online input commitGravatar SeongJae Park 1-17/+30
2023-11-01mm/damon/sysfs: remove requested targets when online-commit inputsGravatar SeongJae Park 1-34/+36
2023-11-01mm/vmalloc: fix the unchecked dereference warning in vread_iter()Gravatar Baoquan He 1-1/+1
2023-11-01zswap: export compression failure statsGravatar Nhat Pham 1-1/+7
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-4/+32
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-11/+0
2023-10-30Merge tag 'slab-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-37/+36
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 2-33/+12
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+11
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-10/+10
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1