summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-31delayacct: add timestamp of delay maxWang Yaxin-55/+223
2026-01-31scripts/bloat-o-meter: ignore __noinstr_text_startEric Dumazet-0/+1
2026-01-31tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov-195/+205
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt-7/+6
2026-01-31kernel.h: include linux/instruction_pointer.h explicitlyYury Norov-0/+2
2026-01-31kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov-14/+15
2026-01-31moduleparam: include required headers explicitlyYury Norov-0/+5
2026-01-31kernel.h: drop STACK_MAGIC macroYury Norov-2/+3
2026-01-31compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor-1/+1
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav-8/+9
2026-01-31checkpatch: add an invalid patch separator testJoe Perches-0/+15
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton-87/+239
2026-01-31mm, swap: remove no longer needed _swap_info_getKairui Song-41/+6
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song-132/+78
2026-01-31mm, swap: clean up and improve swap entries freeingKairui Song-142/+96
2026-01-31mm, swap: check swap table directly for checking cacheKairui Song-36/+56
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song-129/+105
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song-98/+196
2026-01-31mm, swap: remove workaround for unsynchronized swap map cache stateKairui Song-19/+12
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song-71/+97
2026-01-31mm, swap: split locked entry duplicating into a standalone helperKairui Song-31/+31
2026-01-31mm, swap: consolidate cluster reclaim and usability checkKairui Song-16/+29
2026-01-31mm, swap: swap entry of a bad slot should not be considered as swapped outKairui Song-9/+10
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham-34/+25
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song-77/+27
2026-01-31mm, swap: free the swap cache after folio is mappedKairui Song-10/+11
2026-01-31mm, swap: simplify the code and reduce indentionKairui Song-46/+43
2026-01-31mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devicesKairui Song-2/+16
2026-01-31mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IOKairui Song-85/+85
2026-01-31mm, swap: split swap cache preparation loop into a standalone helperKairui Song-88/+109
2026-01-31mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folioKairui Song-19/+39
2026-01-31selftests/mm: have the harness run each test category separatelyMark Brown-1/+152
2026-01-31percpu: add double free check to pcpu_free_area()Dennis Zhou-1/+14
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages="...Li Zhe-0/+7
2026-01-31kasan: remove unnecessary sync argument from start_report()Maninder Singh-4/+4
2026-01-31mm/pagewalk: use min() to simplify the codezenghongling-1/+2
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes-7/+54
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes-8/+48
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes-24/+27
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes-77/+112
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes-20/+42
2026-01-31mm/vma: de-duplicate __vma_enter_locked() error pathLorenzo Stoakes-9/+12
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes-8/+39
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes-20/+63
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes-2/+53
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes-17/+31
2026-01-31Docs/mm/damon/maintainer-profile: remove damon-tests/perf suggestionSeongJae Park-2/+1
2026-01-31Docs/mm/damon/maintainer-profile: fix wrong MAITNAINERS section nameSeongJae Park-2/+2
2026-01-31Docs/admin-guide/mm/damon/usage: update stats update process for refresh_msSeongJae Park-4/+7