summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-084-10/+10
|\
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-282-6/+6
| * fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-212-4/+4
* | mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info()Tetsuo Handa2024-01-051-1/+1
* | mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao2023-12-291-4/+9
* | mm: fix unmap_mapping_range high bits shift bugJiajun Xie2023-12-291-2/+2
* | mm: memcg: fix split queue list crash when large folio migrationBaolin Wang2023-12-292-1/+12
* | mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu2023-12-291-1/+2
* | mm: fix arithmetic for bdi min_ratioJingbo Xu2023-12-291-1/+0
* | mm: align larger anonymous mappings on THP boundariesRik van Riel2023-12-291-0/+3
* | mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-201-1/+1
* | mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2023-12-201-3/+3
* | mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2023-12-201-13/+12
* | mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2023-12-201-1/+8
* | mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2023-12-201-0/+9
* | kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache2023-12-201-4/+16
* | mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-121-8/+16
* | mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-121-14/+16
* | mm/mglru: try to stop at high watermarksYu Zhao2023-12-121-8/+28
* | mm/mglru: fix underprotected page cacheYu Zhao2023-12-122-4/+4
* | mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-121-1/+18
* | mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-121-0/+6
* | mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang2023-12-061-0/+11
* | mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsSeongJae Park2023-12-061-6/+43
* | mm/Kconfig: make userfaultfd a menuconfigPeter Xu2023-12-061-7/+9
* | mm/damon/core: copy nr_accesses when splitting regionSeongJae Park2023-12-061-0/+1
* | mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar2023-12-061-1/+1
* | mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2023-12-061-7/+6
* | mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-061-1/+1
* | mm: kmem: properly initialize local objcg variable in current_obj_cgroup()Roman Gushchin2023-12-061-1/+1
* | mm/kmemleak: move set_track_prepare() outside raw_spinlocksLiu Shixin2023-12-061-1/+3
* | Revert "mm/kmemleak: move the initialisation of object to __link_object"Liu Shixin2023-12-061-17/+19
* | mm/memory.c:zap_pte_range() print bad swap entryAndrew Morton2023-12-061-0/+1
* | hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz2023-12-061-0/+7
* | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-241-1/+1
|\ \
| * | filemap: add a per-mapping stable writes flagChristoph Hellwig2023-11-201-1/+1
| |/
* | mm: more ptep_get() conversionRyan Roberts2023-11-153-3/+3
* | parisc: fix mmap_base calculation when stack grows upwardsHelge Deller2023-11-151-0/+10
* | mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji2023-11-151-1/+1
* | mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin2023-11-151-1/+2
* | mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park2023-11-151-0/+2
* | mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park2023-11-151-0/+3
* | mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park2023-11-151-1/+3
* | mm: fix for negative counter: nr_file_hugepagesStefan Roesch2023-11-151-7/+9
* | mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter2023-11-151-1/+1
|/
* Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-081-1/+1
|\
| * memblock: report failures when memblock_can_resize is not setSong Shuai2023-09-281-1/+1
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-023-7/+6
|\ \
| * | treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-182-5/+5
| * | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1