summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-1033-363/+263
|\
| * kbuild: remove scripts/basic/% build targetMasahiro Yamada2019-03-051-3/+0
| * kbuild: use -Werror=implicit-... instead of -Werror-implicit-...Luc Van Oostenryck2019-03-041-1/+1
| * kbuild: clean up scripts/gcc-version.shMasahiro Yamada2019-03-043-22/+9
| * kbuild: remove cc-version macroMasahiro Yamada2019-03-042-21/+1
| * kbuild: update comment block of scripts/clang-version.shMasahiro Yamada2019-03-041-7/+3
| * kbuild: remove commented-out INITRD_COMPRESSMasahiro Yamada2019-03-041-13/+0
| * kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada2019-02-282-2/+4
| * kbuild: [bin]deb-pkg: add DPKG_FLAGS variableKacper KoƂodziej2019-02-281-2/+2
| * kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-272-15/+8
| * kbuild: invoke syncconfig if include/config/auto.conf.cmd is missingMasahiro Yamada2019-02-271-2/+5
| * kbuild: simplify single target rulesMasahiro Yamada2019-02-271-29/+18
| * kbuild: remove empty rules for makefilesMasahiro Yamada2019-02-271-8/+5
| * kbuild: make -r/-R effective in top Makefile for old Make versionsMasahiro Yamada2019-02-271-22/+26
| * kbuild: move tools_silent to a more relevant placeMasahiro Yamada2019-02-271-1/+5
| * kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-273-7/+21
| * kbuild: refactor cc-cross-prefix implementationMasahiro Yamada2019-02-271-8/+4
| * kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-272-4/+3
| * scripts/gdb: refactor rules for symlink creationMasahiro Yamada2019-02-271-7/+11
| * kbuild: create symlink to vmlinux-gdb.py in scripts_gdb targetMasahiro Yamada2019-02-271-3/+1
| * scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada2019-02-273-9/+5
| * kbuild: remove unimportant comments from ./KbuildMasahiro Yamada2019-02-271-11/+4
| * scripts/gdb: delay generation of gdb constants.pyMasahiro Yamada2019-02-272-10/+11
| * kbuild: turn '/' into an alias of './'Masahiro Yamada2019-02-202-3/+4
| * kbuild: set KBUILD_MODULES=1 all the time for single target %/Masahiro Yamada2019-02-201-6/+3
| * kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada2019-02-201-0/+2
| * kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada2019-02-204-10/+12
| * kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LDNick Desaulniers2019-02-201-1/+1
| * kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-202-6/+9
| * kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada2019-02-191-1/+1
| * kallsyms: remove unneeded memset() callsMasahiro Yamada2019-02-191-3/+0
| * kallsyms: add static qualifiers where missingMasahiro Yamada2019-02-191-4/+4
| * kbuild: gitignore output directoryVladimir Kondratiev2019-02-191-0/+3
| * kbuild: remove meaningless prepare2 targetMasahiro Yamada2019-01-281-7/+3
| * kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-283-15/+14
| * kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-289-19/+25
| * s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada2019-01-283-18/+15
| * kbuild: simplify rules of data compression with size appendingMasahiro Yamada2019-01-281-11/+7
| * kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada2019-01-283-31/+18
| * kbuild: remove top-level built-in.aMasahiro Yamada2019-01-283-37/+10
| * kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada2019-01-282-7/+10
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-1039-744/+1876
|\ \
| * \ Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tp...James Morris2019-02-1339-744/+1876
| |\ \
| | * | tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger2019-02-131-6/+16
| | * | tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger2019-02-131-2/+29
| | * | tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger2019-02-131-1/+1
| | * | tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger2019-02-131-10/+11
| | * | tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger2019-02-131-8/+8
| | * | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-138-38/+82
| | * | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Roberto Sassu2019-02-131-14/+24