index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm2-cmd.c
Age
Commit message (
Expand
)
Author
4 days
tpm2-sessions: Open code tpm_buf_append_hmac_session()
Jarkko Sakkinen
4 days
tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_auth
Jarkko Sakkinen
4 days
tpm2-sessions: Fix tpm2_read_public range checks
Jarkko Sakkinen
4 days
tpm2-sessions: Fix out of range indexing in name_size
Jarkko Sakkinen
5 days
tpm: Cap the number of PCR banks
Jarkko Sakkinen
9 days
KEYS: trusted: Replace a redundant instance of tpm2_hash_map
Jarkko Sakkinen
2025-10-10
tpm: use a map for tpm2_calc_ordinal_duration()
Jarkko Sakkinen
2025-03-27
tpm: Lazily flush auth session when getting random data
Jonathan McDowell
2024-11-13
tpm: Opt-in in disable PCR integrity protection
Jarkko Sakkinen
2024-05-28
tpm: Open code tpm_buf_parameters()
Jarkko Sakkinen
2024-05-09
tpm: add session encryption protection to tpm2_get_random()
James Bottomley
2024-05-09
tpm: add hmac checks to tpm2_pcr_extend()
James Bottomley
2024-05-09
tpm: Add NULL primary creation
James Bottomley
2023-02-13
tpm: add vendor flag to command code validation
Julien Gomes
2022-08-03
tpm: Add check for Failure mode for TPM2 modules
MÃ¥rten Lindahl
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
2022-01-09
tpm: Add Upgrade/Reduced mode support for TPM2 modules
axelj
2021-06-23
tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATURE
Amir Mizinski
2021-05-12
tpm: fix error return code in tpm2_get_cc_attrs_tbl()
Zhen Lei
2020-04-21
tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
Stefan Berger
2020-03-15
tpm: ibmvtpm: Add support for TPM2
Stefan Berger
2020-02-17
tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
Roberto Sassu
2019-12-17
security: keys: trusted: fix lost handle flush
James Bottomley
2019-11-12
KEYS: trusted: Move TPM2 trusted keys code
Sumit Garg
2019-11-12
tpm: add check after commands attribs tab allocation
Tadeusz Struk
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
2019-06-24
tpm: Actually fail on TPM errors during "get random"
Kees Cook
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
2018-11-13
tpm: fix kdoc for tpm2_flush_context_cmd()
Tomas Winkler
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
2018-11-13
tpm: factor out tpm_startup function
Tomas Winkler
2018-11-13
tpm: factor out tpm_get_timeouts()
Tomas Winkler
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
2018-11-13
tpm2: add new tpm2 commands according to TCG 1.36
Tomas Winkler
2018-10-05
tpm: fix response size validation in tpm_get_random()
Jarkko Sakkinen
2018-07-28
tpm: migrate tpm2_get_random() to use struct tpm_buf
Jarkko Sakkinen
2018-07-28
tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
Jarkko Sakkinen
2018-07-28
tpm: migrate tpm2_probe() to use struct tpm_buf
Jarkko Sakkinen
2018-07-28
tpm: migrate tpm2_shutdown() to use struct tpm_buf
Jarkko Sakkinen
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
[next]