summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-0219-91/+226
|\
| * 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 branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-142-12/+33
|\ \ | |/ |/|
| * mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson2023-11-132-12/+33
* | 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
* | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0277-3250/+5422
|\ \ \ \
| * | | | mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park2023-11-011-17/+30
| * | | | mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park2023-11-011-34/+36
| * | | | mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He2023-11-011-1/+1
| * | | | zswap: export compression failure statsNhat Pham2023-11-011-1/+7
| * | | | mempolicy: migration attempt to match interleave nodesHugh Dickins2023-10-251-5/+50
| * | | | mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins2023-10-252-58/+63
| * | | | mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-255-303/+270
| * | | | mm: add page_rmappable_folio() wrapperHugh Dickins2023-10-253-20/+14
| * | | | mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins2023-10-251-18/+0
| * | | | mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins2023-10-251-15/+15
| * | | | mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins2023-10-251-6/+6
| * | | | mempolicy trivia: slightly more consistent namingHugh Dickins2023-10-251-40/+33