summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen
2019-03-23tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen
2018-07-28tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger
2018-07-28tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard
2018-07-28tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-07-28tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen
2018-07-28tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen
2018-07-28tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen
2018-07-28tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-30tpm: fix race condition in tpm_common_write()Tadeusz Struk
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain
2018-05-14tpm_tis: verify locality released before returning from release_localityJerry Snitselaar
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas
2018-05-09tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen
2018-05-09tpm: Add explicit endianness castThiebaud Weksteen
2018-05-09tpm: st33zp24: remove redundant null check on chipColin Ian King
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain
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