summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
11 daysmm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-32/+56
11 daysmm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park2-32/+72
11 daysmm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
11 daysmm/damon/core: disallow time-quota setting zero eszSeongJae Park1-0/+1
11 daysmm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon1-0/+1
11 daysmm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
11 daysmm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park1-1/+2
2026-04-27mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()Breno Leitao1-2/+3
2026-04-27mm/kasan: fix double free for kasan pXdsRitesh Harjani (IBM)1-4/+4
2026-04-18mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()Baolin Wang1-3/+8
2026-04-02mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-03-25mm/mempolicy: fix wrong mmap_read_unlock() in migrate_to_node()David Hildenbrand (Arm)1-3/+1
2026-03-25mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko1-6/+8
2026-03-25mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko1-0/+15
2026-03-04mm/highmem: fix __kmap_to_page() build errorWilliam Tambe1-1/+2
2026-03-04mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka1-0/+14
2026-02-19mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)3-59/+122
2026-02-19mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+8
2026-02-19mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-10/+5
2026-02-06mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+19
2026-01-30mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts1-1/+1
2026-01-30mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka1-4/+33
2026-01-30mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+4
2026-01-30mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failureSeongJae Park1-2/+3
2026-01-30mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...SeongJae Park1-2/+4
2026-01-30migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)1-6/+6
2026-01-30mm/damon/sysfs: cleanup attrs subdirs on context dir setup failureSeongJae Park1-2/+3
2026-01-30mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan1-1/+9
2026-01-30x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-4/+8
2026-01-17ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-13/+113
2026-01-11mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park1-0/+3
2026-01-11mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park1-0/+3
2026-01-11mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park1-0/+3
2026-01-11mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park1-2/+15
2026-01-11mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()SeongJae Park1-0/+11
2026-01-11mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park1-0/+11
2026-01-11mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park1-0/+20
2026-01-11mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park1-0/+7
2026-01-11mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park1-0/+10
2026-01-11mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park1-0/+6
2026-01-11mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park1-0/+11
2026-01-11mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park1-0/+6
2026-01-11mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park1-0/+2
2026-01-11mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...SeongJae Park1-1/+8
2026-01-11mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...SeongJae Park1-0/+6
2026-01-11mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...SeongJae Park1-1/+10
2026-01-11mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-1/+2
2026-01-11mm/balloon_compaction: we cannot have isolated pages in the balloon listDavid Hildenbrand1-6/+0
2026-01-11mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu1-1/+2
2026-01-11mm: fix arithmetic for bdi min_ratioJingbo Xu1-1/+0