summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-242-64/+100
|\
| * sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek2024-09-201-28/+65
| * sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek2024-09-202-18/+11
| * sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek2024-09-202-35/+41
* | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-13/+1
|\ \
| * | btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada2024-09-141-12/+0
| * | btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada2024-09-141-1/+1
* | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-2110-54/+418
|\ \ \
| * | | scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli2024-09-021-1/+5
| * | | scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli2024-09-021-1/+2
| * | | scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli2024-09-021-20/+20
| * | | scripts/decode_stacktrace.sh: nix-ifyKent Overstreet2024-09-021-1/+1
| * | | scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee2024-09-022-0/+45
| * | | scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee2024-09-021-0/+27
| * | | scripts/gdb: fix lx-mounts command errorKuan-Ying Lee2024-09-021-2/+2
| * | | scripts/gdb: add iteration function for rbtreeKuan-Ying Lee2024-09-021-0/+12
| * | | scripts/gdb: fix timerlist parsing issueKuan-Ying Lee2024-09-021-15/+16
| * | | scripts: add macro_checker script to check unused parameters in macrosJulian Sun2024-09-021-0/+131
| * | | xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-021-5/+137
| * | | xz: use 128 MiB dictionary and force single-threaded modeLasse Collin2024-09-021-1/+12
| * | | xz: fix comments and coding styleLasse Collin2024-09-021-5/+8
| * | | xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin2024-09-021-4/+1
* | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-22/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | kasan: simplify and clarify MakefileAndrey Konovalov2024-09-041-22/+23
| |/ /
* | | Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-194-6/+27
|\ \ \
| * | | dt: dt-extract-compatibles: Extract compatibles from function parametersRob Herring (Arm)2024-09-051-0/+13
| * | | scripts/dtc: Update to upstream version v1.7.0-95-gbcd02b523429Rob Herring (Arm)2024-08-153-6/+14
* | | | Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-183-66/+48
|\ \ \ \
| * | | | coccinelle: Add rules to find str_down_up() replacementsKees Cook2024-08-151-0/+23
| * | | | coccinelle: Add rules to find str_up_down() replacementsMichal Wajdeczko2024-08-151-0/+23
| * | | | fortify: move test_fortify.sh to lib/test_fortify/Masahiro Yamada2024-08-151-66/+0
| * | | | fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada2024-08-151-0/+2
* | | | | Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds2024-09-173-77/+156
|\ \ \ \ \
| * | | | | scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel2024-09-051-2/+0
| * | | | | Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet2024-09-0513-76/+30
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | get_maintainer: add --bug option to print bug reporting infoJani Nikula2024-08-271-2/+15
| * | | | | scripts: fix all issues reported by pylintDongliang Mu2024-07-291-73/+141
| | |_|/ / | |/| | |
* | | | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-165-0/+155
|\ \ \ \ \
| * | | | | scripts: add boot policy generation programDeven Bowers2024-08-205-0/+155
| |/ / / /
* | / / / scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier2024-09-021-17/+49
| |/ / / |/| | |
* | | | net: drop special comment styleJohannes Berg2024-08-231-10/+0
* | | | Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-237-23/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada2024-08-224-4/+4
| * | | kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada2024-08-121-1/+2
| * | | scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell2024-08-061-0/+2
| * | | kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada2024-08-061-18/+10
| | |/ | |/|
* | | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-08-162-3/+7
|\ \ \
| * | | rust: x86: remove `-3dnow{,a}` from target featuresMiguel Ojeda2024-08-101-2/+2
| * | | rust: Support latest version of `rust-analyzer`Sarthak Singh2024-08-071-1/+5
| | |/ | |/|
* | | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-153-37/+2
|\ \ \