summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-07-08coccinelle: api/stream_open: treat all wait_.*() calls as blockingKirill Smelkov
2019-07-08coccinelle: put_device: Add a cast to an expression for an assignmentMarkus Elfring
2019-07-08coccinelle: put_device: Adjust a message constructionMarkus Elfring
2019-07-08coccinelle: kstrdup: Fix typo in warning messagesRikard Falkeborn
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-07-01recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao
2019-07-01fixdep: check return value of printf() and putchar()Masahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada
2019-07-01kbuild: rename arg-check to cmd-checkMasahiro Yamada
2019-06-28Merge branch 'automarkup' into docs-nextJonathan Corbet
2019-06-26scripts/sphinx-pre-install: fix out-of-tree buildMike Rapoport
2019-06-26kernel-doc: Don't try to mark up function namesJonathan Corbet
2019-06-25locking/atomics: Use sed(1) instead of non-standard head(1) optionMichael Forney
2019-06-24kbuild: fix 'No such file or directory' warning for headers_installMasahiro Yamada
2019-06-24genksyms: Teach parser about 128-bit built-in typesWill Deacon
2019-06-24kbuild: Remove unnecessary -Wno-unused-valueNathan Huckleberry
2019-06-24kbuild: Enable -WuninitializedNathan Chancellor
2019-06-21scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73Rob Herring
2019-06-21doc: ABI scripts: add a SPDX header fileMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: add a validate commandMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: add a handler for invalid "where" tagMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: avoid creating duplicate namesMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: fix parse issues with some filesMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: represent what in tablesMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: add support for searching for ABI symbolsMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: split label naming from xref logicMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: avoid use literal blocks when not neededMauro Carvalho Chehab
2019-06-21scripts/get_abi.pl: parse files with text at beginningMauro Carvalho Chehab
2019-06-21scripts: add an script to parse the ABI filesMauro Carvalho Chehab
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 473Thomas Gleixner
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula
2019-06-15kbuild: deb-pkg: do not run headers_checkMasahiro Yamada
2019-06-15kbuild: simplify scripts/headers_install.shMasahiro Yamada
2019-06-15kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada
2019-06-15kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada
2019-06-15kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada
2019-06-15kbuild: remove headers_{install,check}_allMasahiro Yamada
2019-06-14scripts/documentation-file-ref-check: ignore output dirMauro Carvalho Chehab
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14docs: target: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-13scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut
2019-06-12scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693Rob Herring
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada