summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-01mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park
2023-11-01selftests: add a sanity check for zswapNhat Pham
2023-11-01Documentation: maple_tree: fix word spelling errorTom Yang
2023-11-01mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He
2023-11-01zswap: export compression failure statsNhat Pham
2023-11-01Documentation: ubsan: drop "the" from article titleAndrey Konovalov
2023-10-25mempolicy: migration attempt to match interleave nodesHugh Dickins
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-25mm: add page_rmappable_folio() wrapperHugh Dickins
2023-10-25mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins
2023-10-25mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins
2023-10-25mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins
2023-10-25mempolicy trivia: slightly more consistent namingHugh Dickins
2023-10-25mempolicy trivia: delete those ancient pr_debug()sHugh Dickins
2023-10-25mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins
2023-10-25kernfs: drop shared NUMA mempolicy hooksHugh Dickins
2023-10-25hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins
2023-10-25mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park
2023-10-25mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park
2023-10-25mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park
2023-10-25mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park
2023-10-25mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park
2023-10-25mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park
2023-10-25mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins
2023-10-25ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins
2023-10-25mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang
2023-10-25mm: hugetlb_vmemmap: fix reference to nonexistent fileVegard Nossum
2023-10-25mm: page_alloc: check the order of compound page even when the order is zeroHyesoo Yu
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil
2023-10-25mm/khugepaged: convert collapse_pte_mapped_thp() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)
2023-10-25mm: memory_hotplug: drop memoryless node from fallback listsQi Zheng
2023-10-25mm: page_alloc: skip memoryless nodes entirelyQi Zheng
2023-10-25mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan
2023-10-25mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan
2023-10-25mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin
2023-10-25mm/kmemleak: fix partially freeing unknown object warningLiu Shixin
2023-10-25mm: kmemleak: add __find_and_remove_object()Liu Shixin
2023-10-25mm: kmemleak: use mem_pool_free() to free objectLiu Shixin
2023-10-25mm: kmemleak: split __create_object into two functionsLiu Shixin
2023-10-25mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin
2023-10-25bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin
2023-10-25bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang
2023-10-25mm: use folio_xchg_last_cpupid() in wp_page_reuse()Kefeng Wang
2023-10-25mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folioKefeng Wang