summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-4/+4
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett1-2/+0
2023-12-11kasan: record and report more informationJuntong Deng5-0/+58
2023-12-11mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov1-0/+4
2023-12-11mm: hugetlb_vmemmap: convert page to folioMuchun Song1-26/+25
2023-12-11mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song1-46/+24
2023-12-11mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song1-109/+39
2023-12-11mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song1-1/+28
2023-12-11mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-17/+17
2023-12-11mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-5/+5
2023-12-11mm, oom:dump_tasks add rss detailed information printingYong Wang1-3/+4
2023-12-11mm/gup: fix follow_devmap_p[mu]d() on page==NULL handlingPeter Xu1-0/+2
2023-12-11mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla1-8/+8
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