summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2018-12-17tpm: add support for partial readsTadeusz Struk
2018-11-13tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler
2018-11-13tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler
2018-11-13tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler
2018-11-13tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler
2018-11-13tpm: tpm-space.c remove unneeded semicolonTomas Winkler
2018-11-13tpm: tpm-interface.c drop unused macrosTomas Winkler
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler
2018-11-13tpm: factor out tpm_startup functionTomas Winkler
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler
2018-11-13tpm: sort objects in the MakefileTomas Winkler
2018-11-13tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler
2018-11-13tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2018-10-05tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-10-05tpm: add support for nonblocking operationTadeusz Struk
2018-10-05tpm: add ptr to the tpm_space struct to file_privTadeusz Struk
2018-10-05tpm: Make SECURITYFS a weak dependencyPeter Huewe
2018-10-05tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-10-05tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen
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