summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-01kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas1-2/+6
2026-02-01crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik1-4/+13
2026-02-01kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)1-22/+17
2026-02-01ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek1-1/+1
2026-02-01ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek2-1/+7
2026-02-01kexec: derive purgatory entry from symbolLi Chen1-57/+74
2026-02-01ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-02-01rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net()Haoxiang Li1-1/+2
2026-02-01delayacct: add timestamp of delay maxWang Yaxin7-55/+223
2026-02-01scripts/bloat-o-meter: ignore __noinstr_text_startEric Dumazet1-0/+1
2026-02-01tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov2-195/+205
2026-02-01tracing: remove size parameter in __trace_puts()Steven Rostedt3-7/+6
2026-02-01kernel.h: include linux/instruction_pointer.h explicitlyYury Norov2-0/+2
2026-02-01kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov4-14/+15
2026-02-01moduleparam: include required headers explicitlyYury Norov1-0/+5
2026-02-01kernel.h: drop STACK_MAGIC macroYury Norov3-2/+3
2026-02-01compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor1-1/+1
2026-02-01kho: simplify page initialization in kho_restore_page()Pratyush Yadav1-14/+26
2026-02-01kho: use unsigned long for nr_pagesPratyush Yadav2-8/+9
2026-02-01checkpatch: add an invalid patch separator testJoe Perches2-0/+15
2026-02-01Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton23-87/+239
2026-01-27kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)1-4/+12
2026-01-27kernel-chktaint: add reporting for tainted modulesRandy Dunlap1-1/+17
2026-01-27lib/group_cpus: make group CPU cluster awareWangyang Guo1-65/+206
2026-01-27atomic: add option for weaker alignment checkFinn Thain2-1/+15
2026-01-27atomic: add alignment check to instrumented atomic operationsPeter Zijlstra2-0/+21
2026-01-27atomic: specify alignment for atomic_t and atomic64_tFinn Thain2-2/+2
2026-01-27bpf: explicitly align bpf_res_spin_lockFinn Thain2-2/+1
2026-01-27init/main: read bootconfig header with get_unaligned_le32()Sun Jian1-4/+5
2026-01-27init/main.c: check if rdinit was explicitly set before printing warningLillian Berry1-2/+5
2026-01-27linux/log2.h: reduce instruction count for is_power_of_2()Maciej W. Rozycki1-1/+1
2026-01-27tsacct: skip all kernel threadsMathieu Desnoyers1-1/+1
2026-01-27once: don't use a work queue to reset sleepable static keyLuck, Tony1-1/+1
2026-01-27fat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
2026-01-27kho: remove duplicate header file referencesLong Wei1-1/+0
2026-01-27kho: test: clean up residual memory upon test_kho module unloadLong Wei1-1/+5
2026-01-27lib/glob: convert selftest to KUnitKir Chou18-193/+139
2026-01-27rust: task: restrict Task::group_leader() to currentAlice Ryhl1-12/+12
2026-01-27kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)1-1/+1
2026-01-27ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey1-1/+6
2026-01-27lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC commentTomas Glozar1-1/+1
2026-01-27kho/abi: add memblock ABI headerMike Rapoport (Microsoft)6-83/+81
2026-01-27kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu6-41/+88
2026-01-27kho: introduce KHO FDT ABI headerJason Miu7-80/+120
2026-01-27kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)6-163/+75
2026-01-27kho/abi: memfd: make generated documentation more coherentMike Rapoport (Microsoft)1-2/+2
2026-01-27kho/abi: luo: make generated documentation more coherentMike Rapoport (Microsoft)1-4/+4
2026-01-27ocfs2: adjust function name referenceJulia Lawall1-1/+1
2026-01-27x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli1-0/+6
2026-01-27of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli1-12/+3