summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: add support for partial readsTadeusz Struk2018-12-172-19/+38
* tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler2018-11-131-4/+2
* tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler2018-11-131-4/+3
* tpm: tpm_try_transmit() refactor error flow.Tomas Winkler2018-11-131-7/+8
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-135-15/+14
* tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-132-20/+10
* tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler2018-11-131-10/+12
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-134-5/+5
* tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler2018-11-132-33/+23
* tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-133-48/+49
* tpm: tpm-space.c remove unneeded semicolonTomas Winkler2018-11-131-1/+1
* tpm: tpm-interface.c drop unused macrosTomas Winkler2018-11-131-4/+0
* tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-133-8/+19
* tpm: factor out tpm_startup functionTomas Winkler2018-11-134-45/+68
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-133-50/+68
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-136-151/+150
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-133-51/+63
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-135-81/+71
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-133-28/+23
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-134-123/+135
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-138-17/+25
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-138-288/+320
* tpm: sort objects in the MakefileTomas Winkler2018-11-131-3/+12
* tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler2018-11-132-164/+118
* tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler2018-11-131-4/+7
* tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-10-051-1/+1
* tpm: add support for nonblocking operationTadeusz Struk2018-10-056-45/+137
* tpm: add ptr to the tpm_space struct to file_privTadeusz Struk2018-10-054-25/+12
* tpm: Make SECURITYFS a weak dependencyPeter Huewe2018-10-051-1/+1
* tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-10-051-1/+2
* tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2018-10-052-2/+5
* tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-284-25/+20
* tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13
* tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+27
* tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-283-11/+14
* tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard2018-07-282-0/+3
* tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-07-281-1/+1
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-284-92/+88
* tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-281-4/+4
* tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij2018-07-281-1/+8
* tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen2018-07-282-70/+51
* tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen2018-07-281-42/+27
* tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen2018-07-281-17/+23
* tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen2018-07-281-32/+15
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-05-302-23/+19
* tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-182-3/+6
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-2/+1
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1
* tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2