index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
scripts: kconfig: merge_config.sh: use awk in checks too
Mikko Rapeli
1
-11
/
+86
2026-01-22
scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk
Anders Roxell
1
-39
/
+127
2026-01-22
kallsyms: Get rid of kallsyms relative base
Ard Biesheuvel
2
-46
/
+20
2026-01-22
scripts: add tool to run containerized builds
Guillaume Tucker
1
-0
/
+199
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
1
-0
/
+1
2026-01-21
scripts/gen-btf.sh: Use CONFIG_SHELL for execution
Ihor Solodrai
3
-6
/
+6
2026-01-20
docs: add a scripts/kernel-doc symbolic link
Jonathan Corbet
1
-0
/
+1
2026-01-20
docs: kdoc: move kernel-doc to tools/docs
Jonathan Corbet
2
-361
/
+0
2026-01-20
docs: kdoc: some fixes to kernel-doc comments
Mauro Carvalho Chehab
1
-16
/
+13
2026-01-20
docs: kdoc: ensure that comments are using our coding style
Mauro Carvalho Chehab
1
-6
/
+18
2026-01-20
docs: kdoc: avoid error_count overflows
Mauro Carvalho Chehab
1
-7
/
+19
2026-01-19
rust: kunit: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+2
2026-01-18
scripts: generate_rust_analyzer: compile sysroot with correct edition
Tamir Duberstein
1
-3
/
+26
2026-01-18
scripts: generate_rust_analyzer: compile quote with correct edition
Tamir Duberstein
1
-0
/
+1
2026-01-18
scripts: generate_rust_analyzer: quote: treat `core` and `std` as dependencies
Jesung Yang
1
-1
/
+1
2026-01-18
scripts: generate_rust_analyzer: syn: treat `std` as a dependency
Jesung Yang
1
-1
/
+1
2026-01-18
scripts: generate_rust_analyzer: remove sysroot assertion
Onur Özkan
1
-3
/
+0
2026-01-18
rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
Miguel Ojeda
1
-1
/
+1
2026-01-18
compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()
Peter Zijlstra
1
-0
/
+19
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` workarounds
Benno Lossin
1
-1
/
+1
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
8
-144
/
+41
2026-01-14
checkpatch: Suggest kmalloc_obj family for sizeof allocations
Kees Cook
1
-6
/
+33
2026-01-14
kbuild: Drop superfluous compiler option checks
Thomas Weißschuh
1
-13
/
+10
2026-01-14
scripts: generate_rust_analyzer: Add pin_init_internal deps
Tamir Duberstein
1
-1
/
+1
2026-01-14
scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep
Tamir Duberstein
1
-1
/
+1
2026-01-14
scripts: generate_rust_analyzer: Add compiler_builtins -> core dep
Tamir Duberstein
1
-1
/
+1
2026-01-14
kconfig: fix static linking of nconf
Arkadiusz Kozdra
1
-5
/
+6
2026-01-14
kbuild: prefer ${NM} in check-function-names.sh
Carlos Llamas
1
-1
/
+1
2026-01-12
lib/crypto: tests: Add KUnit tests for NH
Eric Biggers
1
-0
/
+40
2026-01-11
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2026-01-09
rust: helpers: Move #define __rust_helper out of atomic.c
Alice Ryhl
1
-5
/
+0
2026-01-08
lib/crypto: tests: Fix syntax error for old python versions
Jie Zhan
1
-1
/
+1
2026-01-06
scripts/gen-btf.sh: Ensure initial object in gen_btf_o is ELF with correct endianness
Nathan Chancellor
1
-1
/
+1
2026-01-06
kconfig: Support conditional deps using "depends on X if Y"
Nicolas Pitre
11
-5
/
+111
2026-01-06
scripts/atomic: Fix kerneldoc spelling in try_cmpxchg()
oldzhu
1
-1
/
+1
2026-01-05
kbuild: remove gcc's -Wtype-limits
Vincent Mailhol
1
-1
/
+3
2026-01-05
tags: Add regex for context_lock_struct
Peter Zijlstra
1
-0
/
+1
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
1
-0
/
+1
2026-01-05
compiler-context-analysis: Introduce header suppressions
Marco Elver
2
-0
/
+36
2026-01-05
checkpatch: Warn about context_unsafe() without comment
Marco Elver
1
-0
/
+7
2026-01-05
compiler-context-analysis: Add infrastructure for Context Analysis with Clang
Marco Elver
2
-0
/
+17
2026-01-04
rust: fix off-by-one line number in rustdoc tests
Gary Guo
1
-1
/
+1
2026-01-01
checkpatch: Deprecate rcu_read_{,un}lock_trace()
Paul E. McKenney
1
-1
/
+3
2025-12-31
scripts/gen-btf.sh: Reduce log verbosity
Ihor Solodrai
2
-11
/
+2
2025-12-31
resolve_btfids: Implement --patch_btfids
Ihor Solodrai
2
-2
/
+2
2025-12-30
scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCV
Ihor Solodrai
1
-1
/
+1
2025-12-27
mcb: Add missing modpost build support
Jose Javier Rodriguez Barbarin
2
-0
/
+12
2025-12-27
kbuild: fix compilation of dtb specified on command-line without make rule
Thomas De Schampheleire
1
-12
/
+14
2025-12-27
Revert "scripts/clang-tools: Handle included .c files in gen_compile_commands"
Nicolas Schier
1
-128
/
+7
[prev]
[next]