summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mm: hugetlb_vmemmap: fix reference to nonexistent fileVegard Nossum2023-10-251-1/+1
| * | | mm: page_alloc: check the order of compound page even when the order is zeroHyesoo Yu2023-10-251-3/+3
| * | | mm: fix multiple typos in multiple filesMuhammad Muzammil2023-10-254-6/+6
| * | | mm/khugepaged: convert collapse_pte_mapped_thp() to use foliosVishal Moola (Oracle)2023-10-251-25/+20
| * | | mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)2023-10-251-7/+10
| * | | mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)2023-10-251-7/+7
| * | | mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)2023-10-251-10/+10
| * | | mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)2023-10-251-22/+23
| * | | mm: memory_hotplug: drop memoryless node from fallback listsQi Zheng2023-10-251-1/+5
| * | | mm: page_alloc: skip memoryless nodes entirelyQi Zheng2023-10-251-2/+5
| * | | mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan2023-10-251-2/+3
| * | | mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan2023-10-251-3/+13
| * | | mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin2023-10-251-19/+17
| * | | mm/kmemleak: fix partially freeing unknown object warningLiu Shixin2023-10-251-11/+31