summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-01-31mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-26mm/damon: hide kdamond and kdamond_lock of damon_ctxSeongJae Park
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park
2026-01-26nodemask: propagate boolean for nodes_and{,not}Yury Norov
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)
2026-01-26zsmalloc: introduce SG-list based object read APISergey Senozhatsky
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park
2026-01-26mm: cma: add cma_alloc_frozen{_compound}()Kefeng Wang
2026-01-26mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang
2026-01-26mm: cma: kill cma_pages_valid()Kefeng Wang
2026-01-26mm: page_alloc: add __split_page()Kefeng Wang
2026-01-26mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()Kefeng Wang
2026-01-26zsmalloc: use actual object size to detect spansSergey Senozhatsky
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt
2026-01-26memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt
2026-01-26memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt
2026-01-26memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt
2026-01-26memcg: introduce private id API for in-kernel usersShakeel Butt
2026-01-26mm/page_alloc: refactor the initial compaction handlingVlastimil Babka
2026-01-26mm/mmap_lock: add vma_is_attached() helperLorenzo Stoakes
2026-01-26mm/rmap: make anon_vma functions internalLorenzo Stoakes
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes
2026-01-26Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"Mike Rapoport (Microsoft)
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)
2026-01-26alpha: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin
2026-01-20mm/vmstat: remove unused node and zone state helpersWei Yang
2026-01-20mm, hugetlb: implement movable_gigantic_pages sysctlGregory Price
2026-01-20mm: cleanup vma_iter_bulk_allocWentao Guan