summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada2019-11-112-3/+9
* modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2019-11-114-39/+30
* modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada2019-11-111-0/+2
* modpost: do not invoke extra modpost for nsdepsMasahiro Yamada2019-11-112-12/+5
* scripts/ver_linux: add Bison and Flex to the checklistBhaskar Chowdhury2019-11-111-0/+2
* kconfig: be more helpful if pkg-config is missingAlyssa Ross2019-11-112-0/+6
* kconfig: Add option to get the full help text with listnewconfigLaura Abbott2019-11-112-2/+16
* kbuild: Add make dir-pkg build optionMatteo Croce2019-11-112-3/+8
* kbuild: Wrap long "make help" text linesGeert Uytterhoeven2019-11-112-2/+4
* scripts: setlocalversion: replace backquote to dollar parenthesisBhaskar Chowdhury2019-11-111-11/+11
* kbuild: make single target builds much fasterMasahiro Yamada2019-11-111-1/+4
* kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada2019-11-111-3/+3
* kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada2019-11-112-8/+2
* modpost: do not parse vmlinux for external module buildsMasahiro Yamada2019-11-111-3/+5
* kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada2019-11-111-2/+1
* kconfig: split util.c out of parser.yMasahiro Yamada2019-11-112-2/+1
* video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/Masahiro Yamada2019-11-113-517/+0
* 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
OpenPOWER on IntegriCloud