aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-01maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar1-15/+2
2024-09-01maple_tree: remove node allocations from various write helper functionsSidhartha Kumar1-27/+0
2024-09-01maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar1-2/+17
2024-09-01maple_tree: remove mas_wr_modify()Sidhartha Kumar1-38/+0
2024-09-01maple_tree: simplify mas_commit_b_node()Sidhartha Kumar1-57/+7
2024-09-01maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar1-12/+10
2024-09-01maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar1-38/+52
2024-09-01maple_tree: print store type in mas_dump()Sidhartha Kumar1-0/+34
2024-09-01maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar1-10/+1
2024-09-01maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar1-2/+6
2024-09-01maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2-17/+30
2024-09-01maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2-60/+193
2024-09-01maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar1-48/+48
2024-09-01maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar1-2/+8
2024-09-01maple_tree: introduce store_type enumSidhartha Kumar1-0/+14
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song2-9/+22
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds7-53/+63
2024-09-01powerpc/vdso: refactor error handlingMichael Ellerman1-11/+7
2024-09-01mm: remove arch_unmap()Michael Ellerman5-27/+6
2024-09-01powerpc/mm: handle VDSO unmapping via close() rather than arch_unmap()Michael Ellerman2-4/+17
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman2-0/+9
2024-09-01kfence: save freeing stack trace at calling time instead of freeing timeTianchen Ding3-13/+34
2024-09-01maple_tree: fix comment typo with corresponding maple_statusWei Yang1-1/+1
2024-09-01maple_tree: fix comment typo of ma_rootWei Yang1-1/+1
2024-09-01maple_tree: add test to replicate low memory race conditionsSidhartha Kumar3-1/+101
2024-09-01maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar1-4/+12
2024-09-01mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao1-64/+92
2024-09-01mm/swap: take folio refcount after testing the LRU flagyangge1-5/+3
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki2-0/+88
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu3-8/+107
2024-09-01mm/x86: add missing pud helpersPeter Xu2-8/+61
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu4-1/+25
2024-09-01mm/x86: make pud_leaf() only care about PSE bitPeter Xu1-2/+1
2024-09-01mm/powerpc: add missing pud helpersPeter Xu2-0/+23
2024-09-01mm/mprotect: push mmu notifier to PUDsPeter Xu1-16/+16
2024-09-01mm/dax: dump start address in fault handlerPeter Xu1-3/+3
2024-09-01mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie1-2/+2
2024-09-01mm: vmalloc: add optimization hint on page existence checkMiao Wang1-1/+1
2024-09-01mm: accept to promo watermarkKirill A. Shutemov1-2/+2
2024-09-01mm: page_isolation: handle unaccepted memory isolationKirill A. Shutemov1-0/+8
2024-09-01mm: add a helper to accept pageKirill A. Shutemov2-12/+43
2024-09-01mm: rework accept memory helpersKirill A. Shutemov10-38/+26
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov2-0/+10
2024-09-01mm: accept memory in __alloc_pages_bulk()Kirill A. Shutemov1-0/+11
2024-09-01mm: reduce deferred struct page init ifdefferyKirill A. Shutemov1-4/+5
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan3-50/+47
2024-09-01memcg: replace memcg ID idr with xarrayShakeel Butt1-29/+10
2024-09-01selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu1-21/+36
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)4-16/+9