summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley
2018-03-23tpm: add retry logicJames Bottomley
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-01-08tpm: remove unused variablesArnd Bergmann
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas
2018-01-08tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas
2018-01-08tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh
2018-01-08tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen
2018-01-08tpm: rename event log provider filesThiebaud Weksteen
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain
2018-01-08tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure
2017-10-18tpm: fix duplicate inline declaration specifierRuben Roy
2017-10-18tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen
2017-10-18tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen
2017-10-18tpm-dev-common: Reject too short writesAlexander Steffen
2017-10-18tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen
2017-10-18tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen
2017-10-18tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An
2017-10-18tpm: constify transmit data pointersArnd Bergmann