summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-091-1/+2
* checkpatch: rename variables to avoid confusionJean Delvare2017-09-091-16/+16
* checkpatch: fix typo in commentJean Delvare2017-09-091-1/+1
* checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-091-0/+24
* Merge branch 'gperf-removal'Linus Torvalds2017-09-0814-662/+151Star
|\
| * Remove gperf usage from toolchainLinus Torvalds2017-08-1914-662/+151Star
* | Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-083-5/+12
|\ \
| * \ Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook2017-08-072-2/+12
| |\ \
| | * | gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel2017-08-072-2/+12
| * | | randstruct: Enable function pointer struct detectionKees Cook2017-08-021-3/+0Star
| |/ /
* | | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-4/+4
|\ \ \
| * | | of: search scripts/dtc/include-prefixes path for both CPP and DTCMasahiro Yamada2017-08-211-2/+4
| * | | of: remove arch/$(SRCARCH)/boot/dts from include search path for CPPMasahiro Yamada2017-08-211-1/+0Star
| * | | of: remove drivers/of/testcase-data from include search path for CPPMasahiro Yamada2017-08-211-1/+0Star
* | | | modpost: simplify sec_name()Masahiro Yamada2017-09-071-16/+11Star
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-4/+13
|\ \ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-103-26/+195
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-4/+10
| * | | | objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-251-0/+3
| | |/ / | |/| |
* | | | Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds2017-09-042-0/+613
|\ \ \ \
| * | | | kernel-doc parser mishandles declarations split into linesMarkus Heiser2017-08-311-0/+4
| * | | | scripts/sphinx-pre-install: add minimum support for RHELMauro Carvalho Chehab2017-08-071-12/+42
| * | | | sphinx-pre-install: add support for MageiaMauro Carvalho Chehab2017-07-241-1/+36
| * | | | sphinx-pre-install: fix USE needs for GraphViz and ImageMagickMauro Carvalho Chehab2017-07-231-1/+6
| * | | | sphinx-pre-install: add dependencies for ImageMagick to work with svgMauro Carvalho Chehab2017-07-231-0/+6
| * | | | sphinx-pre-install: check for the need of graphviz-gdMauro Carvalho Chehab2017-07-231-0/+9
| * | | | sphinx-pre-install: use a requirements fileMauro Carvalho Chehab2017-07-231-3/+2Star
| * | | | sphinx-pre-install: detect an existing virtualenvMauro Carvalho Chehab2017-07-231-10/+18
| * | | | scripts/sphinx-pre-install: add a script to check Sphinx installMauro Carvalho Chehab2017-07-231-0/+517
| |/ / /
* | | | scripts/dtc: fix '%zx' warningRussell King2017-09-011-1/+1
* | | | Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-246-16/+15Star
|\ \ \ \ | |_|/ / |/| | |
| * | | kbuild: update comments of Makefile.asm-genericCao jin2017-08-241-2/+2
| * | | kbuild: Do not use hyphen in exported variable nameBen Hutchings2017-08-211-2/+2
| * | | fixdep: trivial: typo fix and correctionCao jin2017-08-091-3/+3
| * | | kbuild: trivial cleanups on the commentsCao jin2017-08-093-9/+8Star
* | | | parse-maintainers: Move matching sections from MAINTAINERSJoe Perches2017-08-081-0/+12
* | | | parse-maintainers: Use perl hash references and specific filenamesJoe Perches2017-08-081-23/+34
* | | | parse-maintainers: Add section pattern sortingJoe Perches2017-08-081-21/+49
* | | | get_maintainer: Prepare for separate MAINTAINERS filesJoe Perches2017-08-081-25/+66
|/ / /
* | | Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-291-1/+1
|\ \ \ | |_|/ |/| |
| * | scripts/dtc: dtx_diff - update include dts paths to match buildFrank Rowand2017-07-201-1/+1
| |/
* / Properly alphabetize MAINTAINERS fileLinus Torvalds2017-07-241-0/+77
|/
* Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-131-25/+4Star
|\
| * kbuild: remove wrapper files handling from Makefile.headersinstMasahiro Yamada2017-07-111-10/+1Star
| * kbuild: do not include old-kbuild-file from Makefile.headersinstMasahiro Yamada2017-07-111-5/+0Star
| * kbuild: pass dst= to Makefile.headersinst from top MakefileMasahiro Yamada2017-07-091-6/+2Star
| * kbuild: remove useless $(gen) variable in Makefile.headersinstMasahiro Yamada2017-07-091-4/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-134-6/+101
|\ \
| * | checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-131-2/+10
| * | scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2017-07-131-3/+10