summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-29treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand3-24/+22
2025-10-29mm/migrate: remove MIGRATEPAGE_UNMAPDavid Hildenbrand1-23/+22
2025-10-29mm/damon/sysfs: dealloc commit test ctx alwaysSeongJae Park1-3/+2
2025-10-29mm/damon/sysfs: catch commit test ctx alloc failureSeongJae Park1-0/+2
2025-10-29mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li1-0/+3
2025-10-29mm/damon/core: fix list_add_tail() call on damon_call()SeongJae Park1-1/+1
2025-10-29mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park1-1/+1
2025-10-29mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remapLorenzo Stoakes1-9/+6
2025-10-29mm: prevent poison consumption when splitting THPQiuxu Zhuo2-1/+5
2025-10-29slab: Fix obj_ext mistakenly considered NULL due to race conditionHao Ge1-5/+11
2025-10-29slab: Avoid race on slab->obj_exts in alloc_slab_obj_extsHao Ge1-3/+6
2025-10-29mm: don't spin in add_stack_record when gfp flags don't allowAlexei Starovoitov1-0/+3
2025-10-23slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAILHao Ge1-1/+8
2025-10-19mm/damon/lru_sort: use param_ctx for damon_attrs stagingSeongJae Park1-1/+1
2025-10-19mm/damon/vaddr: do not repeat pte_offset_map_lock() until successSeongJae Park1-6/+2
2025-10-19mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing1-0/+3
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-10-19mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP ...Lance Yang1-5/+10
2025-10-19mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang2-19/+4
2025-10-19slab: mark slab->obj_exts allocation failures unconditionallySuren Baghdasaryan1-2/+1
2025-10-19slab: prevent warnings when slab obj_exts vector allocation failsSuren Baghdasaryan1-2/+6
2025-10-19fsnotify: pass correct offset to fsnotify_mmap_perm()Ryan Roberts1-1/+2
2025-10-19memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-3/+4
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-15mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equalKuan-Wei Chiu1-4/+1
2025-10-15mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+13
2025-10-06mm: swap: check for stable address space before operating on the VMACharan Teja Kalla1-0/+3
2025-09-28Merge tag 'mm-hotfixes-stable-2025-09-27-22-35' of git://git.kernel.org/pub/s...Linus Torvalds4-14/+31
2025-09-25mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita1-1/+3
2025-09-25kmsan: fix out-of-bounds access to shadow memoryEric Biggers2-3/+23
2025-09-25mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-10/+5
2025-09-17Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/s...Linus Torvalds6-41/+62
2025-09-13mm/damon/sysfs: use dynamically allocated repeat mode damon_call_controlSeongJae Park1-8/+15
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park1-2/+6
2025-09-13mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins3-6/+6
2025-09-13mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins1-1/+1
2025-09-13mm: revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"Hugh Dickins1-24/+26
2025-09-13mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-09-13mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...Linus Torvalds12-45/+94
2025-09-08mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-08mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()Uladzislau Rezki (Sony)2-11/+28
2025-09-08mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-08mm/mremap: fix regression in vrm->new_addr checkCarlos Llamas1-3/+6
2025-09-08percpu: fix race on alloc failed warning limitVlad Dumitrescu1-8/+12
2025-09-04Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+26
2025-09-03mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-09-03mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+5
2025-09-03mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+5
2025-09-03mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4