summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov
2023-12-10lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov
2023-12-10lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov
2023-12-10lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov
2023-12-10lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov
2023-12-10lib/stackdepot: drop valid bit from handlesAndrey Konovalov
2023-12-10lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov
2023-12-10lib/stackdepot: check disabled flag when fetchingAndrey Konovalov
2023-12-10lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov
2023-12-10kmemleak: add checksum to backtrace reportJim Cromie
2023-12-10kmemleak: drop (age <increasing>) from leak recordJim Cromie
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: convert truncate_error_page to truncate_error_folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_huge_page()Matthew Wilcox (Oracle)
2023-12-10memory-failure: convert delete_from_lru_cache() to take a folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_pagecache_dirty()Matthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_pagecache_clean()Matthew Wilcox (Oracle)
2023-12-10zram: tweak writeback config helpSergey Senozhatsky
2023-12-10zram: split memory-tracking and ac-time trackingSergey Senozhatsky
2023-12-10mm/page_owner: record and dump free_pid and free_tgidBarry Song
2023-12-10Documentation/mm: drop pte_bad() descriptions from arch page table helpersAnshuman Khandual
2023-12-10kasan: default to inline instrumentationPaul Heidekrüger
2023-12-10mm: fix process_vm_rw page countsYork Jasper Niebuhr
2023-12-10mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn
2023-12-10gfp: include __GFP_NOWARN in GFP_NOWAITMatthew Wilcox (Oracle)
2023-12-10mm/page_alloc: dedupe some memcg uncharging logicBrendan Jackman
2023-12-10mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)
2023-12-10mm: convert isolate_page() to mf_isolate_folio()Matthew Wilcox (Oracle)
2023-12-10mm: convert soft_offline_in_use_page() to use a folioMatthew Wilcox (Oracle)
2023-12-10mm: use mapping_evict_folio() in truncate_error_page()Matthew Wilcox (Oracle)
2023-12-10mm: convert __do_fault() to use a folioMatthew Wilcox (Oracle)
2023-12-10mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-10afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-10mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)
2023-12-10gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)
2023-12-10mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)
2023-12-10selftests/mm: check that PAGEMAP_SCAN returns correct categoriesAndrei Vagin
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin
2023-12-10mm/filemap: increase usage of folio_next_index() helperMinjie Du
2023-12-10dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma
2023-12-10mm/memory_hotplug: split memmap_on_memory requests across memblocksVishal Verma
2023-12-10mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()Vishal Verma
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-12-10mm: huge_memory: batch tlb flush when splitting a pte-mapped THPBaolin Wang
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-12-10maple_tree: preserve the tree attributes when destroying maple treePeng Zhang