index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
streamline_config.pl: ensure all defaults are tracked
David Hunter
1
-1
/
+1
2024-11-05
scripts: Remove export_report.pl
Matthew Maurer
1
-186
/
+0
2024-11-05
Merge 6.12-rc6 into char-misc-next
Greg Kroah-Hartman
8
-17
/
+40
2024-11-05
scripts/tags.sh: Fix warnings "null expansion of name pattern"
Costa Shulyupin
1
-1
/
+1
2024-11-05
scripts/tags.sh: use list of identifiers to ignore
Costa Shulyupin
1
-13
/
+23
2024-11-05
scripts/tags.sh: add regex to map IDT entries
Costa Shulyupin
1
-0
/
+2
2024-11-04
rust: add arch_static_branch
Alice Ryhl
1
-1
/
+8
2024-11-04
streamline_config.pl: fix missing variable operator in debug print
David Hunter
1
-1
/
+1
2024-11-04
kconfig: nconf: Use TAB to cycle thru dialog buttons
Thorsten Blum
1
-0
/
+9
2024-11-04
kconfig: qconf: set parent in the widget constructor
Masahiro Yamada
1
-8
/
+4
2024-11-04
kconfig: qconf: reorder code in ConfigMainWindow() constructor
Masahiro Yamada
1
-12
/
+11
2024-11-04
kconfig: qconf: set QSplitter orientation in the constructor
Masahiro Yamada
1
-6
/
+3
2024-11-04
kconfig: remove zconfprint()
Masahiro Yamada
1
-17
/
+5
2024-11-04
kconfig: remove support for "bool" prompt for choice entries
Masahiro Yamada
1
-6
/
+0
2024-11-04
kbuild: add generic support for built-in boot DTBs
Masahiro Yamada
2
-0
/
+48
2024-11-03
Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-16
/
+39
2024-11-03
modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
Masahiro Yamada
1
-1
/
+1
2024-11-03
modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
Masahiro Yamada
1
-5
/
+5
2024-10-31
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
1
-1
/
+12
2024-10-31
kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile
Masahiro Yamada
1
-0
/
+1
2024-10-31
kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
Masahiro Yamada
3
-6
/
+11
2024-10-31
kbuild: rpm-pkg: disable kernel-devel package when cross-compiling
Masahiro Yamada
1
-1
/
+6
2024-10-31
kbuild: Add generic hook for architectures to use before the final vmlinux link
Naveen N Rao
2
-1
/
+13
2024-10-28
kbuild: rust: avoid errors with old `rustc`s without LLVM patch version
Miguel Ojeda
1
-1
/
+1
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
9
-14
/
+97
2024-10-23
sumversion: Fix a memory leak in get_src_version()
Elena Salomatkina
1
-2
/
+3
2024-10-21
reiserfs: The last commit
Jan Kara
1
-3
/
+0
2024-10-19
modules: Add missing entry for __ex_table
Helge Deller
1
-0
/
+1
2024-10-19
modules: Ensure 64-bit alignment on __ksymtab_* sections
Helge Deller
1
-4
/
+4
2024-10-17
Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"
Carlos Llamas
1
-1
/
+1
2024-10-17
kernel-doc: allow object-like macros in ReST output
Randy Dunlap
1
-13
/
+30
2024-10-16
checkpatch: Remove links to outdated documentation
Anna-Maria Behnsen
1
-5
/
+5
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2
-11
/
+4
2024-10-14
scripts/kernel-doc: Do not track section counter across processed files
Chen-Yu Tsai
1
-3
/
+1
2024-10-14
scripts/kernel-doc: Fix build time warnings
André Almeida
1
-1
/
+1
2024-10-13
kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
Gary Guo
2
-0
/
+25
2024-10-10
kbuild: fix issues with rustc-option
Alice Ryhl
1
-1
/
+4
2024-10-10
kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
Masahiro Yamada
1
-6
/
+3
2024-10-09
const_structs.checkpatch: add ctl_table
Thomas Weißschuh
1
-0
/
+1
2024-10-08
tracing: Remove definition of trace_*_rcuidle()
Steven Rostedt
1
-2
/
+0
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
1
-1
/
+1
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-1
/
+1
2024-10-07
kbuild: deb-pkg: Remove blank first line from maint scripts
Aaron Thompson
1
-1
/
+0
2024-10-07
scripts: import more list macros
Sami Tolvanen
1
-0
/
+50
2024-10-03
bpf: Allow specifying bpf_fastcall attribute for BPF helpers
Eduard Zingerman
1
-3
/
+50
2024-10-03
selinux: move genheaders to security/selinux/
Masahiro Yamada
5
-160
/
+4
2024-10-03
selinux: do not include <linux/*.h> headers from host programs
Masahiro Yamada
4
-11
/
+2
2024-10-02
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
1
-1
/
+1
2024-10-01
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
1
-2
/
+2
2024-10-01
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
1
-0
/
+1
[prev]
[next]