summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-241-13/+9
|\
| * scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand2017-09-201-13/+9
* | kbuild: rpm-pkg: fix version number handlingMasahiro Yamada2017-09-213-15/+2
* | kbuild: deb-pkg: remove firmware package supportMasahiro Yamada2017-09-211-21/+1
* | kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada2017-09-211-6/+2
|/
* Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-151-70/+0
|\
| * firmware: delete in-kernel firmwareGreg Kroah-Hartman2017-09-141-70/+0
* | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-143-20/+19
|\ \
| * | kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada2017-09-131-16/+13
| * | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada2017-09-131-2/+3
| * | kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel2017-09-021-2/+2
| * | Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn2017-09-011-0/+1
| * | kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2017-09-011-1/+1
* | | Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-131-5/+24
|\ \ \
| * | | modpost: abort if module name is too longWanlong Gao2017-07-251-5/+24
* | | | Merge tag 'docs-4.14' of git://git.lwn.net/linuxLinus Torvalds2017-09-131-1/+0
|\ \ \ \
| * | | | docs-rst: don't require adjustbox anymoreMauro Carvalho Chehab2017-09-081-1/+0
* | | | | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-1/+6
|\ \ \ \ \
| * | | | | selinux: genheaders should fail if too many permissions are definedStephen Smalley2017-07-311-1/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-18/+43
|\ \ \ \ \
| * | | | | checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-081-1/+2
| * | | | | checkpatch: rename variables to avoid confusionJean Delvare2017-09-081-16/+16
| * | | | | checkpatch: fix typo in commentJean Delvare2017-09-081-1/+1
| * | | | | checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-081-0/+24
| | |/ / / | |/| | |
* | | | | remove gperf left-overs from build systemLinus Torvalds2017-09-091-9/+0
* | | | | genksyms: fix gperf removal conversionLinus Torvalds2017-09-082-2/+2
|/ / / /
* | | | Merge branch 'gperf-removal'Linus Torvalds2017-09-0714-662/+151
|\ \ \ \
| * | | | Remove gperf usage from toolchainLinus Torvalds2017-08-1914-662/+151
* | | | | Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-073-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-011-3/+0
| |/ / / /
* | | | | 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/+0
| * | | | | of: remove drivers/of/testcase-data from include search path for CPPMasahiro Yamada2017-08-211-1/+0
* | | | | | modpost: simplify sec_name()Masahiro Yamada2017-09-061-16/+11
* | | | | | 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-032-0/+613
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | kernel-doc parser mishandles declarations split into linesMarkus Heiser2017-08-301-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-231-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/+2
| * | | | | sphinx-pre-install: detect an existing virtualenvMauro Carvalho Chehab2017-07-231-10/+18