summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2026-01-27livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALLJosh Poimboeuf
2026-01-26scripts: generate_rust_analyzer: fix resolution of #[pin_data] macrosSeungJong Ha
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-01-23scripts/tracepoint-update: Fix memory leak in add_string() on failureWeigang He
2026-01-22scripts: kconfig: merge_config.sh: warn on duplicate input filesMikko Rapeli
2026-01-22scripts: kconfig: merge_config.sh: use awk in checks tooMikko Rapeli
2026-01-22scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awkAnders Roxell
2026-01-22kallsyms: Get rid of kallsyms relative baseArd Biesheuvel
2026-01-22scripts: add tool to run containerized buildsGuillaume Tucker
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner
2026-01-21scripts/gen-btf.sh: Use CONFIG_SHELL for executionIhor Solodrai
2026-01-20docs: add a scripts/kernel-doc symbolic linkJonathan Corbet
2026-01-20docs: kdoc: move kernel-doc to tools/docsJonathan Corbet
2026-01-20docs: kdoc: some fixes to kernel-doc commentsMauro Carvalho Chehab
2026-01-20docs: kdoc: ensure that comments are using our coding styleMauro Carvalho Chehab
2026-01-20docs: kdoc: avoid error_count overflowsMauro Carvalho Chehab
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: compile sysroot with correct editionTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: compile quote with correct editionTamir Duberstein
2026-01-18scripts: generate_rust_analyzer: quote: treat `core` and `std` as dependenciesJesung Yang
2026-01-18scripts: generate_rust_analyzer: syn: treat `std` as a dependencyJesung Yang
2026-01-18scripts: generate_rust_analyzer: remove sysroot assertionOnur Özkan
2026-01-18rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` targetMiguel Ojeda
2026-01-18compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()Peter Zijlstra
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14checkpatch: Suggest kmalloc_obj family for sizeof allocationsKees Cook
2026-01-14kbuild: Drop superfluous compiler option checksThomas Weißschuh
2026-01-14scripts: generate_rust_analyzer: Add pin_init_internal depsTamir Duberstein
2026-01-14scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins depTamir Duberstein
2026-01-14scripts: generate_rust_analyzer: Add compiler_builtins -> core depTamir Duberstein
2026-01-14kconfig: fix static linking of nconfArkadiusz Kozdra
2026-01-14kbuild: prefer ${NM} in check-function-names.shCarlos Llamas
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers
2026-01-11Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-09rust: helpers: Move #define __rust_helper out of atomic.cAlice Ryhl
2026-01-08lib/crypto: tests: Fix syntax error for old python versionsJie Zhan
2026-01-06scripts/gen-btf.sh: Ensure initial object in gen_btf_o is ELF with correct en...Nathan Chancellor
2026-01-06kconfig: Support conditional deps using "depends on X if Y"Nicolas Pitre
2026-01-06scripts/atomic: Fix kerneldoc spelling in try_cmpxchg()oldzhu
2026-01-05kbuild: remove gcc's -Wtype-limitsVincent Mailhol
2026-01-05tags: Add regex for context_lock_structPeter Zijlstra
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver
2026-01-05compiler-context-analysis: Introduce header suppressionsMarco Elver
2026-01-05checkpatch: Warn about context_unsafe() without commentMarco Elver
2026-01-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver
2026-01-04rust: fix off-by-one line number in rustdoc testsGary Guo
2026-01-01checkpatch: Deprecate rcu_read_{,un}lock_trace()Paul E. McKenney
2025-12-31scripts/gen-btf.sh: Reduce log verbosityIhor Solodrai