summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| * | | mempolicy trivia: delete those ancient pr_debug()sHugh Dickins2023-10-251-21/+0
| * | | mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins2023-10-251-179/+159
| * | | mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park2023-10-253-0/+100
| * | | mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park2023-10-251-1/+1
| * | | mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park2023-10-251-3/+1
| * | | mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park2023-10-251-3/+2
| * | | mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park2023-10-251-8/+2
| * | | mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins2023-10-251-0/+4
| * | | mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang2023-10-251-19/+29