summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
6 daysmm: do file ownership checks with the proper mount idmapPedro Falcato3-5/+3
6 daysmm: fix mmap errno value when MAP_DROPPABLE is not supportedAnthony Yznaga1-1/+1
6 daysmm: shmem: fix potential livelock issue for shmem direct swapinBaolin Wang1-1/+13
6 daysmm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)1-8/+10
6 daysmm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockupZijiang Huang1-0/+1
6 daysmm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless hostJose Fernandez (Anthropic)1-0/+2
6 daysmm: shrinker: fix NULL pointer dereference in debugfsQi Zheng1-4/+6
6 daysmm: shrinker: fix shrinker_info teardown race with expansionQi Zheng1-2/+11
6 daysmm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt1-4/+0
6 daysmm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park1-0/+1
6 daysmm/khugepaged: write all dirty file folios when collapsingPedro Falcato1-14/+25
2026-06-27mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes1-1/+5
2026-06-27mm: set the VM_MAYBE_GUARD flag on guard region installLorenzo Stoakes2-32/+61
2026-06-27mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-14/+4
2026-06-27mm: implement sticky VMA flagsLorenzo Stoakes2-20/+21
2026-06-27mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes6-68/+141
2026-06-27mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+4
2026-06-19mm/mincore: handle non-swap entries before !CONFIG_SWAP guardUsama Arif1-5/+5
2026-06-19mm/list_lru: drain before clearing xarray entry on reparentShakeel Butt1-9/+12
2026-06-19mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier1-0/+2
2026-06-19mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes1-19/+37
2026-06-19mm/damon/reclaim: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-19mm/damon/lru_sort: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-19mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song1-1/+2
2026-06-19mm/cma: fix reserved page leak on activation failureMuchun Song1-2/+5
2026-06-19memcg: use round-robin victim selection in refill_stockShakeel Butt1-1/+4
2026-06-19mm/huge_memory: update file PUD counter before folio_put()Yin Tirui1-1/+1
2026-06-19mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui1-0/+2
2026-06-19mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-20/+10
2026-06-09mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()Qing Wang2-0/+3
2026-06-09mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_oneDev Jain1-0/+2
2026-06-09memfd: deny writeable mappings when implying SEAL_WRITEPratyush Yadav (Google)1-6/+6
2026-06-09mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti1-0/+6
2026-06-09mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park1-4/+4
2026-06-01cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-3/+3
2026-06-01mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)1-4/+4
2026-06-01mm/memory_hotplug: fix memory block reference leak on removeMuchun Song1-0/+2
2026-06-01mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_sp...David Hildenbrand (Arm)1-3/+19
2026-06-01mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple1-1/+1
2026-06-01mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()SeongJae Park1-0/+1
2026-05-23memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()Mike Rapoport (Microsoft)1-1/+1
2026-05-17mm/damon/core: disallow time-quota setting zero eszSeongJae Park1-3/+5
2026-05-17mm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-28/+55
2026-05-17mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-28/+55
2026-05-17mm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
2026-05-14mm, swap: speed up hibernation allocation and writeoutKairui Song1-5/+16
2026-05-14mm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park1-0/+5
2026-05-14mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
2026-05-14mm/damon/stat: detect and use fresh enabled valueSeongJae Park1-10/+20