summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella2020-07-291-1/+1
* scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih2020-07-291-2/+2
* recordmcount: support >64k sectionsSami Tolvanen2020-06-301-6/+92
* kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-301-5/+6
* scripts: headers_install: Exit with error on config leakSiddharth Gupta2020-06-241-5/+6
* mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida2020-06-241-1/+1
* bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-06-171-14/+10
* kbuild: Remove debug info from kallsyms linkingKees Cook2020-05-271-9/+19
* scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson2020-05-271-2/+2
* gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2020-05-272-0/+5
* scripts/decodecode: fix trapping instruction formattingIvan Delalande2020-05-141-1/+1
* scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)2020-05-101-1/+4
* kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada2020-05-021-1/+1
* kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab2020-04-291-6/+7
* kconfig: introduce m32-flag and m64-flagMasahiro Yamada2020-04-081-0/+7
* scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller2020-04-011-1/+0
* modpost: move the namespace field in Module.symvers lastJessica Yu2020-03-252-13/+13
* kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-03-251-0/+1
* parse-maintainers: Mark as executableJonathan Neuschäfer2020-03-251-0/+0
* kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada2020-03-051-18/+0
* kbuild: remove header compile testMasahiro Yamada2020-03-052-23/+0
* kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada2020-03-051-2/+2
* bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down2020-02-241-2/+2
* kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada2020-02-241-1/+1
* kbuild: remove *.tmp file when filechk failsMasahiro Yamada2020-02-241-8/+7
* kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-241-1/+1
* scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven2020-02-111-1/+1
* ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin2020-01-291-0/+17
* bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev2020-01-261-2/+3
* kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel2020-01-171-1/+1
* bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev2020-01-171-1/+6
* scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult2020-01-121-1/+1
* kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb2020-01-121-0/+7
* gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann2020-01-091-5/+4
* scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada2020-01-041-0/+2
* dtc: Use pkg-config to locate libyamlPavel Modilaynen2020-01-041-2/+2
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-11-151-4/+4
|\
| * scripts/tools-support-relr.sh: un-quote variablesIlie Halip2019-11-131-4/+4
* | Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-081-3/+3
|\ \
| * | scripts/nsdeps: make sure to pass all module source files to spatchJessica Yu2019-11-051-3/+3
* | | scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-11-061-1/+2
|/ /
* | Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-253-20/+42
|\ \
| * | scripts/nsdeps: use alternative sed delimiterJessica Yu2019-10-231-1/+1
| * | symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2019-10-182-15/+19
| * | modpost: make updating the symbol namespace explicitMatthias Maennich2019-10-181-6/+6
| * | modpost: delegate updating namespaces to separate functionMatthias Maennich2019-10-181-3/+21
* | | Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-201-1/+1
|\ \ \
| * | | scripts: setlocalversion: fix a bashismRandy Dunlap2019-10-151-1/+1
| |/ /
* | | scripts/gdb: fix debugging modules on s390Ilya Leoshkevich2019-10-191-1/+7
* | | scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2019-10-192-16/+25