summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-201-1/+1
|\
| * dtc: check.c fix compile errorShuah Khan2017-05-171-1/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-05-1916-1/+16
|\ \
| * | devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-1916-1/+16
* | | kbuild: skip install/check of headers right under uapi directoriesMasahiro Yamada2017-05-171-16/+27
|/ /
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-111-38/+30Star
|\ \
| * | uapi: export all arch specifics directoriesNicolas Dichtel2017-05-101-2/+1Star
| * | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-101-26/+29
| * | Makefile.headersinst: remove destination-y optionNicolas Dichtel2017-05-101-1/+1
| * | Makefile.headersinst: cleanup input filesNicolas Dichtel2017-05-101-24/+14Star
* | | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-112-14/+7Star
|\ \ \
| * | | builddeb: fix typoAndrew Donnellan2017-04-251-1/+1
| * | | builddeb: Update a few outdated and hardcoded stringsRiku Voipio2017-04-251-6/+1Star
| * | | deb-pkg: Remove the KBUILD_IMAGE workaroundMichal Marek2017-03-201-6/+1Star
| * | | scripts: objdiff: Ignore debug info when comparingStephen Boyd2017-03-111-1/+4
* | | | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-118-282/+280Star
|\ \ \ \ | |_|/ / |/| | |
| * | | kbuild: dtbinst: remove unnecessary __dtbs_install_prep targetMasahiro Yamada2017-05-081-8/+0Star
| * | | objtool: make it visible in make V=1 outputJiri Slaby2017-05-031-2/+2
| * | | kbuild: Add support to generate LLVM assembly filesVinícius Tinti2017-04-251-0/+8
| * | | kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2017-04-231-1/+0Star
| * | | kbuild: fix asm-offset generation to work with clangJeroen Hofstee2017-04-231-2/+6
| * | | kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada2017-04-231-1/+0Star
| * | | kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2017-04-122-26/+30
| * | | kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2017-04-111-3/+3
| * | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Masahiro Yamada2017-03-102-242/+234Star
| |\ \ \ | | |/ / | |/| |
| | * | genksyms: Regenerate parserMichal Marek2017-01-051-240/+234Star
| | * | genksyms: Fix segfault with invalid declarationsMichal Marek2017-01-051-2/+0Star
* | | | treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-091-0/+3
* | | | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-091-0/+3
* | | | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-0/+1
* | | | scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-091-0/+1
* | | | checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-091-1/+3
* | | | checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-091-9/+8Star
* | | | checkpatch: add --typedefsfileJerome Forissier2017-05-091-17/+35
* | | | checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-091-3/+10
* | | | checkpatch: special audit for revert commit lineWei Wang2017-05-091-0/+1
* | | | checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-091-5/+7
* | | | checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-091-2/+4
* | | | checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-091-3/+3
* | | | checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-091-2/+2
* | | | checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-091-0/+11
* | | | checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-091-0/+26
* | | | checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol2017-05-091-13/+0Star
* | | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0621-184/+555
|\ \ \ \ | | |_|/ | |/| |
| * | | of: per-file dtc compiler flagsFrank Rowand2017-04-281-0/+2
| * | | dtc: update warning settings for new bus and node/property name checksRob Herring2017-03-292-1/+12
| * | | scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6Rob Herring2017-03-2219-182/+523
| * | | scripts/dtc: automate getting dtc version and log in update scriptRob Herring2017-03-221-1/+18
* | | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+1
|\ \ \ \
| * | | | ver_linux: Use /usr/bin/awk instead of /bin/awkSaul Wold2017-04-081-1/+1
| |/ / /