aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)1-22/+17
2026-01-31ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek1-1/+1
2026-01-31ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek2-1/+7
2026-01-31kexec: derive purgatory entry from symbolLi Chen1-57/+74
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-01-31rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net()Haoxiang Li1-1/+2
2026-01-31delayacct: add timestamp of delay maxWang Yaxin7-55/+223
2026-01-31scripts/bloat-o-meter: ignore __noinstr_text_startEric Dumazet1-0/+1
2026-01-31tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov2-195/+205
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt3-7/+6
2026-01-31kernel.h: include linux/instruction_pointer.h explicitlyYury Norov2-0/+2
2026-01-31kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov4-14/+15
2026-01-31moduleparam: include required headers explicitlyYury Norov1-0/+5
2026-01-31kernel.h: drop STACK_MAGIC macroYury Norov3-2/+3
2026-01-31compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor1-1/+1
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav1-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav2-8/+9
2026-01-31checkpatch: add an invalid patch separator testJoe Perches2-0/+15
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton23-87/+239
2026-01-31mm, swap: remove no longer needed _swap_info_getKairui Song1-41/+6
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="...Li 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