aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04modules: wait do_free_init correctlyChangbin Du1-0/+8
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)1-1/+0
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-12/+0
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-8/+8
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-2/+12
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)1-6/+10
2024-03-04mm: remove total_mapcount()David Hildenbrand1-8/+1
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan1-8/+13
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan1-5/+8
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan1-2/+2
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan1-5/+4
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan1-2/+2
2024-03-04mm: enumerate all gfp flagsSuren Baghdasaryan1-28/+62
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo1-4/+32
2024-02-23writeback: add a writeback iteratorChristoph Hellwig1-0/+4
2024-02-23pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-0/+6
2024-02-23writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+7
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+23
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-10/+9
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-8/+4
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-0/+17
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park1-14/+22
2024-02-23mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-2/+4
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He2-44/+62
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He4-74/+83
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He3-40/+49
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+11
2024-02-23lib/stackdepot: move stack_record struct definition into the headerOscar Salvador1-0/+47
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-0/+3
2024-02-23stackdepot: use variable size records for non-evictable entriesMarco Elver1-0/+3
2024-02-22userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra1-3/+2
2024-02-22mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra1-0/+5
2024-02-22userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra1-14/+17
2024-02-22userfaultfd: move userfaultfd_ctx struct to header fileLokesh Gidra1-0/+39
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+6
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers1-5/+1
2024-02-22dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers1-3/+8
2024-02-22mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts1-0/+21
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts1-0/+5
2024-02-22mm: tidy up pte_next_pfn() definitionRyan Roberts1-2/+0
2024-02-22mm: introduce pte_advance_pfn() and use for pte_next_pfn()Ryan Roberts1-3/+6
2024-02-22mm: clarify the spec for set_ptes()Ryan Roberts1-0/+4
2024-02-22mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand1-0/+70
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand2-0/+28
2024-02-22mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand1-1/+23