summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* 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/+12Star
* 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/+20Star
* tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13Star
* 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/+88Star
* 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/+51Star
* tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen2018-07-281-42/+27Star
* 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/+15Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-05-302-23/+19Star
* 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/+1Star
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1Star
* tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2
* tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-143-10/+5Star
* tpm_tis: verify locality released before returning from release_localityJerry Snitselaar2018-05-141-1/+46
* tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas2018-05-101-3/+7
* tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King2018-05-091-2/+2
* tpm: Move eventlog declarations to its own headerThiebaud Weksteen2018-05-098-30/+41
* tpm: Move shared eventlog functions to common.cThiebaud Weksteen2018-05-094-184/+214
* tpm: Move eventlog files to a subdirectoryThiebaud Weksteen2018-05-096-9/+9
* tpm: Add explicit endianness castThiebaud Weksteen2018-05-091-2/+2
* tpm: st33zp24: remove redundant null check on chipColin Ian King2018-05-091-2/+0Star
* tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain2018-05-091-1/+2
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-04-085-120/+249
|\
| * tpm: fix intermittent failure with self testsJames Bottomley2018-03-233-40/+31Star
| * tpm: add retry logicJames Bottomley2018-03-232-15/+61
| * tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
| * tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-233-13/+26
| * tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
| * tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-232-5/+5
| * tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4
| * tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-233-47/+119
* | kernel.h: Retain constant expression output for max()/min()Kees Cook2018-04-051-4/+4
|/
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-272-0/+8
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+2
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-271-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+6
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+3