blob: 44af26809f6acd011251c222f879a851da1394f1 [file] [log] [blame]
95adc6b410b7 ("tpm: use u32 instead of int for PCR index")
cfddcb05e134 ("tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()")
5e335b5ecfa5 ("tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure")
7aee9c52d7ac ("tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure")
c82a330ceced ("tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c")
d4a317563207 ("tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c")
433d390f005d ("tpm: factor out tpm1_get_random into tpm1-cmd.c")
f4d916b72fea ("tpm: move tpm_getcap to tpm1-cmd.c")
1ad6640cd614 ("tpm: move tpm1_pcr_extend to tpm1-cmd.c")
70a3199a7101 ("tpm: factor out tpm_get_timeouts()")
d856c00f7d16 ("tpm: add tpm_calc_ordinal_duration() wrapper")
b2d6e6de005e ("tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c")
100b16a6f290 ("tpm: sort objects in the Makefile")
899102bc4518 ("tpm2: add new tpm2 commands according to TCG 1.36")
2ba5780ce305 ("tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x")
84b59f6487d8 ("tpm: fix response size validation in tpm_get_random()")
ce63c05b664e ("tpm: migrate tpm2_get_random() to use struct tpm_buf")
2ab3241161b3 ("tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf")
cc26c6ef58c7 ("tpm: migrate tpm2_shutdown() to use struct tpm_buf")
9b01b5356629 ("tpm: Move shared eventlog functions to common.c")
0bfb23746052 ("tpm: Move eventlog files to a subdirectory")
2be8ffed093b ("tpm: fix intermittent failure with self tests")
e2fb992d82c6 ("tpm: add retry logic")
0803d7befa15 ("tpm: self test failure should not cause suspend to fail")
076d35646027 ("tpm2: add longer timeouts for creation commands.")
65520d46a4ad ("tpm: tpm-interface: fix tpm_transmit/_cmd kdoc")
888d867df441 ("tpm: cmd_ready command can be issued only after granting locality")
3be23274755e ("tpm: fix potential buffer overruns caused by bit glitches on the bus")
b3e958ce4c58 ("tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()")
c382babccba2 ("tpm_tis: Move ilb_base_addr to tpm_tis_data")
0b66f2a05a80 ("tpm2-cmd: allow more attempts for selftest execution")
095531f891e6 ("tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented")
aad887f66411 ("tpm: use struct tpm_chip for tpm_chip_find_get()")
58cc1e4faf10 ("tpm: parse TPM event logs based on EFI table")
67cb8e113ecd ("tpm: rename event log provider files")
fd3ec3663718 ("tpm: move tpm_eventlog.h outside of drivers folder")
cf151a9a44d5 ("tpm: reduce tpm polling delay in tpm_tis_core")
87cdfdd19aef ("tpm: move wait_for_tpm_stat() to respective driver files")
125a22105410 ("tpm: React correctly to RC_TESTING from TPM 2.0 self tests")
87434f58be31 ("tpm: Use dynamic delay to wait for TPM 2.0 self test result")
2482b1bba512 ("tpm: Trigger only missing TPM 2.0 self tests")
da379f3c1db0 ("tpm: migrate pubek_show to struct tpm_buf")