summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-21maple_tree: fix warning comparing pointer to 0Jiapeng Chong1-3/+3
2023-12-21selftests/mm/cow: add tests for anonymous multi-size THPRyan Roberts1-12/+70
2023-12-21selftests/mm/cow: generalize do_run_with_thp() helperRyan Roberts1-54/+67
2023-12-21selftests/mm/khugepaged: enlighten for multi-size THPRyan Roberts2-11/+39
2023-12-21selftests/mm: support multi-size THP interface in thp_settingsRyan Roberts3-2/+67
2023-12-21selftests/mm: factor out thp settings managementRyan Roberts4-326/+391
2023-12-21selftests/mm/kugepaged: restore thp settings at exitRyan Roberts1-6/+11
2023-12-21mm: thp: support allocation of anonymous multi-size THPRyan Roberts2-11/+104
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts8-88/+459
2023-12-21mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts1-8/+20
2023-12-21mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts1-2/+2
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed5-38/+52
2023-12-21mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2023-12-21mm: memcg: make stats flushing threshold per-memcgYosry Ahmed1-16/+34
2023-12-21mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed1-74/+74
2023-12-21mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed1-3/+4
2023-12-21mm/list_lru.c: remove unused list_lru_from_kmem()Andrew Morton1-31/+0
2023-12-21lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton1-1/+1
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton44-190/+245
2023-12-21mailmap: add an old address for Naoya HoriguchiMatthew Wilcox (Oracle)1-0/+1
2023-12-21mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2023-12-21mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-12-21mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)1-13/+12
2023-12-21selftests: secretmem: floor the memory size to the multiple of page_sizeMuhammad Usama Anjum1-0/+3
2023-12-21mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2023-12-21maple_tree: do not preallocate nodes for slot storesSidhartha Kumar2-1/+12
2023-12-21mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2023-12-21kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache1-4/+16
2023-12-21kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann1-1/+2
2023-12-21kexec: fix KEXEC_FILE dependenciesArnd Bergmann5-9/+8
2023-12-13mm/mglru: reclaim offlined memcgs harderYu Zhao2-12/+20
2023-12-13mm/mglru: respect min_ttl_ms with memcgsYu Zhao2-27/+33
2023-12-13mm/mglru: try to stop at high watermarksYu Zhao1-8/+28
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao3-13/+18
2023-12-13mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-13Revert "selftests: error out if kernel header files are not yet built"John Hubbard2-57/+4
2023-12-13crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang1-5/+5
2023-12-13x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He1-1/+1
2023-12-13sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He4-6/+6
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He9-16/+16
2023-12-13m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He2-3/+3
2023-12-13loongarch, kexec: change dependency of object filesBaoquan He1-1/+1
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2-0/+8
2023-12-13selftests/mm: cow: print ksft header before printing anything elseDavid Hildenbrand1-1/+2
2023-12-13mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-13riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-12-13kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin3-4/+5
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun1-2/+1
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song1-0/+3
2023-12-12mm: use vma_pages() for vma objectsChen Haonan1-1/+1