summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
| * | | | tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1
| * | | | tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
| * | | | tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
| * | | | tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44
| * | | | tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-072-0/+117
| * | | | tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
| * | | | tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
| * | | | tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-072-0/+37
| * | | | Add "shutdown" to "struct class".Josh Zimmerman2017-07-072-1/+7
* | | | | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0712-72/+93
|\ \ \ \ \
| * | | | | tile: remove unneeded extra-y in MakefileMasahiro Yamada2017-06-301-1/+0
| * | | | | kbuild: thin archives make default for all archsNicholas Piggin2017-06-303-14/+5
| * | | | | x86/um: thin archives build fixNicholas Piggin2017-06-301-1/+1
| * | | | | tile: thin archives fix linkingNicholas Piggin2017-06-301-7/+7
| * | | | | ia64: thin archives fix linkingNicholas Piggin2017-06-301-6/+9
| * | | | | sh: thin archives fix linkingNicholas Piggin2017-06-301-8/+8
| * | | | | kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin2017-06-303-15/+46
| * | | | | kbuild: thin archives use P option to arNicholas Piggin2017-06-302-5/+5
| * | | | | kbuild: thin archives final link close --whole-archives optionNicholas Piggin2017-06-301-3/+3
| * | | | | ia64: remove unneeded extra-y in Makefile.gateMasahiro Yamada2017-06-301-3/+1
| * | | | | tile: fix dependency and .*.cmd inclusion for incremental buildMasahiro Yamada2017-06-301-6/+5
| * | | | | sparc64: Use indirect calls in hamming weight stubsDavid S. Miller2017-06-301-8/+8
* | | | | | Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0725-26/+37
|\ \ \ \ \ \
| * | | | | | kbuild: create deterministic initramfs directory listingsBjørn Forsman2017-07-031-1/+1
| * | | | | | scripts/mkcompile_h: Remove trailing spaces from compiler versionJonathan Liu2017-06-191-1/+1
| * | | | | | scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-1424-25/+37
* | | | | | | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-0712-104/+67
|\ \ \ \ \ \ \
| * | | | | | | kbuild: improve comments on KBUILD_SRCCao jin2017-07-031-3/+3
| * | | | | | | x86/build: Specify stack alignment for clangMatthias Kaehlcke2017-06-251-5/+21
| * | | | | | | x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke2017-06-251-4/+5
| * | | | | | | kbuild: Add __cc-option macroMatthias Kaehlcke2017-06-253-9/+13
| * | | | | | | kbuild: remove cc-option-alignMasahiro Yamada2017-06-253-25/+3
| * | | | | | | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-224-26/+13
| * | | | | | | kbuild: clang: Disable 'address-of-packed-member' warningMatthias Kaehlcke2017-06-221-0/+1
| * | | | | | | kbuild: remove duplicated arch/*/include/generated/uapi include pathMasahiro Yamada2017-06-101-4/+2
| * | | | | | | kbuild: speed up checksyscalls.shArnd Bergmann2017-06-101-7/+4
| * | | | | | | kbuild: simplify silent build (-s) detectionMasahiro Yamada2017-06-063-22/+3
* | | | | | | | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2017-07-0742-509/+1011
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests: membarrier: use ksft_* var arg msg apiShuah Khan2017-06-301-50/+41
| * | | | | | | | selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Shuah Khan2017-06-301-36/+58
| * | | | | | | | selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiShuah Khan2017-06-301-26/+33
| * | | | | | | | selftests: breakpoint_test: use ksft_* var arg msg apiShuah Khan2017-06-301-12/+16
| * | | | | | | | kselftest: add ksft_print_msg() function to output general informationPaul Elder2017-06-301-0/+10
| * | | | | | | | kselftest: make ksft_* output functions variadicPaul Elder2017-06-301-12/+43
| * | | | | | | | selftests/capabilities: Fix the test_execve testAndy Lutomirski2017-06-301-5/+2
| * | | | | | | | selftests: intel_pstate: add .gitignoreShuah Khan2017-06-301-0/+2
| * | | | | | | | selftests: fix memory-hotplug testPo-Hsu Lin2017-06-301-16/+54
| * | | | | | | | selftests: add missing test name in memory-hotplug testPo-Hsu Lin2017-06-301-0/+1
| * | | | | | | | selftests: check percentage range for memory-hotplug testPo-Hsu Lin2017-06-301-0/+4