summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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/k...Linus Torvalds1-2/+8
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus 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
2026-03-27mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-03-27mm/swap: fix swap cache memcg accountingAlexandre Ghiti1-5/+4
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-2/+8
2026-03-26mm: damon: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)1-1/+1
2026-03-26hugetlbfs: Stop using i_private_dataJan Kara1-9/+1
2026-03-26BackMerge tag 'v7.0-rc4' into drm-nextDave Airlie7-22/+69
2026-03-25slab,rcu: disable KVFREE_RCU_BATCHED for strict grace periodJann Horn1-0/+1
2026-03-24mm/shrinker: fix refcount leak in shrink_slab_memcg()Altan Hacigumus1-1/+4
2026-03-24mm/damon/ops-common: remove redudnant mmu notifier call in pmdp mkoldqinyu1-1/+1
2026-03-24mm/page_alloc: avoid overcounting bulk alloc in watermark checkShengming Hu1-1/+1
2026-03-24mm, swap: speed up hibernation allocation and writeoutKairui Song1-5/+16
2026-03-23mm/damon/stat: monitor all System RAM resourcesSeongJae Park1-3/+50
2026-03-23mm/zswap: add missing kunmap_local()Lorenzo Stoakes (Oracle)1-1/+7
2026-03-21mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+8
2026-03-21mm/rmap: clear vma->anon_vma on errorLorenzo Stoakes (Oracle)1-0/+7
2026-03-21um: Fix potential race condition in TLB syncTiwei Bie1-0/+1
2026-03-20mm/hmm: Indicate that HMM requires DMA coherencyLeon Romanovsky1-2/+2
2026-03-19slab: free remote objects to sheaves on memoryless nodesVlastimil Babka (SUSE)1-12/+55
2026-03-19slab: create barns for online memoryless nodesVlastimil Babka (SUSE)1-5/+60
2026-03-19slab: decouple pointer to barn from kmem_cache_nodeVlastimil Babka (SUSE)2-57/+78
2026-03-16Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+19
2026-03-16slab: remove alloc_full_sheaf()Vlastimil Babka (SUSE)1-37/+20
2026-03-13Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle1-9/+6
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost121-5308/+6761