index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: deb-pkg: Remove blank first line from maint scripts
Aaron Thompson
2024-10-07
1
-1
/
+0
*
scripts: import more list macros
Sami Tolvanen
2024-10-07
1
-0
/
+50
*
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
2024-10-02
1
-1
/
+1
*
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
2024-10-01
1
-2
/
+2
*
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
2024-10-01
1
-0
/
+1
*
kconfig: fix infinite loop in sym_calc_choice()
Masahiro Yamada
2024-09-30
1
-2
/
+8
*
kbuild: move non-boot built-in DTBs to .rodata section
Masahiro Yamada
2024-09-30
1
-1
/
+3
*
Reduce Coccinelle choices in string_choices.cocci
Julia Lawall
2024-09-28
1
-50
/
+41
*
coccinelle: Remove unnecessary parentheses for only one possible change.
Hongbo Li
2024-09-28
1
-8
/
+0
*
coccinelle: Add rules to find str_yes_no() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
coccinelle: Add rules to find str_on_off() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
coccinelle: Add rules to find str_write_read() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
coccinelle: Add rules to find str_read_write() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
coccinelle: Add rules to find str_enable{d}_disable{d}() replacements
Hongbo Li
2024-09-28
1
-0
/
+38
*
coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements
Hongbo Li
2024-09-28
1
-0
/
+38
*
coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements
Hongbo Li
2024-09-28
1
-0
/
+42
*
coccinelle: Add rules to find str_false_true() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
coccinelle: Add rules to find str_true_false() replacements
Hongbo Li
2024-09-28
1
-0
/
+19
*
Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-28
1
-0
/
+2
|
\
|
*
module: Split modules_install compression and in-kernel decompression
Petr Pavlu
2024-08-19
1
-0
/
+2
*
|
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-1
/
+0
*
|
Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-26
2
-0
/
+15
|
\
\
|
*
\
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
2024-09-09
9
-50
/
+67
|
|
\
\
|
*
|
|
slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()
Masahiro Yamada
2024-09-03
2
-0
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-09-25
7
-47
/
+169
|
\
\
\
|
*
|
|
kbuild: rust: Enable KASAN support
Matthew Maurer
2024-09-16
3
-17
/
+45
|
*
|
|
kbuild: rust: Define probing macros for rustc
Matthew Maurer
2024-09-16
2
-0
/
+23
|
*
|
|
kasan: simplify and clarify Makefile
Andrey Konovalov
2024-09-16
1
-22
/
+23
|
*
|
|
rust: cfi: add support for CFI_CLANG with Rust
Matthew Maurer
2024-09-16
1
-0
/
+1
|
*
|
|
kbuild: rust: add `CONFIG_RUSTC_VERSION`
Miguel Ojeda
2024-09-05
1
-0
/
+26
|
*
|
|
rust: support arrays in target JSON
Matthew Maurer
2024-08-23
1
-29
/
+53
|
*
|
|
objtool/kbuild/rust: enable objtool for Rust
Miguel Ojeda
2024-08-18
1
-2
/
+7
|
*
|
|
x86/rust: support MITIGATION_SLS
Miguel Ojeda
2024-08-18
1
-0
/
+8
|
*
|
|
x86/rust: support MITIGATION_RETPOLINE
Miguel Ojeda
2024-08-18
1
-0
/
+7
|
|
/
/
*
|
|
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-09-24
42
-726
/
+1758
|
\
\
\
|
*
|
|
kbuild: remove append operation on cmd_ld_ko_o
Thomas Weißschuh
2024-09-20
1
-1
/
+1
|
*
|
|
kconfig: cache expression values
Masahiro Yamada
2024-09-20
5
-4
/
+39
|
*
|
|
kconfig: use hash table to reuse expressions
Masahiro Yamada
2024-09-20
5
-277
/
+170
|
*
|
|
kconfig: refactor expr_eliminate_dups()
Masahiro Yamada
2024-09-20
1
-11
/
+3
|
*
|
|
kconfig: add comments to expression transformations
Masahiro Yamada
2024-09-20
1
-6
/
+37
|
*
|
|
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2024-09-20
2
-10
/
+11
|
*
|
|
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-09-20
4
-14
/
+20
|
*
|
|
kallsyms: change overflow variable to bool type
Masahiro Yamada
2024-09-20
1
-4
/
+4
|
*
|
|
kallsyms: squash output_address()
Masahiro Yamada
2024-09-20
1
-10
/
+5
|
*
|
|
kbuild: add install target for modules.builtin.ranges
Kris Van Hees
2024-09-20
1
-2
/
+4
|
*
|
|
scripts: add verifier script for builtin module range data
Kris Van Hees
2024-09-20
1
-0
/
+370
|
*
|
|
kbuild: generate offset range data for builtin modules
Kris Van Hees
2024-09-20
3
-0
/
+529
|
*
|
|
kbuild: add mod(name,file)_flags to assembler flags for module objects
Kris Van Hees
2024-09-10
1
-2
/
+2
|
*
|
|
scripts: subarch.include: fix SUBARCH on macOS hosts
Nick Desaulniers
2024-09-10
1
-1
/
+1
|
*
|
|
scripts: import more hash table macros
Masahiro Yamada
2024-09-10
2
-0
/
+119
[next]