summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/sphinx-pre-install: fix Arch latexmk dependencyLouis Taylor2019-11-071-0/+1
* scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer2019-11-071-0/+16
* Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-2913-116/+72
|\
| * 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
| |/
* | scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto...Jeremy MAURO2019-10-031-1/+2
* | scripts/sphinx-pre-install: allow checking for multiple missing filesJeremy MAURO2019-10-031-9/+11
* | kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida2019-10-011-1/+2
* | kernel-doc: fix processing nested structs with attributesAndré Almeida2019-10-011-4/+4
* | scripts/sphinx-pre-install: add how to exit virtualenv usage messageShuah Khan2019-10-011-0/+8
* | docs: Use make invocation's -j argument for parallelismKees Cook2019-10-011-0/+58
|/
* 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
| * | modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-102-5/+51
| * | modpost: add support for symbol namespacesMatthias Maennich2019-09-103-17/+96
* | | Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-211-5/+5
|\ \ \
| * | | randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang2019-07-311-5/+5
| | |/ | |/|
* | | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-202-212/+259
|\ \ \
| * | | recordmcount: Clarify what cleanup() doesMatt Helsley2019-08-311-70/+81
| * | | recordmcount: Remove redundant cleanup() callsMatt Helsley2019-08-312-15/+0
| * | | recordmcount: Kernel style formattingMatt Helsley2019-08-311-22/+25
| * | | recordmcount: Kernel style function signature formattingMatt Helsley2019-08-312-21/+13
| * | | recordmcount: Rewrite error/success handlingMatt Helsley2019-08-312-119/+184