summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-54/+418
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-22/+23
2024-09-20sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek-28/+65
2024-09-20sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek-18/+11
2024-09-20sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek-35/+41
2024-09-20kbuild: remove append operation on cmd_ld_ko_oThomas Weißschuh-1/+1
2024-09-20kconfig: cache expression valuesMasahiro Yamada-4/+39
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada-277/+170
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada-11/+3
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada-6/+37
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada-10/+11
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada-14/+20
2024-09-20kallsyms: change overflow variable to bool typeMasahiro Yamada-4/+4
2024-09-20kallsyms: squash output_address()Masahiro Yamada-10/+5
2024-09-20kbuild: add install target for modules.builtin.rangesKris Van Hees-2/+4
2024-09-20scripts: add verifier script for builtin module range dataKris Van Hees-0/+370
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees-0/+529
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+27
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-66/+48
2024-09-17Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds-77/+156
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+155
2024-09-16kbuild: rust: Enable KASAN supportMatthew Maurer-17/+45
2024-09-16kbuild: rust: Define probing macros for rustcMatthew Maurer-0/+23
2024-09-16kasan: simplify and clarify MakefileAndrey Konovalov-22/+23
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer-0/+1
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada-12/+0
2024-09-13btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada-1/+1
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees-2/+2
2024-09-10scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers-1/+1
2024-09-10scripts: import more hash table macrosMasahiro Yamada-0/+119
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada-132/+150
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-50/+67
2024-09-08kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada-19/+21
2024-09-07kbuild: compile constant module information only onceThomas Weißschuh-25/+30
2024-09-07kbuild: remove recent dependency on "truncate" programTony Battersby-1/+1
2024-09-07kbuild: add debug package to pacman PKGBUILDJose Fernandez-1/+14
2024-09-05kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda-0/+26
2024-09-05scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel-2/+0
2024-09-05Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet-76/+30
2024-09-05dt: dt-extract-compatibles: Extract compatibles from function parametersRob Herring (Arm)-0/+13
2024-09-03kasan: simplify and clarify MakefileAndrey Konovalov-22/+23
2024-09-03slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada-0/+15
2024-09-01scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli-1/+5
2024-09-01scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli-1/+2
2024-09-01scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli-20/+20
2024-09-01scripts/decode_stacktrace.sh: nix-ifyKent Overstreet-1/+1
2024-09-01scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee-0/+45
2024-09-01scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee-0/+27
2024-09-01scripts/gdb: fix lx-mounts command errorKuan-Ying Lee-2/+2
2024-09-01scripts/gdb: add iteration function for rbtreeKuan-Ying Lee-0/+12