aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song4-132/+78
2026-01-31mm, swap: clean up and improve swap entries freeingKairui Song1-142/+96
2026-01-31mm, swap: check swap table directly for checking cacheKairui Song4-36/+56
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song4-129/+105
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song10-98/+196
2026-01-31mm, swap: remove workaround for unsynchronized swap map cache stateKairui Song3-19/+12
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song5-71/+97
2026-01-31mm, swap: split locked entry duplicating into a standalone helperKairui Song1-31/+31
2026-01-31mm, swap: consolidate cluster reclaim and usability checkKairui Song1-16/+29
2026-01-31mm, swap: swap entry of a bad slot should not be considered as swapped outKairui Song2-9/+10
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham3-34/+25
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song3-77/+27
2026-01-31mm, swap: free the swap cache after folio is mappedKairui Song1-10/+11
2026-01-31mm, swap: simplify the code and reduce indentionKairui Song1-46/+43
2026-01-31mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devicesKairui Song1-2/+16
2026-01-31mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IOKairui Song3-85/+85
2026-01-31mm, swap: split swap cache preparation loop into a standalone helperKairui Song1-88/+109
2026-01-31mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folioKairui Song4-19/+39
2026-01-31selftests/mm: have the harness run each test category separatelyMark Brown31-1/+152
2026-01-31percpu: add double free check to pcpu_free_area()Dennis Zhou1-1/+14
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages=" cmdlineLi Zhe1-0/+7
2026-01-31kasan: remove unnecessary sync argument from start_report()Maninder Singh1-4/+4
2026-01-31mm/pagewalk: use min() to simplify the codezenghongling1-1/+2
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes3-7/+54
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes1-8/+48
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes2-24/+27
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes3-77/+112
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes2-20/+42
2026-01-31mm/vma: de-duplicate __vma_enter_locked() error pathLorenzo Stoakes1-9/+12
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes2-8/+39
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes2-20/+63
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes3-2/+53
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes3-17/+31
2026-01-31Docs/mm/damon/maintainer-profile: remove damon-tests/perf suggestionSeongJae Park1-2/+1
2026-01-31Docs/mm/damon/maintainer-profile: fix wrong MAITNAINERS section nameSeongJae Park1-2/+2
2026-01-31Docs/admin-guide/mm/damon/usage: update stats update process for refresh_msSeongJae Park1-4/+7
2026-01-31Docs/admin-guide/mm/damon/usage: introduce DAMON modules at the beginningSeongJae Park2-0/+7
2026-01-31Docs/mm/damon/design: add reference to DAMON_STAT usageSeongJae Park1-1/+1
2026-01-31Docs/mm/damon/design: document DAMON sample modulesSeongJae Park1-0/+13
2026-01-31Docs/mm/damon/design: link repology instead of Fedora packageSeongJae Park1-2/+2
2026-01-31Docs/mm/damon/index: simplify the introSeongJae Park1-21/+8
2026-01-31mm: update kernel-doc for __swap_cache_clear_shadow()Taeyang Kim1-1/+1
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park6-47/+49
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park7-18/+18
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park1-2/+2
2026-01-31mm/damon: document damon_call_control->dealloc_on_cancel repeat behaviorSeongJae Park1-1/+1
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park1-37/+20
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park1-2/+1
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park1-7/+1
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park4-7/+0