summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-03-16ucount: use rcuref_t for reference countingSebastian Andrzej Siewior-2/+9
2025-03-16ucount: use RCU for ucounts lookupsSebastian Andrzej Siewior-1/+3
2025-03-16rcu: provide a static initializer for hlist_nulls_headSebastian Andrzej Siewior-0/+1
2025-03-16crash: let arch decide usable memory range in reserved areaSourabh Jain-0/+9
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain-6/+5
2025-03-16mm, swap: simplify folio swap allocationKairui Song-5/+3
2025-03-16mm, swap: remove swap slot cacheKairui Song-31/+0
2025-03-16mm, swap: use percpu cluster as allocation fast pathKairui Song-7/+4
2025-03-16zsmalloc: introduce new object mapping APISergey Senozhatsky-0/+8
2025-03-16mm/folio_queue: delete __folio_order and use folio_order directlyLiu Ye-9/+3
2025-03-16mm/damon: implement a new DAMOS filter type for unmapped pagesSeongJae Park-0/+2
2025-03-16mm/hugetlb: enable bootmem allocation from CMA areasFrank van der Linden-0/+17
2025-03-16mm/cma: introduce a cma validate functionFrank van der Linden-0/+5
2025-03-16mm/hugetlb: do pre-HVO for bootmem allocated pagesFrank van der Linden-0/+2
2025-03-16mm/hugetlb: add pre-HVO frameworkFrank van der Linden-0/+4
2025-03-16mm/hugetlb: deal with multiple calls to hugetlb_bootmem_allocFrank van der Linden-0/+6
2025-03-16mm/sparse: add vmemmap_*_hvo functionsFrank van der Linden-1/+8
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden-0/+36
2025-03-16mm/bootmem_info: export register_page_bootmem_memmapFrank van der Linden-3/+7
2025-03-16mm/hugetlb: convert cmdline parameters from setup to earlyFrank van der Linden-0/+6
2025-03-16mm/cma: introduce cma_intersects functionFrank van der Linden-0/+1
2025-03-16mm, cma: support multiple contiguous ranges, if requestedFrank van der Linden-0/+3
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-2/+2
2025-03-16fs: remove folio_file_mapping()Matthew Wilcox (Oracle)-20/+0
2025-03-16fs: remove page_file_mapping()Matthew Wilcox (Oracle)-5/+0
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)-1/+1
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan-12/+11
2025-03-16mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan-4/+8
2025-03-16mm: remove extra vma_numab_state_init() callSuren Baghdasaryan-1/+0
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan-20/+18
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan-55/+95
2025-03-16refcount: introduce __refcount_{add|inc}_not_zero_limited_acquireSuren Baghdasaryan-1/+20
2025-03-16refcount: provide ops for cases when object's memory can be reusedSuren Baghdasaryan-0/+115
2025-03-16mm: uninline the main body of vma_start_write()Suren Baghdasaryan-9/+3
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan-6/+0
2025-03-16mm: allow vma_start_read_locked/vma_start_read_locked_nested to failSuren Baghdasaryan-2/+4
2025-03-16types: move struct rcuwait into types.hSuren Baghdasaryan-12/+13
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan-0/+14
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan-7/+20
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan-14/+20
2025-03-16mm: introduce vma_start_read_locked{_nested} helpersSuren Baghdasaryan-0/+24
2025-03-16mm/mmu_gather: clean up the stale code commentBaoquan He-11/+10
2025-03-16mm/mmu_gather: remove unused __tlb_remove_page()Baoquan He-10/+0
2025-03-16mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif-0/+14
2025-03-16mm/vmstat: revert "fix a W=1 clang compiler warning"Bart Van Assche-1/+1
2025-03-16fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes-0/+1
2025-03-16mm: provide mapping_wrprotect_range() functionLorenzo Stoakes-0/+3
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park-0/+11
2025-03-16mm/swap: rename swap_swapcount() to swap_entry_swapped()Baoquan He-3/+3
2025-03-16mm/swap: remove SWAP_FLAG_PRIO_SHIFTBaoquan He-1/+0