summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-16vmscan, cleanup: add for_each_managed_zone_pgdat macroBertrand Wlodarczyk
2025-03-16mm/damon/core: do damos walking in entire regions granularitySeongJae Park
2025-03-16mm/damon/core: do not call damos_walk_control->walk() if walk is completedSeongJae Park
2025-03-16mm/damon/core: unset damos->walk_completed after confimed setSeongJae Park
2025-03-16mm/mm_init.c: use round_up() to align movable rangeWei Yang
2025-03-16mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotectLorenzo Stoakes
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park
2025-03-16mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif
2025-03-16mm: kmemleak: add support for dumping physical and __percpu object infoCatalin Marinas
2025-03-16mm, percpu: do not consider sleepable allocations atomicMichal Hocko
2025-03-16mm/swapfile.c: open code cluster_alloc_swap()Baoquan He
2025-03-16mm/swapfile.c: remove the incorrect code commentBaoquan He
2025-03-16mm/swap: rename swap_swapcount() to swap_entry_swapped()Baoquan He
2025-03-16mm/swapfile.c: remove the unneeded checkingBaoquan He
2025-03-16mm/swap_state.c: remove the meaningless code commentBaoquan He
2025-03-16mm/swapfile.c: optimize code in setup_clusters()Baoquan He
2025-03-16mm/swapfile.c: update the code comment above swap_count_continued()Baoquan He
2025-03-16mm/swap: rename swap_is_has_cache() to swap_only_has_cache()Baoquan He
2025-03-16mm/swap: skip scanning cluster range if it's empty clusterBaoquan He
2025-03-16mm/swap: remove SWAP_FLAG_PRIO_SHIFTBaoquan He
2025-03-16mm/swap_state.c: optimize the code in clear_shadow_from_swap_cache()Baoquan He
2025-03-16mm/swap_state.c: fix the obsolete code commentBaoquan He
2025-03-16mm/memfd: fix spelling and grammatical issuesLiu Ye
2025-03-16mm/madvise: remove redundant mmap_lock operations from process_madvise()SeongJae Park
2025-03-16mm/madvise: split out madvise() behavior executionSeongJae Park
2025-03-16mm/madvise: split out madvise input validity checkSeongJae Park
2025-03-16mm/madvise: split out mmap locking operations for madvise()SeongJae Park
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocatorSuren Baghdasaryan
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocatorSuren Baghdasaryan
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-03-16mm: make vmg->target consistent and further simplify commit_merge()Lorenzo Stoakes
2025-03-16mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes
2025-03-16mm: further refactor commit_merge()Lorenzo Stoakes
2025-03-16mm: simplify vma merge structure and expand commentsLorenzo Stoakes
2025-03-16mm: zbud: remove zbudYosry Ahmed
2025-03-16mm: z3fold: remove z3foldYosry Ahmed
2025-03-16mm/vmscan: extract calculated pressure balance as a functionHao Zhang
2025-03-16mm/rmap: avoid -EBUSY from make_device_exclusive()David Hildenbrand
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()David Hildenbrand
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()David Hildenbrand
2025-03-16mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pt...David Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()David Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()David Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()David Hildenbrand
2025-03-16mm/ksm: handle device-exclusive entries correctly in write_protect_page()David Hildenbrand
2025-03-16mm/page_vma_mapped: device-exclusive entries are not migration entriesDavid Hildenbrand
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand
2025-03-16mm/memory: detect writability in restore_exclusive_pte() through can_change_p...David Hildenbrand