aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm/mmu_notifiers: use hlist_for_each_entry_srcu() for SRCU list traversalLi RongQing1-9/+9
2026-04-05mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELYVernon Yang1-2/+2
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)1-4/+17
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-0/+5
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)5-10/+10
2026-04-05mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()Mike Rapoport (Microsoft)2-13/+10
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song1-7/+1
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price1-5/+5
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen1-0/+6
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song3-28/+10
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez3-9/+7
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)1-2/+33
2026-04-05memfd: export memfd_{add,get}_seals()Pratyush Yadav (Google)1-2/+2
2026-04-05mm, swap: no need to clear the shadow explicitlyKairui Song3-24/+0
2026-04-05mm, swap: simplify checking if a folio is swappedKairui Song2-39/+48
2026-04-05mm, swap: no need to truncate the scan borderKairui Song2-2/+2
2026-04-05mm, swap: use the swap table to track the swap countKairui Song5-533/+331
2026-04-05mm, swap: simplify swap table sanity range checkKairui Song1-26/+9
2026-04-05mm, swap: mark bad slots in swap table directlyKairui Song1-15/+41
2026-04-05mm, swap: implement helpers for reserving data in the swap tableKairui Song2-13/+124
2026-04-05mm/workingset: leave highest bits empty for anon shadowKairui Song2-19/+34
2026-04-05mm, swap: consolidate bad slots setup and make it more robustKairui Song1-30/+38
2026-04-05mm, swap: remove redundant arguments and locking for enabling a deviceKairui Song1-30/+18
2026-04-05mm, swap: clean up swapon process and lockingKairui Song1-39/+48
2026-04-05mm, swap: protect si->swap_file properly and use as a mount indicatorKairui Song1-12/+13
2026-04-05mm: fix typo in the comment of mod_zone_state()Miquel Sabaté Solà1-1/+1
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)3-56/+65
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park1-1/+1
2026-04-05mm/fadvise: validate offset in generic_fadviseKevin Lourenco1-1/+1
2026-04-05ksm: initialize the addr only once in rmap_walk_ksmxu xin1-4/+3
2026-04-01memblock: warn when freeing reserved memory before memory map is initializedMike Rapoport (Microsoft)3-10/+15
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)2-32/+21
2026-04-01memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=yMike Rapoport (Microsoft)1-0/+6
2026-04-01memblock: extract page freeing from free_reserved_area() into a helperMike Rapoport (Microsoft)1-26/+29
2026-04-01memblock: make free_reserved_area() more robustMike Rapoport (Microsoft)1-11/+23
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)2-37/+36
2026-04-01memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()Mike Rapoport (Microsoft)1-1/+1
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)2-28/+28
2026-04-01memblock: Add reserve_mem debugfs infoGuilherme G. Piccoli1-4/+45
2026-04-01memblock: Print out errors on reserve_mem parserGuilherme G. Piccoli1-9/+18
2026-03-31Merge branch 'dma-contig-for-7.1-modules-prep-v4' into dma-mapping-for-nextMarek Szyprowski1-0/+3
2026-03-31mm: cma: Export cma_alloc(), cma_release() and cma_get_name()Maxime Ripard1-0/+3
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie12-27/+152
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-14/+51
2026-03-27mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)1-2/+1
2026-03-27mm/pagewalk: fix race between concurrent split and refaultMax Boone1-3/+22
2026-03-27mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)1-3/+15
2026-03-27mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-03-27mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3