summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker
2026-02-03mm: vmstat: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-03memcg: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton
2026-01-31mm, swap: remove no longer needed _swap_info_getKairui Song
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song
2026-01-31mm, swap: clean up and improve swap entries freeingKairui Song
2026-01-31mm, swap: check swap table directly for checking cacheKairui Song
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31mm, swap: remove workaround for unsynchronized swap map cache stateKairui Song
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song
2026-01-31mm, swap: split locked entry duplicating into a standalone helperKairui Song
2026-01-31mm, swap: consolidate cluster reclaim and usability checkKairui Song
2026-01-31mm, swap: swap entry of a bad slot should not be considered as swapped outKairui Song
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song
2026-01-31mm, swap: free the swap cache after folio is mappedKairui Song
2026-01-31mm, swap: simplify the code and reduce indentionKairui Song
2026-01-31mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devicesKairui Song
2026-01-31mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IOKairui Song
2026-01-31mm, swap: split swap cache preparation loop into a standalone helperKairui Song
2026-01-31mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folioKairui Song
2026-01-31percpu: add double free check to pcpu_free_area()Dennis Zhou
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages="...Li Zhe
2026-01-31kasan: remove unnecessary sync argument from start_report()Maninder Singh
2026-01-31mm/pagewalk: use min() to simplify the codezenghongling
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes
2026-01-31mm/vma: de-duplicate __vma_enter_locked() error pathLorenzo Stoakes
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes
2026-01-31mm: update kernel-doc for __swap_cache_clear_shadow()Taeyang Kim
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park
2026-01-31mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_initKefeng Wang
2026-01-31mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()Kefeng Wang
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang