summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-04-13kbuild: dummy-tools: adjust to stricter stackprotector checkMichal Kubecek
2024-04-13scripts: kernel-doc: Fix syntax error due to undeclared args variableSalvatore Bonaccorso
2024-04-13x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2024-04-13kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor
2024-03-26kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada
2024-03-26gen_compile_commands: fix invalid escape sequence warningAndrew Ballance
2024-03-01bpf, scripts: Correct GPL license nameGianmarco Lusvardi
2024-02-23scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas
2024-02-23scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda
2024-02-23scripts/decode_stacktrace.sh: support old bash versionSchspa Shi
2024-02-23scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd
2024-02-23kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor
2024-02-23modpost: trim leading spaces when processing source files listRadek Krejci
2024-02-23stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook
2024-02-23scripts/get_abi: fix source path leakVegard Nossum
2023-12-20sign-file: Fix incorrect return values checkYusong Gao
2023-12-13checkstack: fix printed addressHeiko Carstens
2023-12-13kconfig: fix memory leak from range propertiesMasahiro Yamada
2023-11-28randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook
2023-11-20modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-10modpost: add missing else to the "of" checkMauricio Faria de Oliveira
2023-09-19kconfig: fix possible buffer overflowKonstantin Meskhidze
2023-07-27modpost: fix off by one in is_executable_section()Dan Carpenter
2023-07-27modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada
2023-07-27modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada
2023-07-27scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish
2023-06-14gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook
2023-05-30recordmcount: Fix memory leaks in the uwrite functionHao Zeng
2023-05-17scripts/gdb: fix lx-timerlist for Python3Peng Liu
2023-05-17scripts/gdb: bail early if there are no generic PDFlorian Fainelli
2023-05-17scripts/gdb: bail early if there are no clocksFlorian Fainelli
2023-04-26ASN.1: Fix check for strdup() successEkaterina Orlova
2023-04-20kbuild: Switch to 'f' variants of integrated assembler flagNathan Chancellor
2023-04-20kbuild: check the minimum assembler version in KconfigMasahiro Yamada
2023-03-17scripts: handle BrokenPipeError for python scriptsMasahiro Yamada
2023-03-11builddeb: clean generated package contentBastian Germann
2023-03-03scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas
2023-03-03scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea
2023-02-01ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)
2022-12-08scripts/faddr2line: Fix regression in name resolution on ppc64leSrikar Dronamraju
2022-11-25stddef: Introduce struct_group() helper macroKees Cook
2022-11-16cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds
2022-10-28kbuild: Add skip_encoding_btf_enum64 option to paholeMartin Rodriguez Reboredo
2022-10-28kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa
2022-10-28kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko
2022-10-28kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas
2022-10-28bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich
2022-10-26kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch
2022-10-26kbuild: remove the target in signal traps when interruptedMasahiro Yamada
2022-10-26selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman