summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2026-01-11treewide: Update email addressThomas Gleixner1-1/+1
2026-01-09rust: helpers: Move #define __rust_helper out of atomic.cAlice Ryhl1-5/+0
2026-01-08lib/crypto: tests: Fix syntax error for old python versionsJie Zhan1-1/+1
2026-01-07scripts/gen-btf.sh: Ensure initial object in gen_btf_o is ELF with correct en...Nathan Chancellor1-1/+1
2026-01-07kconfig: Support conditional deps using "depends on X if Y"Nicolas Pitre11-5/+111
2026-01-06scripts/atomic: Fix kerneldoc spelling in try_cmpxchg()oldzhu1-1/+1
2026-01-06kbuild: remove gcc's -Wtype-limitsVincent Mailhol1-1/+3
2026-01-05tags: Add regex for context_lock_structPeter Zijlstra1-0/+1
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver1-0/+1
2026-01-05compiler-context-analysis: Introduce header suppressionsMarco Elver2-0/+36
2026-01-05checkpatch: Warn about context_unsafe() without commentMarco Elver1-0/+7
2026-01-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver2-0/+17
2026-01-05rust: fix off-by-one line number in rustdoc testsGary Guo1-1/+1
2026-01-01checkpatch: Deprecate rcu_read_{,un}lock_trace()Paul E. McKenney1-1/+3
2026-01-01scripts/gen-btf.sh: Reduce log verbosityIhor Solodrai2-11/+2
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai2-2/+2
2025-12-30scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCVIhor Solodrai1-1/+1
2025-12-27mcb: Add missing modpost build supportJose Javier Rodriguez Barbarin2-0/+12
2025-12-27kbuild: fix compilation of dtb specified on command-line without make ruleThomas De Schampheleire1-12/+14
2025-12-27Revert "scripts/clang-tools: Handle included .c files in gen_compile_commands"Nicolas Schier1-128/+7
2025-12-22gendwarfksyms: Fix build on 32-bit hostsSami Tolvanen2-3/+6
2025-12-22sign-file: Use only the OpenSSL CMS API for signingPetr Pavlu1-63/+3
2025-12-21Coccinelle: pm_runtime: Fix typo in report messageThorsten Blum1-1/+1
2025-12-21scripts: coccicheck: filter *.cocci files by MODESongwei Chai1-1/+5
2025-12-20kbuild: Add top-level target for building gen_init_cpioNicolas Schier1-1/+0
2025-12-19kconfig: move XPM icons to separate filesRostislav Krasny18-385/+345
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai5-45/+173
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai1-8/+1
2025-12-16modpost: drop '*_probe' from section check whitelistJohan Hovold1-1/+1
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+6
2025-12-11checkpatch: add uninitialized pointer with __free attribute checkAlly Heev1-0/+6
2025-12-10Merge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-12-10Merge tag 'trace-v6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+3
2025-12-10tracing: Fix unused tracepoints when module uses only exported onesSteven Rostedt1-0/+3
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds5-19/+492
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2025-12-05Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-443/+817
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2025-12-04coccinelle: Drop pm_runtime_barrier() error code checksBrian Norris1-1/+0
2025-12-04Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds7-11/+153
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-2/+24
2025-12-03Merge tag 'docs-6.19' of git://git.lwn.net/linuxLinus Torvalds22-11251/+26
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf1-0/+1
2025-12-03Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+84
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+36
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-18/+1086
2025-12-02Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3