summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2026-01-02mm/slub: reset KASAN tag in defer_free() before accessing freed memoryDeepanshu Kartikey
2026-01-02mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destructionHarry Yoo
2026-01-02mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang
2026-01-02mm/ksm: fix exec/fork inheritance support for prctlxu xin
2026-01-02shmem: fix recovery on rename failuresAl Viro
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-24mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang