summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | coccinelle: api/devm_platform_ioremap_resource: remove useless scriptAlexandre Belloni2019-10-171-60/+0
|/ /
* | Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-131-4/+1
|\ \
| * | recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)2019-10-121-4/+1
| |/
* | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-113-16/+19
|\ \ | |/ |/|
| * nsdeps: make generated patches independent of localeMasahiro Yamada2019-10-071-1/+1
| * nsdeps: fix hashbang of scripts/nsdepsMasahiro Yamada2019-10-071-1/+1
| * modpost: fix broken sym->namespace for external module buildsMasahiro Yamada2019-10-071-5/+8
| * module: swap the order of symbol.namespaceMasahiro Yamada2019-10-071-9/+7
| * scripts: add_namespace: Fix coccicheck failedYueHaibing2019-10-071-0/+2
* | scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada2019-10-051-1/+1
* | namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-051-6/+7
* | modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada2019-10-011-4/+9
* | kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-013-7/+2
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-1/+1
|\
| * MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-1/+1
* | checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-251-0/+6
* | scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* | checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* | checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1
* | checkpatch: allow consecutive close bracesJoe Perches2019-09-251-1/+1
* | checkpatch: prefer __section over __attribute__((section(...)))Joe Perches2019-09-251-0/+12
* | checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman2019-09-251-1/+1
* | checkpatch.pl: warn on invalid commit idMatteo Croce2019-09-251-0/+11
* | checkpatch: improve SPDX license checkingJoe Perches2019-09-251-9/+9
* | checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-09-251-2/+4
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-226-19/+228
|\ \
| * | scripts: Coccinelle script for namespace dependencies.Matthias Maennich2019-09-103-1/+84