summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: optimize object directory creation for incremental buildMasahiro Yamada2017-11-161-0/+5
* kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-163-26/+6Star
* kbuild: filter-out PHONY targets from "targets"Masahiro Yamada2017-11-161-1/+1
* kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-163-6/+3Star
* kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-161-4/+9
* kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2017-11-131-2/+3
* kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada2017-11-131-0/+6
* kbuild: Add a cache for generated variablesDouglas Anderson2017-11-131-14/+76
* kbuild: add forward declaration of default target to Makefile.asm-genericMasahiro Yamada2017-11-131-0/+3
* kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada2017-10-301-4/+4
* kbuild: comments cleanup in Makefile.libCao jin2017-10-261-14/+7Star
* kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada2017-10-101-1/+1
* kbuild: mkcompile_h: do not create .versionMasahiro Yamada2017-10-091-6/+1Star
* kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada2017-10-091-10/+5Star
* objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf2017-09-281-0/+2
* Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-251-13/+9Star
|\
| * scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand2017-09-201-13/+9Star
* | kbuild: rpm-pkg: fix version number handlingMasahiro Yamada2017-09-203-15/+2Star
* | kbuild: deb-pkg: remove firmware package supportMasahiro Yamada2017-09-201-21/+1Star
* | kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada2017-09-201-6/+2Star
|/
* Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-151-70/+0Star
|\
| * firmware: delete in-kernel firmwareGreg Kroah-Hartman2017-09-141-70/+0Star
* | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-143-20/+19Star
|\ \
| * | kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada2017-09-121-16/+13Star
| * | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada2017-09-121-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/+0Star
|\ \ \ \
| * | | | docs-rst: don't require adjustbox anymoreMauro Carvalho Chehab2017-09-081-1/+0Star
* | | | | 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-08-011-1/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-18/+43
|\ \ \ \ \
| * | | | | 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
| | |/ / / | |/| | |
* | | | | remove gperf left-overs from build systemLinus Torvalds2017-09-091-9/+0Star
* | | | | genksyms: fix gperf removal conversionLinus Torvalds2017-09-082-2/+2
|/ / / /
* | | | 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