summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand
2025-03-17mm: factor out large folio handling from folio_nr_pages() into folio_large_nr...David Hildenbrand
2025-03-17mm: factor out large folio handling from folio_order() into folio_large_order()David Hildenbrand
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm/gup: don't allow FOLL_LONGTERM pinning of FS DAX pagesAlistair Popple
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-17fs/dax: remove PAGE_MAPPING_DAX_SHARED mapping flagAlistair Popple
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed
2025-03-17mm/damon: add default allow/reject behavior fields to struct damosSeongJae Park
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou
2025-03-17page_counter: reduce struct page_counter sizeShakeel Butt
2025-03-17page_counter: track failcnt only for legacy cgroupsShakeel Butt
2025-03-17mm: fix lazy mmu docs and usageRyan Roberts
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand
2025-03-16mm, swap: simplify folio swap allocationKairui Song
2025-03-16mm, swap: remove swap slot cacheKairui Song
2025-03-16mm, swap: use percpu cluster as allocation fast pathKairui Song
2025-03-16zsmalloc: introduce new object mapping APISergey Senozhatsky
2025-03-16mm/folio_queue: delete __folio_order and use folio_order directlyLiu Ye
2025-03-16mm/damon: implement a new DAMOS filter type for unmapped pagesSeongJae Park
2025-03-16mm/hugetlb: enable bootmem allocation from CMA areasFrank van der Linden
2025-03-16mm/cma: introduce a cma validate functionFrank van der Linden
2025-03-16mm/hugetlb: do pre-HVO for bootmem allocated pagesFrank van der Linden
2025-03-16mm/hugetlb: add pre-HVO frameworkFrank van der Linden
2025-03-16mm/hugetlb: deal with multiple calls to hugetlb_bootmem_allocFrank van der Linden
2025-03-16mm/sparse: add vmemmap_*_hvo functionsFrank van der Linden
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden
2025-03-16mm/bootmem_info: export register_page_bootmem_memmapFrank van der Linden
2025-03-16mm/hugetlb: convert cmdline parameters from setup to earlyFrank van der Linden
2025-03-16mm/cma: introduce cma_intersects functionFrank van der Linden
2025-03-16mm, cma: support multiple contiguous ranges, if requestedFrank van der Linden
2025-03-16fs: remove folio_file_mapping()Matthew Wilcox (Oracle)
2025-03-16fs: remove page_file_mapping()Matthew Wilcox (Oracle)
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan