kernel_optimize_test/drivers/char/tpm
Linus Torvalds 4b3f1a1515 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull TPM updates from James Morris:
 "This release contains only bug fixes. There are no new major features
  added"

* 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  tpm: fix intermittent failure with self tests
  tpm: add retry logic
  tpm: self test failure should not cause suspend to fail
  tpm2: add longer timeouts for creation commands.
  tpm_crb: use __le64 annotated variable for response buffer address
  tpm: fix buffer type in tpm_transmit_cmd
  tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
  tpm: cmd_ready command can be issued only after granting locality
2018-04-07 16:46:56 -07:00
..
st33zp24 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus 2018-02-26 15:43:45 -08:00
Kconfig
Makefile
tpm_atmel.c
tpm_atmel.h
tpm_crb.c tpm_crb: use __le64 annotated variable for response buffer address 2018-03-23 10:18:06 +02:00
tpm_eventlog_acpi.c
tpm_eventlog_efi.c
tpm_eventlog_of.c
tpm_i2c_atmel.c
tpm_i2c_infineon.c tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus 2018-02-26 15:43:44 -08:00
tpm_i2c_nuvoton.c tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus 2018-02-26 15:43:44 -08:00
tpm_ibmvtpm.c
tpm_ibmvtpm.h
tpm_infineon.c
tpm_nsc.c
tpm_ppi.c
tpm_tis_core.c tpm: cmd_ready command can be issued only after granting locality 2018-03-23 10:18:05 +02:00
tpm_tis_core.h kernel.h: Retain constant expression output for max()/min() 2018-04-05 14:17:16 -07:00
tpm_tis_spi.c
tpm_tis.c
tpm_vtpm_proxy.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
tpm-chip.c
tpm-dev-common.c
tpm-dev.c
tpm-dev.h
tpm-interface.c tpm: fix intermittent failure with self tests 2018-03-23 10:25:09 +02:00
tpm-sysfs.c
tpm.h tpm: fix intermittent failure with self tests 2018-03-23 10:25:09 +02:00
tpm1_eventlog.c
tpm2_eventlog.c
tpm2-cmd.c tpm: fix intermittent failure with self tests 2018-03-23 10:25:09 +02:00
tpm2-space.c
tpmrm-dev.c
xen-tpmfront.c