summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-24writeback: add a writeback iteratorChristoph Hellwig1-0/+4
2024-02-24pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18
2024-02-24writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-0/+6
2024-02-24writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+7
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+23
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-10/+9
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-8/+4
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-0/+17
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park1-14/+22
2024-02-24mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-24mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-2/+4
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He2-44/+62
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He4-74/+83
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He3-40/+49
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+11
2024-02-24lib/stackdepot: move stack_record struct definition into the headerOscar Salvador1-0/+47
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-0/+3
2024-02-24stackdepot: use variable size records for non-evictable entriesMarco Elver1-0/+3
2024-02-23userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra1-3/+2
2024-02-23mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra1-0/+5
2024-02-23userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra1-14/+17
2024-02-23userfaultfd: move userfaultfd_ctx struct to header fileLokesh Gidra1-0/+39
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+6
2024-02-23dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers1-5/+1
2024-02-23dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers1-3/+8
2024-02-23mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts1-0/+21
2024-02-23arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts1-0/+5
2024-02-23mm: tidy up pte_next_pfn() definitionRyan Roberts1-2/+0
2024-02-23mm: introduce pte_advance_pfn() and use for pte_next_pfn()Ryan Roberts1-3/+6
2024-02-23mm: clarify the spec for set_ptes()Ryan Roberts1-0/+4
2024-02-23mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand1-0/+70
2024-02-23mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand2-0/+28
2024-02-23mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand1-1/+23
2024-02-23mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand1-6/+11
2024-02-23mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand1-6/+6
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho1-3/+3
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2-6/+58
2024-02-22memremap.h: correct an error in a commentJohn Groves1-1/+1
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou1-0/+2
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou1-2/+2
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-5/+1
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET2-1/+2
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand1-0/+31
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand1-1/+1
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang1-3/+3
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-1/+4
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-0/+7
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2-0/+2