summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price