summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-11mm: page_alloc: enforce minimum zone size to do high atomic reservesCharan Teja Kalla1-1/+4
2023-12-11mm: page_alloc: correct high atomic reserve calculationsCharan Teja Kalla1-2/+3
2023-12-11mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin1-1/+1
2023-12-11mm/mm_init.c: extend init unavailable range doc infoSerge Semin1-0/+1
2023-12-11mm/damon/core-test: test damon_split_region_at()'s access rate copyingSeongJae Park1-4/+11
2023-12-11kasan: improve free meta storage in Generic KASANJuntong Deng1-10/+29
2023-12-11mm/page_poison: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-12-11mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-12-11mm/memory: use kmap_local_page() in __wp_page_copy_user()Fabio M. De Francesco1-2/+4
2023-12-11mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco1-2/+2
2023-12-11mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco1-4/+4
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar1-13/+1
2023-12-11kasan: use stack_depot_put for Generic modeAndrey Konovalov3-11/+40
2023-12-11slub, kasan: improve interaction of KASAN and slub_debug poisoningAndrey Konovalov1-15/+26
2023-12-11kasan: use stack_depot_put for tag-based modesAndrey Konovalov1-2/+8
2023-12-11kasan: check object_size in kasan_complete_mode_report_infoAndrey Konovalov1-1/+3
2023-12-11kasan: remove atomic accesses to stack ring entriesAndrey Konovalov2-26/+12
2023-12-11lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov4-9/+12
2023-12-11kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov1-4/+3
2023-12-11kmemleak: add checksum to backtrace reportJim Cromie1-1/+1
2023-12-11kmemleak: drop (age <increasing>) from leak recordJim Cromie1-4/+2
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)3-13/+12
2023-12-11memory-failure: convert truncate_error_page to truncate_error_folioMatthew Wilcox (Oracle)1-5/+4
2023-12-11memory-failure: use a folio in me_huge_page()Matthew Wilcox (Oracle)1-6/+6
2023-12-11memory-failure: convert delete_from_lru_cache() to take a folioMatthew Wilcox (Oracle)1-11/+11
2023-12-11memory-failure: use a folio in me_pagecache_dirty()Matthew Wilcox (Oracle)1-3/+4
2023-12-11memory-failure: use a folio in me_pagecache_clean()Matthew Wilcox (Oracle)1-7/+6
2023-12-11mm/page_owner: record and dump free_pid and free_tgidBarry Song1-1/+8
2023-12-11mm: fix process_vm_rw page countsYork Jasper Niebuhr1-7/+8
2023-12-11mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn1-36/+1
2023-12-11mm/page_alloc: dedupe some memcg uncharging logicBrendan Jackman1-8/+4
2023-12-11mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)2-10/+2
2023-12-11mm: convert isolate_page() to mf_isolate_folio()Matthew Wilcox (Oracle)1-14/+14
2023-12-11mm: convert soft_offline_in_use_page() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-12-11mm: use mapping_evict_folio() in truncate_error_page()Matthew Wilcox (Oracle)1-2/+2
2023-12-11mm: convert __do_fault() to use a folioMatthew Wilcox (Oracle)1-10/+10
2023-12-11mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)2-17/+17
2023-12-11mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)2-31/+27
2023-12-11mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-12-11mm/memory_hotplug: split memmap_on_memory requests across memblocksVishal Verma1-76/+136
2023-12-11mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()Vishal Verma1-3/+3
2023-12-11NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-0/+34
2023-12-11mm: huge_memory: batch tlb flush when splitting a pte-mapped THPBaolin Wang1-1/+3
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang3-15/+12
2023-12-11mm/vmstat: move pgdemote_* to per-node statsLi Zhijian2-7/+11
2023-12-07mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang1-0/+11
2023-12-07mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsSeongJae Park1-6/+43
2023-12-07mm/Kconfig: make userfaultfd a menuconfigPeter Xu1-7/+9
2023-12-07mm/damon/core: copy nr_accesses when splitting regionSeongJae Park1-0/+1
2023-12-07mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar1-1/+1