summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-035-32/+7
|\
| * kbuild: remove cc-name variableMasahiro Yamada2018-11-021-4/+0
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
| * merge_config.sh: Allow to define config prefixPetr Vorel2018-11-021-1/+5
| * kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-021-4/+0
| * kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-021-8/+1
| * kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-022-15/+1
* | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-0/+1
|\ \
| * | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-301-0/+1
* | | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-013-0/+488
|\ \ \
| * | | stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-041-0/+8
| * | | fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+12
| * | | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-043-0/+449
| * | | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+19
* | | | checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0
| |_|/ |/| |
* | | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-281-1/+0
|\ \ \
| * | | Makefile: Globally enable VLA warningKees Cook2018-10-111-1/+0
| |/ /
* | | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-286-68/+34
|\ \ \
| * | | modpost: Create macro to avoid variable shadowingLeonardo Bras2018-10-291-4/+15
| * | | ASN.1: Remove unnecessary shadowed local variableLeonardo Bras2018-10-291-1/+1
| * | | kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada2018-10-191-8/+6
| * | | kbuild: remove unneeded link_multi_depsMasahiro Yamada2018-10-191-18/+2
| * | | modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada2018-10-191-4/+3
| * | | kbuild: simplify command line creation in scripts/mkmakefileMasahiro Yamada2018-10-041-7/+1
| * | | kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada2018-10-041-4/+3
| * | | kbuild: remove user ID check in scripts/mkmakefileMasahiro Yamada2018-10-041-1/+0
| * | | kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada2018-10-041-6/+0
| * | | kbuild: remove old check for CFLAGS useMasahiro Yamada2018-09-131-10/+0
| * | | kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada2018-09-131-1/+1
| * | | kallsyms: remove left-over Blackfin codeMasahiro Yamada2018-09-101-2/+0
| * | | kallsyms: reduce size a little on 64-bitJan Beulich2018-09-101-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-1/+1
|\ \ \ \
| * | | | scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai2018-10-261-1/+1
* | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2626-241/+1037
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-043-4/+3
| |\ \ \ \
| | * | | | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-023-4/+3
| | | |/ / | | |/| |
| * | | | scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring2018-09-2023-236/+1033
| * | | | scripts/dtc: Add yamltree.c to dtc sourcesRob Herring2018-09-191-1/+1
| |/ / /
* | | | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-242-71/+4
|\ \ \ \
| * | | | kernel-doc: fix declaration type determinationRandy Dunlap2018-10-181-4/+4
| * | | | Drop all 00-INDEX files from Documentation/Henrik Austad2018-09-091-67/+0
* | | | | Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-231-3/+3
|\ \ \ \ \
| * | | | | extract-vmlinux: Check for uncompressed image as fallbackHelge Deller2018-10-171-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-232-1/+5
|\ \ \ \ \
| * | | | | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-042-1/+5
| |/ / / /
* | | | | Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-10-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley2018-09-191-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-171-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | selftests: add headers_install to lib.mkAnders Roxell2018-09-051-0/+13
| |/ /
* | | Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-09-099-35/+46
|\ \ \