aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-03-04mm: remove total_mapcount()David Hildenbrand
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-03-04mm: enumerate all gfp flagsSuren Baghdasaryan
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo
2024-02-23writeback: add a writeback iteratorChristoph Hellwig
2024-02-23pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park
2024-02-23mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador
2024-02-23lib/stackdepot: move stack_record struct definition into the headerOscar Salvador
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton
2024-02-23stackdepot: use variable size records for non-evictable entriesMarco Elver
2024-02-22userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra
2024-02-22mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra
2024-02-22userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra
2024-02-22userfaultfd: move userfaultfd_ctx struct to header fileLokesh Gidra
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers
2024-02-22dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers
2024-02-22mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts
2024-02-22mm: tidy up pte_next_pfn() definitionRyan Roberts
2024-02-22mm: introduce pte_advance_pfn() and use for pte_next_pfn()Ryan Roberts
2024-02-22mm: clarify the spec for set_ptes()Ryan Roberts
2024-02-22mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand
2024-02-22mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand
2024-02-22mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka
2024-02-22memremap.h: correct an error in a commentJohn Groves
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou