summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-10-10modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-19kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2023-07-27modpost: fix off by one in is_executable_section()Dan Carpenter1-1/+1
2023-07-27modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada1-0/+12
2023-07-27modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada1-3/+9
2023-07-27scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish1-1/+8
2023-06-14gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook1-3/+6
2023-05-30recordmcount: Fix memory leaks in the uwrite functionHao Zeng1-1/+5
2023-05-17scripts/gdb: fix lx-timerlist for Python3Peng Liu2-2/+7
2023-05-17scripts/gdb: bail early if there are no generic PDFlorian Fainelli1-1/+3
2023-05-17scripts/gdb: bail early if there are no clocksFlorian Fainelli1-0/+2
2023-04-26ASN.1: Fix check for strdup() successEkaterina Orlova1-1/+1
2023-04-20kbuild: Switch to 'f' variants of integrated assembler flagNathan Chancellor1-4/+4
2023-04-20kbuild: check the minimum assembler version in KconfigMasahiro Yamada3-0/+81
2023-03-17scripts: handle BrokenPipeError for python scriptsMasahiro Yamada3-10/+40
2023-03-11builddeb: clean generated package contentBastian Germann1-1/+1
2023-03-03scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas1-1/+1
2023-03-03scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea1-4/+7
2023-02-01ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)1-8/+26
2022-12-08scripts/faddr2line: Fix regression in name resolution on ppc64leSrikar Dronamraju1-3/+4
2022-11-25stddef: Introduce struct_group() helper macroKees Cook1-0/+7
2022-11-16cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds2-0/+14
2022-10-28kbuild: Add skip_encoding_btf_enum64 option to paholeMartin Rodriguez Reboredo1-0/+4
2022-10-28kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa2-7/+18
2022-10-28kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko1-0/+5
2022-10-28kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas1-1/+1
2022-10-28bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich1-1/+2
2022-10-26kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch1-2/+2
2022-10-26kbuild: remove the target in signal traps when interruptedMasahiro Yamada1-1/+22
2022-10-26selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman1-1/+1
2022-10-15Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen1-0/+1
2022-09-23mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang1-1/+1
2022-09-05kbuild: Fix include path in scripts/Makefile.modpostJing Leng1-2/+1
2022-08-29kbuild: dummy-tools: avoid tmpdir leak in dummy gccOndrej Mosnacek1-0/+0
2022-08-25modules: Ensure natural alignment for .altinstructions and __bug_table sectionsHelge Deller1-0/+2
2022-08-25gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan1-1/+1
2022-08-25kbuild: dummy-tools: avoid tmpdir leak in dummy gccOndrej Mosnacek1-6/+2
2022-08-21scripts/faddr2line: Fix vmlinux detection on arm64Josh Poimboeuf1-1/+3
2022-07-25x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2-1/+4
2022-07-25objtool: Add entry UNRET validationPeter Zijlstra1-0/+3
2022-07-25x86: Add straight-line-speculation mitigationPeter Zijlstra2-0/+6
2022-06-29modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada1-1/+1
2022-06-22faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf1-11/+34
2022-06-14scripts/gdb: change kernel config dumping methodKuan-Ying Lee1-3/+3
2022-06-14modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada1-1/+2
2022-06-14modpost: fix removing numeric suffixesAlexander Lobakin1-1/+1
2022-06-09scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf1-53/+97
2022-04-20gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld1-17/+27
2022-04-13ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook1-1/+0
2022-04-08gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook1-4/+21