summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-03mm: swap: add a adaptive full cluster cache reclaimKairui Song
2024-09-03mm: swap: relaim the cached parts that got scannedKairui Song
2024-09-03mm: swap: add a fragment cluster listKairui Song
2024-09-03mm: swap: mTHP allocate swap entries from nonfull listChris Li
2024-09-03mm: swap: swap cluster switch to double link listChris Li
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt
2024-09-01maple_tree: introduce store_type enumSidhartha Kumar
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds
2024-09-01mm: remove arch_unmap()Michael Ellerman
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou
2024-09-01kfence: introduce burst modeMarco Elver
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn
2024-09-01zswap: implement a second chance algorithm for dynamic zswap shrinkerNhat Pham
2024-09-01mm: remove follow_page()David Hildenbrand
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/pagewalk: introduce folio_walk_start() + folio_walk_end()David Hildenbrand
2024-09-01include/linux/mmzone.h: clean up watermark accessorsAndrew Morton
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao
2024-09-01mm: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand
2024-09-01mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song
2024-09-01mm: improve code consistency with zonelist_* helper functionsWei Yang
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel
2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand
2024-09-01mm: simplify arch_make_folio_accessible()David Hildenbrand
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand
2024-09-01mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macroRoman Gushchin
2024-09-01mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCGRoman Gushchin
2024-09-01mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin
2024-09-01task_stack: uninline stack_not_usedPasha Tatashin
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich