summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-26mempolicy trivia: delete those ancient pr_debug()sHugh Dickins1-21/+0
2023-10-26mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins1-179/+159
2023-10-26kernfs: drop shared NUMA mempolicy hooksHugh Dickins1-49/+0
2023-10-26hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins2-42/+2
2023-10-26mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park3-0/+100
2023-10-26mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park1-1/+1
2023-10-26mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park1-3/+1
2023-10-26mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-10-26mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park1-8/+2
2023-10-26mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park1-0/+7
2023-10-26mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins1-0/+4
2023-10-26ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins1-1/+1
2023-10-26mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang1-19/+29
2023-10-26mm: hugetlb_vmemmap: fix reference to nonexistent fileVegard Nossum1-1/+1
2023-10-26mm: page_alloc: check the order of compound page even when the order is zeroHyesoo Yu1-3/+3
2023-10-26mm: fix multiple typos in multiple filesMuhammad Muzammil4-6/+6
2023-10-26mm/khugepaged: convert collapse_pte_mapped_thp() to use foliosVishal Moola (Oracle)1-25/+20
2023-10-26mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)2-21/+10
2023-10-26mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)1-7/+7
2023-10-26mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)1-10/+10
2023-10-26mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)1-22/+23
2023-10-26mm: memory_hotplug: drop memoryless node from fallback listsQi Zheng1-1/+5
2023-10-26mm: page_alloc: skip memoryless nodes entirelyQi Zheng1-2/+5
2023-10-26mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan2-12/+17
2023-10-26mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan1-3/+13
2023-10-26mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin1-19/+17
2023-10-26mm/kmemleak: fix partially freeing unknown object warningLiu Shixin1-11/+31
2023-10-26mm: kmemleak: add __find_and_remove_object()Liu Shixin1-3/+14
2023-10-26mm: kmemleak: use mem_pool_free() to free objectLiu Shixin1-5/+9
2023-10-26mm: kmemleak: split __create_object into two functionsLiu Shixin1-21/+40
2023-10-26mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin1-14/+14
2023-10-26bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin1-1/+1
2023-10-26bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin1-1/+1
2023-10-26mm: remove page_cpupid_xchg_last()Kefeng Wang2-15/+10
2023-10-26mm: use folio_xchg_last_cpupid() in wp_page_reuse()Kefeng Wang1-9/+10
2023-10-26mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folioKefeng Wang1-9/+10
2023-10-26mm: make finish_mkwrite_fault() staticKefeng Wang2-2/+1
2023-10-26mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()Kefeng Wang1-1/+1
2023-10-26mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()Kefeng Wang1-4/+4
2023-10-26sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang1-1/+1
2023-10-26mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-26mm: huge_memory: use a folio in change_huge_pmd()Kefeng Wang1-6/+7
2023-10-26mm: mprotect: use a folio in change_pte_range()Kefeng Wang1-7/+9
2023-10-26sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang1-1/+1
2023-10-26mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-26mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-26mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()Kefeng Wang1-1/+1
2023-10-26mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()Kefeng Wang1-1/+1
2023-10-26mm: memory: use folio_last_cpupid() in do_numa_page()Kefeng Wang1-1/+1