summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2022-12-081-2/+6
* cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds2022-11-252-0/+14
* selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-10-261-1/+1
* Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen2022-10-261-0/+1
* kbuild: Fix include path in scripts/Makefile.modpostJing Leng2022-09-051-2/+1
* modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-07-021-1/+1
* modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-06-141-1/+2
* modpost: fix removing numeric suffixesAlexander Lobakin2022-06-141-1/+1
* gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-201-17/+27
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2022-03-111-1/+1
* Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor2022-02-231-0/+1
* scripts/dtc: dtx_diff: remove broken example from help textMatthias Schiffer2022-01-271-6/+2
* recordmcount.pl: fix typo in s390 mcount regexHeiko Carstens2022-01-051-1/+1
* recordmcount.pl: look for jgnop instruction as well as bcrl on s390Jerome Marchand2021-12-221-1/+1
* scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su2021-08-151-3/+3
* kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is setMatthias Maennich2021-07-281-3/+11
* scripts: switch explicitly to Python 3Andy Shevchenko2021-06-032-2/+2
* tweewide: Fix most Shebang linesFinn Behrens2021-06-0315-15/+15
* kconfig: nconf: stop endless search loopsMihai Moldovan2021-05-221-1/+1
* scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence2021-03-172-1/+14
* scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer2021-03-071-0/+1
* scripts: use pkg-config to locate libcryptoRolf Eike Beer2021-03-071-2/+6
* scripts/recordmcount.pl: support big endian for ARCH shRong Chen2021-03-031-1/+5
* tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2021-02-231-6/+3
* tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen2021-02-231-1/+1
* trace: Use -mcount-record for dynamic ftraceAndi Kleen2021-02-231-0/+6
* scripts/gdb: fix lx-version string outputDu Changbin2021-01-121-1/+1
* scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2021-01-121-3/+10
* scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2021-01-121-1/+1
* scripts/gdb: make lx-dmesg command work (reliably)André Draszik2021-01-121-4/+5
* depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds2021-01-121-0/+2
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-291-1/+1
* scripts/setlocalversion: make git describe output more reliableRasmus Villemoes2020-11-101-5/+16
* checkpatch: fix the usage of capture group ( ... )Mrinal Pandey2020-09-121-2/+2
* scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih2020-07-311-2/+2
* kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-301-5/+6
* mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida2020-06-301-1/+1
* gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2020-05-272-0/+5
* scripts/decodecode: fix trapping instruction formattingIvan Delalande2020-05-201-1/+1
* scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)2020-05-101-1/+4
* scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller2020-04-022-2/+0
* kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-04-021-0/+1
* kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-281-1/+1
* ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin2020-01-291-0/+17
* kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb2020-01-121-0/+7
* scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada2020-01-041-0/+2
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2019-12-211-0/+12
* scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-12-051-1/+2
* scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris2019-11-061-2/+10
* namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-291-6/+7