summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-11-16selinux: remove unnecessary assignment to subdir-Masahiro Yamada1-1/+0
2017-11-16kbuild: specify FORCE in Makefile.headersinst as .PHONY targetMasahiro Yamada1-2/+3
2017-11-16kbuild: optimize object directory creation for incremental buildMasahiro Yamada1-0/+5
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada3-26/+6
2017-11-16kbuild: filter-out PHONY targets from "targets"Masahiro Yamada1-1/+1
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada3-6/+3
2017-11-16kbuild: create directory for make cache only when necessaryMasahiro Yamada1-4/+9
2017-11-13kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers1-2/+3
2017-11-13kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada1-0/+6
2017-11-13kbuild: Add a cache for generated variablesDouglas Anderson1-14/+76
2017-11-13kbuild: add forward declaration of default target to Makefile.asm-genericMasahiro Yamada1-0/+3
2017-10-30kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada1-4/+4
2017-10-26kbuild: comments cleanup in Makefile.libCao jin1-14/+7
2017-10-10kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada1-1/+1
2017-10-09kbuild: mkcompile_h: do not create .versionMasahiro Yamada1-6/+1
2017-10-09kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada1-10/+5
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf1-0/+2
2017-09-25Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+9
2017-09-20scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand1-13/+9
2017-09-20kbuild: rpm-pkg: fix version number handlingMasahiro Yamada3-15/+2
2017-09-20kbuild: deb-pkg: remove firmware package supportMasahiro Yamada1-21/+1
2017-09-20kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada1-6/+2
2017-09-15Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-70/+0
2017-09-15firmware: delete in-kernel firmwareGreg Kroah-Hartman1-70/+0
2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-20/+19
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+24
2017-09-13Merge tag 'docs-4.14' of git://git.lwn.net/linuxLinus Torvalds1-1/+0
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2017-09-12kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada1-16/+13
2017-09-12kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada1-2/+3
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+43
2017-09-09remove gperf left-overs from build systemLinus Torvalds1-9/+0
2017-09-09checkpatch: add 6 missing types to --list-typesJean Delvare1-1/+2
2017-09-09checkpatch: rename variables to avoid confusionJean Delvare1-16/+16
2017-09-09checkpatch: fix typo in commentJean Delvare1-1/+1
2017-09-09checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches1-0/+24
2017-09-09genksyms: fix gperf removal conversionLinus Torvalds2-2/+2
2017-09-08docs-rst: don't require adjustbox anymoreMauro Carvalho Chehab1-1/+0
2017-09-08Merge branch 'gperf-removal'Linus Torvalds14-662/+151
2017-09-08Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+12
2017-09-08Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2017-09-07modpost: simplify sec_name()Masahiro Yamada1-16/+11
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+13
2017-09-04Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds2-0/+613
2017-09-02kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel1-2/+2
2017-09-01Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn1-0/+1
2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada1-1/+1
2017-09-01scripts/dtc: fix '%zx' warningRussell King1-1/+1
2017-08-31kernel-doc parser mishandles declarations split into linesMarkus Heiser1-0/+4
2017-08-25Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-16/+15