index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm2-cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
tpm: Add check for Failure mode for TPM2 modules
MÃ¥rten Lindahl
1
-0
/
+6
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
1
-1
/
+5
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-01-09
tpm: Add Upgrade/Reduced mode support for TPM2 modules
axelj
1
-0
/
+6
2021-06-23
tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATURE
Amir Mizinski
1
-1
/
+1
2021-05-12
tpm: fix error return code in tpm2_get_cc_attrs_tbl()
Zhen Lei
1
-0
/
+1
2020-04-21
tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
Stefan Berger
1
-0
/
+1
2020-03-15
tpm: ibmvtpm: Add support for TPM2
Stefan Berger
1
-1
/
+1
2020-02-17
tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
Roberto Sassu
1
-0
/
+2
2019-12-17
security: keys: trusted: fix lost handle flush
James Bottomley
1
-0
/
+1
2019-11-12
KEYS: trusted: Move TPM2 trusted keys code
Sumit Garg
1
-307
/
+0
2019-11-12
tpm: add check after commands attribs tab allocation
Tadeusz Struk
1
-0
/
+4
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
1
-5
/
+1
2019-06-24
tpm: Actually fail on TPM errors during "get random"
Kees Cook
1
-2
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
1
-7
/
+3
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
1
-18
/
+67
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
1
-9
/
+9
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
1
-10
/
+21
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
1
-27
/
+21
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
1
-9
/
+4
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
1
-16
/
+14
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
1
-2
/
+2
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
1
-22
/
+15
2018-11-13
tpm: fix kdoc for tpm2_flush_context_cmd()
Tomas Winkler
1
-4
/
+3
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
1
-3
/
+2
2018-11-13
tpm: factor out tpm_startup function
Tomas Winkler
1
-2
/
+32
2018-11-13
tpm: factor out tpm_get_timeouts()
Tomas Winkler
1
-0
/
+22
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
1
-1
/
+0
2018-11-13
tpm2: add new tpm2 commands according to TCG 1.36
Tomas Winkler
1
-148
/
+93
2018-10-05
tpm: fix response size validation in tpm_get_random()
Jarkko Sakkinen
1
-1
/
+3
2018-07-28
tpm: migrate tpm2_get_random() to use struct tpm_buf
Jarkko Sakkinen
1
-61
/
+41
2018-07-28
tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
Jarkko Sakkinen
1
-42
/
+27
2018-07-28
tpm: migrate tpm2_probe() to use struct tpm_buf
Jarkko Sakkinen
1
-17
/
+23
2018-07-28
tpm: migrate tpm2_shutdown() to use struct tpm_buf
Jarkko Sakkinen
1
-32
/
+15
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-03-23
tpm: fix intermittent failure with self tests
James Bottomley
1
-38
/
+16
2018-03-23
tpm2: add longer timeouts for creation commands.
Tomas Winkler
1
-3
/
+5
2018-02-27
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-0
/
+4
2018-01-08
tpm2-cmd: allow more attempts for selftest execution
Alexander.Steffen@infineon.com
1
-7
/
+5
2017-10-18
tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
Jarkko Sakkinen
1
-2
/
+2
2017-10-18
tpm: React correctly to RC_TESTING from TPM 2.0 self tests
Alexander Steffen
1
-41
/
+11
2017-10-18
tpm: Use dynamic delay to wait for TPM 2.0 self test result
Alexander Steffen
1
-8
/
+9
2017-10-18
tpm: Trigger only missing TPM 2.0 self tests
Alexander Steffen
1
-2
/
+2
2017-09-24
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
1
-1
/
+1
2017-07-07
tpm: use tpm2_pcr_read() in tpm2_do_selftest()
Roberto Sassu
1
-30
/
+1
2017-07-07
tpm: use tpm_buf functions in tpm2_pcr_read()
Roberto Sassu
1
-30
/
+30
2017-07-07
tpm: consolidate the TPM startup code
Jarkko Sakkinen
1
-31
/
+1
2017-06-13
tpm: vtpm_proxy: Suppress error logging when in closed state
Stefan Berger
1
-1
/
+1
2017-04-03
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
1
-16
/
+17
[next]