summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | scripts/tags.sh: remove unused environment variables from commentsMasahiro Yamada2019-07-091-2/+2
| * | | | scripts/tags.sh: drop SUBARCH support for ARMMasahiro Yamada2019-07-091-34/+2Star
| * | | | kbuild: support header-test-pattern-yMasahiro Yamada2019-07-091-0/+11
| * | | | kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-093-7/+7
| * | | | kallsyms: exclude kasan local symbols on s390Vasily Gorbik2019-07-071-0/+3
| * | | | coccinelle: api/stream_open: treat all wait_.*() calls as blockingKirill Smelkov2019-07-071-4/+4
| * | | | coccinelle: put_device: Add a cast to an expression for an assignmentMarkus Elfring2019-07-071-1/+1
| * | | | coccinelle: put_device: Adjust a message constructionMarkus Elfring2019-07-071-5/+4Star
| * | | | coccinelle: kstrdup: Fix typo in warning messagesRikard Falkeborn2019-07-071-4/+4
| * | | | fixdep: check return value of printf() and putchar()Masahiro Yamada2019-07-011-10/+41
| * | | | kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada2019-07-011-3/+3
| * | | | kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada2019-07-011-2/+2
| * | | | kbuild: rename arg-check to cmd-checkMasahiro Yamada2019-07-011-7/+7
| * | | | kbuild: fix 'No such file or directory' warning for headers_installMasahiro Yamada2019-06-231-2/+4
| * | | | genksyms: Teach parser about 128-bit built-in typesWill Deacon2019-06-232-0/+6
| * | | | kbuild: Remove unnecessary -Wno-unused-valueNathan Huckleberry2019-06-231-1/+0Star
| * | | | kbuild: Enable -WuninitializedNathan Chancellor2019-06-231-1/+0Star
| * | | | kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-152-0/+12
| * | | | kbuild: deb-pkg: do not run headers_checkMasahiro Yamada2019-06-151-1/+1
| * | | | kbuild: simplify scripts/headers_install.shMasahiro Yamada2019-06-152-29/+21Star
| * | | | kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada2019-06-151-6/+0Star
| * | | | kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada2019-06-151-77/+55Star
| * | | | kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada2019-06-151-4/+4
| * | | | kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada2019-06-151-5/+0Star
| * | | | kbuild: remove headers_{install,check}_allMasahiro Yamada2019-06-151-29/+0Star
| * | | | kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarnMathieu Malaterre2019-06-091-1/+0Star
| |/ / /
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-1/+469
|\ \ \ \
| * | | | doc: ABI scripts: add a SPDX header fileMauro Carvalho Chehab2019-06-211-0/+1
| * | | | scripts/get_abi.pl: add a validate commandMauro Carvalho Chehab2019-06-211-7/+9
| * | | | scripts/get_abi.pl: add a handler for invalid "where" tagMauro Carvalho Chehab2019-06-211-0/+6
| * | | | scripts/get_abi.pl: avoid creating duplicate namesMauro Carvalho Chehab2019-06-211-0/+9
| * | | | scripts/get_abi.pl: fix parse issues with some filesMauro Carvalho Chehab2019-06-211-2/+2
| * | | | scripts/get_abi.pl: represent what in tablesMauro Carvalho Chehab2019-06-211-5/+36
| * | | | scripts/get_abi.pl: add support for searching for ABI symbolsMauro Carvalho Chehab2019-06-211-9/+103
| * | | | scripts/get_abi.pl: split label naming from xref logicMauro Carvalho Chehab2019-06-211-41/+53
| * | | | scripts/get_abi.pl: avoid use literal blocks when not neededMauro Carvalho Chehab2019-06-211-25/+77
| * | | | scripts/get_abi.pl: parse files with text at beginningMauro Carvalho Chehab2019-06-211-5/+54
| * | | | scripts: add an script to parse the ABI filesMauro Carvalho Chehab2019-06-211-0/+212
| * | | | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-122-3/+37
|\ \ \ \ \
| * | | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-07-121-0/+33
| * | | | | scripts/decode_stacktrace: Accept dash/underscore in modulesEvan Green2019-07-121-1/+1
| * | | | | scripts/spelling.txt: add spelling fix for prohibitedChris Paterson2019-07-121-0/+2
| * | | | | scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+0Star
| * | | | | scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat2019-07-121-1/+1
| * | | | | scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat2019-07-121-1/+1
* | | | | | Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-1223-687/+416Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73Rob Herring2019-06-2131-833/+31Star
| * | | | | scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693Rob Herring2019-06-1215-56/+399
* | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-098-66/+116
|\ \ \ \ \ \