Age | Commit message (Expand) | Author | Files | Lines |
2020-04-21 | tpm: fix wrong return value in tpm_pcr_extend | Tianjia Zhang | 1 | -1/+1 |
2019-11-12 | KEYS: trusted: Move TPM2 trusted keys code | Sumit Garg | 1 | -56/+0 |
2019-11-12 | tpm: Add a flag to indicate TPM power is managed by firmware | Stephen Boyd | 1 | -1/+7 |
2019-09-25 | tpm: Wrap the buffer from the caller to tpm_buf in tpm_send() | Jarkko Sakkinen | 1 | -7/+2 |
2019-09-25 | KEYS: trusted: correctly initialize digests and fix locking issue | Roberto Sassu | 1 | -5/+9 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -6/+1 |
2019-04-08 | tpm: turn on TPM on suspend for TPM 1.x | Jarkko Sakkinen | 1 | -8/+6 |
2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 1 | -19/+11 |
2019-02-13 | tpm: retrieve digest size of unknown algorithms with PCR read | Roberto Sassu | 1 | -8/+8 |
2019-02-13 | tpm: rename and export tpm2_digest and tpm2_algorithms | Roberto Sassu | 1 | -1/+1 |
2019-02-13 | tpm: dynamically allocate the allocated_banks array | Roberto Sassu | 1 | -8/+10 |
2019-02-13 | tpm: remove @flags from tpm_transmit() | Jarkko Sakkinen | 1 | -14/+8 |
2019-02-13 | tpm: take TPM chip power gating out of tpm_transmit() | Jarkko Sakkinen | 1 | -9/+9 |
2019-02-13 | tpm: introduce tpm_chip_start() and tpm_chip_stop() | Jarkko Sakkinen | 1 | -81/+3 |
2019-02-13 | tpm: remove TPM_TRANSMIT_UNLOCKED flag | Jarkko Sakkinen | 1 | -8/+0 |
2019-02-13 | tpm: remove @space from tpm_transmit() | Jarkko Sakkinen | 1 | -14/+11 |
2019-02-13 | tpm: move TPM space code out of tpm_transmit() | Jarkko Sakkinen | 1 | -24/+3 |
2019-02-13 | tpm: move tpm_validate_commmand() to tpm2-space.c | Jarkko Sakkinen | 1 | -55/+15 |
2019-02-13 | tpm: clean up tpm_try_transmit() error handling flow | Jarkko Sakkinen | 1 | -51/+43 |
2019-02-13 | tpm: access command header through struct in tpm_try_transmit() | Jarkko Sakkinen | 1 | -2/+2 |
2019-02-13 | tpm: declare struct tpm_header | Jarkko Sakkinen | 1 | -13/+8 |
2019-02-13 | tpm: print tpm2_commit_space() error inside tpm2_commit_space() | Jarkko Sakkinen | 1 | -2/+0 |
2019-02-13 | tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter | Jarkko Sakkinen | 1 | -31/+36 |
2019-02-13 | tpm: don't print error message in tpm_transmit_cmd when tpm still testing | Jerry Snitselaar | 1 | -1/+1 |
2019-02-13 | tpm: Unify the send callback behaviour | Jarkko Sakkinen | 1 | -1/+10 |
2018-11-13 | tpm: tpm_try_transmit() refactor error flow. | Tomas Winkler | 1 | -7/+8 |
2018-11-13 | tpm: use u32 instead of int for PCR index | Tomas Winkler | 1 | -3/+3 |
2018-11-13 | tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read() | Tomas Winkler | 1 | -1/+1 |
2018-11-13 | tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure | Tomas Winkler | 1 | -1/+1 |
2018-11-13 | tpm: tpm-interface.c drop unused macros | Tomas Winkler | 1 | -4/+0 |
2018-11-13 | tpm: add tpm_auto_startup() into tpm-interface.c | Tomas Winkler | 1 | -0/+15 |
2018-11-13 | tpm: factor out tpm_startup function | Tomas Winkler | 1 | -41/+0 |
2018-11-13 | tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c | Tomas Winkler | 1 | -50/+5 |
2018-11-13 | tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c | Tomas Winkler | 1 | -145/+3 |
2018-11-13 | tpm: factor out tpm1_get_random into tpm1-cmd.c | Tomas Winkler | 1 | -51/+7 |
2018-11-13 | tpm: move tpm_getcap to tpm1-cmd.c | Tomas Winkler | 1 | -46/+1 |
2018-11-13 | tpm: move tpm1_pcr_extend to tpm1-cmd.c | Tomas Winkler | 1 | -28/+0 |
2018-11-13 | tpm: factor out tpm_get_timeouts() | Tomas Winkler | 1 | -123/+4 |
2018-11-13 | tpm: add tpm_calc_ordinal_duration() wrapper | Tomas Winkler | 1 | -4/+20 |
2018-11-13 | tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c | Tomas Winkler | 1 | -282/+2 |
2018-10-05 | tpm: add support for nonblocking operation | Tadeusz Struk | 1 | -5/+19 |
2018-10-05 | tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated | Javier Martinez Canillas | 1 | -1/+2 |
2018-10-05 | tpm: fix response size validation in tpm_get_random() | Jarkko Sakkinen | 1 | -1/+2 |
2018-07-28 | tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED | Jarkko Sakkinen | 1 | -7/+6 |
2018-07-28 | tpm: rename tpm_chip_find_get() to tpm_find_get_ops() | Stefan Berger | 1 | -7/+7 |
2018-07-28 | tpm: Return the actual size when receiving an unsupported command | Ricardo Schwarzmeier | 1 | -1/+1 |
2018-07-28 | tpm: separate cmd_ready/go_idle from runtime_pm | Tomas Winkler | 1 | -10/+41 |
2018-05-14 | tpm: reduce poll sleep time in tpm_transmit() | Nayna Jain | 1 | -1/+1 |
2018-05-09 | tpm: move the delay_msec increment after sleep in tpm_transmit() | Nayna Jain | 1 | -1/+2 |
2018-03-23 | tpm: fix intermittent failure with self tests | James Bottomley | 1 | -2/+14 |