summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-03281-5277/+11683
|\
| * 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
| * selftests: add a sanity check for zswapNhat Pham2023-11-011-0/+48
| * Documentation: maple_tree: fix word spelling errorTom Yang2023-11-011-1/+1
| * 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
| * Documentation: ubsan: drop "the" from article titleAndrey Konovalov2023-11-011-2/+4
| * mempolicy: migration attempt to match interleave nodesHugh Dickins2023-10-261-5/+50
| * mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins2023-10-263-67/+63
| * mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-2610-323/+308
| * mm: add page_rmappable_folio() wrapperHugh Dickins2023-10-263-20/+14
| * mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins2023-10-262-19/+1
| * mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins2023-10-261-15/+15
| * mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins2023-10-262-19/+13
| * mempolicy trivia: slightly more consistent namingHugh Dickins2023-10-262-46/+38
| * mempolicy trivia: delete those ancient pr_debug()sHugh Dickins2023-10-261-21/+0
| * mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins2023-10-261-179/+159
| * kernfs: drop shared NUMA mempolicy hooksHugh Dickins2023-10-261-49/+0
| * hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins2023-10-262-42/+2
| * mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park2023-10-263-0/+100
| * mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park2023-10-261-1/+1
| * mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park2023-10-261-3/+1
| * mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park2023-10-261-3/+2
| * mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park2023-10-261-8/+2
| * mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park2023-10-261-0/+7
| * mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins2023-10-261-0/+4
| * ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins2023-10-261-1/+1
| * mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang2023-10-261-19/+29
| * mm: hugetlb_vmemmap: fix reference to nonexistent fileVegard Nossum2023-10-261-1/+1
| * mm: page_alloc: check the order of compound page even when the order is zeroHyesoo Yu2023-10-261-3/+3
| * mm: fix multiple typos in multiple filesMuhammad Muzammil2023-10-264-6/+6
| * mm/khugepaged: convert collapse_pte_mapped_thp() to use foliosVishal Moola (Oracle)2023-10-261-25/+20
| * mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)2023-10-262-21/+10
| * mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)2023-10-261-7/+7
| * mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)2023-10-261-10/+10
| * mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)2023-10-261-22/+23
| * mm: memory_hotplug: drop memoryless node from fallback listsQi Zheng2023-10-261-1/+5
| * mm: page_alloc: skip memoryless nodes entirelyQi Zheng2023-10-261-2/+5
| * mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan2023-10-262-12/+17
| * mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan2023-10-261-3/+13
| * mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin2023-10-261-19/+17
| * mm/kmemleak: fix partially freeing unknown object warningLiu Shixin2023-10-261-11/+31
| * mm: kmemleak: add __find_and_remove_object()Liu Shixin2023-10-261-3/+14
| * mm: kmemleak: use mem_pool_free() to free objectLiu Shixin2023-10-261-5/+9
| * mm: kmemleak: split __create_object into two functionsLiu Shixin2023-10-261-21/+40
| * mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin2023-10-261-14/+14
| * bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin2023-10-261-1/+1
| * bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin2023-10-261-1/+1
| * mm: remove page_cpupid_xchg_last()Kefeng Wang2023-10-262-15/+10