summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-01-30mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge tooLorenzo Stoakes
2026-01-30mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes
2026-01-30mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-30mm: fix some typos in mm modulejianyun.gao
2026-01-30migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)
2026-01-30mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed
2026-01-30mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-30slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad
2026-01-23mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka
2026-01-23mm/page_alloc: batch page freeing in decay_pcp_highJoshua Hahn
2026-01-23mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detectionJoshua Hahn
2026-01-23iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu
2026-01-23mm: introduce deferred freeing for kernel page tablesDave Hansen
2026-01-23mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park
2026-01-23mm/damon/sysfs: cleanup intervals subdirs on attrs dir setup failureSeongJae Park
2026-01-23mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park
2026-01-23mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park
2026-01-23mm/damon/core: remove call_control in inactive contextsSeongJae Park
2026-01-23mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan
2026-01-23mm/zswap: fix error pointer free in zswap_cpu_comp_prepare()Pavel Butsykin
2026-01-23mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'Ben Dooks
2026-01-23mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts
2026-01-23x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park
2026-01-08mm/page_owner: fix memory leak in page_owner_stack_fops->release()Ran Xiaokai
2026-01-08mm/page_alloc: change all pageblocks migrate type on coalescingAlexander Gordeev
2026-01-08kasan: unpoison vms[area] addresses with a common tagMaciej Wieczor-Retman
2026-01-08kasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman
2026-01-08mm/kasan: fix incorrect unpoisoning in vrealloc for KASANJiayuan Chen
2026-01-08mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park
2026-01-08mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park
2026-01-08mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park
2026-01-08mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...SeongJae Park
2026-01-08mm, swap: do not perform synchronous discard during allocationKairui Song
2026-01-08mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang