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
2025-03-11
scripts: generate_rust_analyzer: add missing macros deps
Tamir Duberstein
-9
/
+21
2025-03-10
riscv/crc: add "template" for Zbc optimized CRC functions
Eric Biggers
-1
/
+54
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
-4
/
+4
2025-03-08
scripts: rust: mention file name in error messages
Guillaume Gomez
-4
/
+4
2025-03-07
ubsan/overflow: Enable ignorelist parsing and add type filter
Kees Cook
-1
/
+5
2025-03-07
ubsan/overflow: Enable pattern exclusions
Kees Cook
-0
/
+1
2025-03-07
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
Kees Cook
-4
/
+8
2025-03-07
selinux: Chain up tool resolving errors in install_policy.sh
Tim Schumacher
-9
/
+6
2025-03-06
kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUT
Inochi Amaoto
-1
/
+1
2025-03-05
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
-2
/
+2
2025-03-04
x86/percpu: Move current_task to percpu hot section
Brian Gerst
-1
/
+1
2025-03-04
kbuild: clang: Support building UM with SUBARCH=i386
Kees Cook
-0
/
+2
2025-03-04
scripts/kernel-doc: drop dead code for Wcontents_before_sections
Mauro Carvalho Chehab
-11
/
+0
2025-03-04
scripts/kernel-doc: don't add not needed new lines
Mauro Carvalho Chehab
-0
/
+4
2025-02-27
coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline test
Gal Pressman
-5
/
+8
2025-02-25
scripts/sorttable: Allow matches to functions before function entry
Steven Rostedt
-1
/
+6
2025-02-25
scripts/sorttable: Use normal sort if theres no relocs in the mcount section
Steven Rostedt
-2
/
+7
2025-02-24
kbuild, bpf: Correct pahole version that supports distilled base btf feature
Pu Lehui
-1
/
+1
2025-02-21
x86/build: Raise the minimum LLVM version to 15.0.0
Nathan Chancellor
-1
/
+1
2025-02-20
scripts/tags.sh: tag SYM_*START*() assembler symbols
Costa Shulyupin
-0
/
+1
2025-02-18
scripts/sorttable: Zero out weak functions in mcount_loc table
Steven Rostedt
-3
/
+129
2025-02-18
scripts/sorttable: Always use an array for the mcount_loc sorting
Steven Rostedt
-32
/
+90
2025-02-18
scripts/sorttable: Have mcount rela sort use direct values
Steven Rostedt
-1
/
+25
2025-02-18
arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
Steven Rostedt
-3
/
+182
2025-02-18
kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPU
Brian Gerst
-64
/
+12
2025-02-18
x86/stackprotector: Remove stack protector test scripts
Brian Gerst
-12
/
+0
2025-02-18
x86/build: Raise the minimum GCC version to 8.1
Brian Gerst
-0
/
+2
2025-02-16
modpost: Fix a few typos in a comment
Uwe Kleine-König
-2
/
+2
2025-02-15
kbuild: fix linux-headers package build when $(CC) cannot link userspace
Masahiro Yamada
-2
/
+2
2025-02-13
scripts/kernel-doc: drop Sphinx version check
Mauro Carvalho Chehab
-113
/
+16
2025-02-13
docs: ABI: move README contents to the top
Mauro Carvalho Chehab
-1
/
+1
2025-02-13
scripts/kernel-doc: remove an obscure logic from kernel-doc
Mauro Carvalho Chehab
-18
/
+1
2025-02-12
fs: add open_tree_attr()
Christian Brauner
-0
/
+1
2025-02-10
scripts/get_abi.pl: drop now obsoleted script
Mauro Carvalho Chehab
-1103
/
+0
2025-02-10
scripts/get_abi.py: add support for undefined ABIs
Mauro Carvalho Chehab
-3
/
+693
2025-02-10
scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6
Mauro Carvalho Chehab
-6
/
+10
2025-02-10
scripts/lib/abi/abi_parser.py: Rename title name for ABI files
Mauro Carvalho Chehab
-1
/
+1
2025-02-10
docs: sphinx/automarkup: add cross-references for ABI
Mauro Carvalho Chehab
-0
/
+11
2025-02-10
docs: sphinx/kernel_abi: parse ABI files only once
Mauro Carvalho Chehab
-9
/
+13
2025-02-10
scripts/get_abi.pl: add support to parse ABI README file
Mauro Carvalho Chehab
-5
/
+20
2025-02-10
scripts/get_abi.pl: Add filtering capabilities to rest output
Mauro Carvalho Chehab
-6
/
+15
2025-02-10
docs: sphinx/kernel_abi: reduce buffer usage for ABI messages
Mauro Carvalho Chehab
-8
/
+9
2025-02-10
docs: sphinx/kernel_abi: use AbiParser directly
Mauro Carvalho Chehab
-1
/
+1
2025-02-10
scripts/lib/abi/abi_parser.py: use an interactor for ReST output
Mauro Carvalho Chehab
-23
/
+28
2025-02-10
scripts/lib/abi/abi_parser.py: optimize parse_abi() function
Mauro Carvalho Chehab
-15
/
+34
2025-02-10
scripts/get_abi.py: add support for symbol search
Mauro Carvalho Chehab
-0
/
+76
2025-02-10
scripts/get_abi.py: add a Python tool to generate ReST output
Mauro Carvalho Chehab
-0
/
+658
2025-02-10
scripts/documentation-file-ref-check: don't check perl/python scripts
Mauro Carvalho Chehab
-1
/
+1
2025-02-10
scripts/gen-crc-consts: add gen-crc-consts.py
Eric Biggers
-0
/
+238
2025-02-09
Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+49
[prev]
[next]