index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Lines
2026-01-31
checkpatch: add an invalid patch separator test
Joe Perches
-0
/
+10
2026-01-31
Merge tag 'kbuild-fixes-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-36
/
+34
2026-01-31
kbuild: Do not run kernel-doc when building external modules
Nathan Chancellor
-0
/
+2
2026-01-30
Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-14
/
+35
2026-01-30
scripts: headers_install.sh: Remove config leak ignore machinery
Thomas Weißschuh
-22
/
+2
2026-01-30
x86/uapi: Stop leaking kconfig references to userspace
Thomas Weißschuh
-2
/
+0
2026-01-30
nios2: uapi: Remove custom asm/swab.h from UAPI
Thomas Weißschuh
-2
/
+0
2026-01-30
ARM: uapi: Drop PSR_ENDSTATE
Thomas Weißschuh
-1
/
+0
2026-01-30
ARC: Always use SWAPE instructions for __arch_swab32()
Thomas Weißschuh
-1
/
+0
2026-01-29
kbuild: dummy-tools: Add python3
Michal Suchanek
-0
/
+4
2026-01-29
livepatch/klp-build: Require Clang assembler >= 20
Josh Poimboeuf
-0
/
+4
2026-01-28
checkpatch: special-case cacheline group macros
Michael S. Tsirkin
-1
/
+3
2026-01-28
kbuild: Fix permissions of modules.builtin.modinfo
Ethan Zuo
-1
/
+2
2026-01-28
kbuild: rpm-pkg: Generate debuginfo package manually
Nathan Chancellor
-35
/
+30
2026-01-28
Merge tag 'pin-init-v7.0' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
-1
/
+1
2026-01-27
livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL
Josh Poimboeuf
-4
/
+4
2026-01-26
scripts: generate_rust_analyzer: fix resolution of #[pin_data] macros
SeungJong Ha
-1
/
+1
2026-01-24
Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+2
2026-01-23
scripts/tracepoint-update: Fix memory leak in add_string() on failure
Weigang He
-0
/
+2
2026-01-22
scripts: kconfig: merge_config.sh: warn on duplicate input files
Mikko Rapeli
-0
/
+11
2026-01-22
scripts: kconfig: merge_config.sh: use awk in checks too
Mikko Rapeli
-11
/
+86
2026-01-22
scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk
Anders Roxell
-40
/
+128
2026-01-22
kallsyms: Get rid of kallsyms relative base
Ard Biesheuvel
-47
/
+21
2026-01-22
scripts: add tool to run containerized builds
Guillaume Tucker
-0
/
+199
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
-0
/
+1
2026-01-21
scripts/gen-btf.sh: Use CONFIG_SHELL for execution
Ihor Solodrai
-6
/
+6
2026-01-20
docs: add a scripts/kernel-doc symbolic link
Jonathan Corbet
-0
/
+1
2026-01-20
docs: kdoc: move kernel-doc to tools/docs
Jonathan Corbet
-361
/
+0
2026-01-20
docs: kdoc: some fixes to kernel-doc comments
Mauro Carvalho Chehab
-16
/
+13
2026-01-20
docs: kdoc: ensure that comments are using our coding style
Mauro Carvalho Chehab
-6
/
+18
2026-01-20
docs: kdoc: avoid error_count overflows
Mauro Carvalho Chehab
-7
/
+19
2026-01-19
rust: kunit: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+2
2026-01-18
scripts: generate_rust_analyzer: compile sysroot with correct edition
Tamir Duberstein
-3
/
+26
2026-01-18
scripts: generate_rust_analyzer: compile quote with correct edition
Tamir Duberstein
-0
/
+1
2026-01-18
scripts: generate_rust_analyzer: quote: treat `core` and `std` as dependencies
Jesung Yang
-1
/
+1
2026-01-18
scripts: generate_rust_analyzer: syn: treat `std` as a dependency
Jesung Yang
-1
/
+1
2026-01-18
scripts: generate_rust_analyzer: remove sysroot assertion
Onur Özkan
-3
/
+0
2026-01-18
rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
Miguel Ojeda
-1
/
+1
2026-01-18
compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()
Peter Zijlstra
-0
/
+19
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...
Benno Lossin
-1
/
+1
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-144
/
+41
2026-01-14
checkpatch: Suggest kmalloc_obj family for sizeof allocations
Kees Cook
-6
/
+33
2026-01-14
kbuild: Drop superfluous compiler option checks
Thomas Weißschuh
-13
/
+10
2026-01-14
scripts: generate_rust_analyzer: Add pin_init_internal deps
Tamir Duberstein
-1
/
+1
2026-01-14
scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep
Tamir Duberstein
-1
/
+1
2026-01-14
scripts: generate_rust_analyzer: Add compiler_builtins -> core dep
Tamir Duberstein
-1
/
+1
2026-01-14
kconfig: fix static linking of nconf
Arkadiusz Kozdra
-5
/
+6
2026-01-14
kbuild: prefer ${NM} in check-function-names.sh
Carlos Llamas
-1
/
+1
2026-01-12
lib/crypto: tests: Add KUnit tests for NH
Eric Biggers
-0
/
+40
2026-01-11
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
[prev]
[next]