summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)
2026-04-05memfd: export memfd_{add,get}_seals()Pratyush Yadav (Google)
2026-04-05mm, swap: no need to clear the shadow explicitlyKairui Song
2026-04-05mm, swap: simplify checking if a folio is swappedKairui Song
2026-04-05mm, swap: no need to truncate the scan borderKairui Song
2026-04-05mm, swap: use the swap table to track the swap countKairui Song
2026-04-05mm, swap: simplify swap table sanity range checkKairui Song
2026-04-05mm, swap: mark bad slots in swap table directlyKairui Song
2026-04-05mm, swap: implement helpers for reserving data in the swap tableKairui Song
2026-04-05mm/workingset: leave highest bits empty for anon shadowKairui Song
2026-04-05mm, swap: consolidate bad slots setup and make it more robustKairui Song
2026-04-05mm, swap: remove redundant arguments and locking for enabling a deviceKairui Song
2026-04-05mm, swap: clean up swapon process and lockingKairui Song
2026-04-05mm, swap: protect si->swap_file properly and use as a mount indicatorKairui Song
2026-04-05mm: fix typo in the comment of mod_zone_state()Miquel Sabaté Solà
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park
2026-04-05mm/fadvise: validate offset in generic_fadviseKevin Lourenco
2026-04-05ksm: initialize the addr only once in rmap_walk_ksmxu xin
2026-04-01memblock: warn when freeing reserved memory before memory map is initializedMike Rapoport (Microsoft)
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)
2026-04-01memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=yMike Rapoport (Microsoft)
2026-04-01memblock: extract page freeing from free_reserved_area() into a helperMike Rapoport (Microsoft)
2026-04-01memblock: make free_reserved_area() more robustMike Rapoport (Microsoft)
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)
2026-04-01memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()Mike Rapoport (Microsoft)
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)
2026-04-01memblock: Add reserve_mem debugfs infoGuilherme G. Piccoli
2026-04-01memblock: Print out errors on reserve_mem parserGuilherme G. Piccoli
2026-03-31Merge branch 'dma-contig-for-7.1-modules-prep-v4' into dma-mapping-for-nextMarek Szyprowski
2026-03-31mm: cma: Export cma_alloc(), cma_release() and cma_get_name()Maxime Ripard
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-27mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)
2026-03-27mm/pagewalk: fix race between concurrent split and refaultMax Boone
2026-03-27mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)
2026-03-27mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law
2026-03-27mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law
2026-03-27mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law
2026-03-27mm/swap: fix swap cache memcg accountingAlexandre Ghiti
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang
2026-03-26mm: damon: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-26hugetlbfs: Stop using i_private_dataJan Kara
2026-03-26BackMerge tag 'v7.0-rc4' into drm-nextDave Airlie
2026-03-25slab,rcu: disable KVFREE_RCU_BATCHED for strict grace periodJann Horn