index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
tpm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
Jarkko Sakkinen
1
-48
/
+20
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_name()
Jarkko Sakkinen
1
-9
/
+12
2024-05-28
tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
Jarkko Sakkinen
1
-15
/
+0
2024-05-28
tpm: Open code tpm_buf_parameters()
Jarkko Sakkinen
1
-2
/
+0
2024-05-09
tpm: disable the TPM if NULL name changes
James Bottomley
1
-1
/
+3
2024-05-09
tpm: Add the rest of the session HMAC API
James Bottomley
1
-0
/
+69
2024-05-09
tpm: Add HMAC session name/handle append
James Bottomley
1
-0
/
+26
2024-05-09
tpm: Add HMAC session start and end functions
James Bottomley
1
-0
/
+34
2024-05-09
tpm: Add NULL primary creation
James Bottomley
1
-0
/
+69
2024-05-09
tpm: add buffer function to point to returned parameters
James Bottomley
1
-0
/
+2
2024-05-09
tpm: Add tpm_buf_read_{u8,u16,u32}
Jarkko Sakkinen
1
-0
/
+5
2024-05-09
tpm: TPM2B formatted buffers
Jarkko Sakkinen
1
-0
/
+4
2024-05-09
tpm: Store the length of the tpm_buf data separately.
Jarkko Sakkinen
1
-3
/
+3
2024-05-09
tpm: Update struct tpm_buf documentation comments
Jarkko Sakkinen
1
-5
/
+4
2024-05-09
tpm: Move buffer handling from static inlines to real functions
James Bottomley
1
-71
/
+9
2024-05-09
tpm: Remove tpm_send()
Jarkko Sakkinen
1
-5
/
+0
2024-05-09
tpm: Remove unused tpm_buf_tag()
Jarkko Sakkinen
1
-7
/
+0
2023-08-07
tpm: Disable RNG for all AMD fTPMs
Mario Limonciello
1
-0
/
+1
2023-05-16
tpm: Prevent hwrng from activating during resume
Jarkko Sakkinen
1
-0
/
+1
2023-04-28
tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers
Jarkko Sakkinen
1
-6
/
+7
2023-02-13
tpm: add vendor flag to command code validation
Julien Gomes
1
-0
/
+1
2022-01-09
tpm: Add Upgrade/Reduced mode support for TPM2 modules
axelj
1
-0
/
+10
2021-10-26
tpm: fix Atmel TPM crash caused by too frequent queries
Hao Wu
1
-0
/
+1
2021-04-14
security: keys: trusted: Make sealed key properly interoperable
James Bottomley
1
-0
/
+2
2021-02-16
KEYS: trusted: Reserve TPM for seal and unseal operations
Jarkko Sakkinen
1
-1
/
+4
2021-02-16
tpm: add sysfs exports for all banks of PCR registers
James Bottomley
1
-1
/
+8
2020-07-24
tpm: Unify the mismatching TPM space buffer sizes
Jarkko Sakkinen
1
-0
/
+1
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
-18
/
+18
2019-11-12
tpm: Move tpm_buf code to include/linux/
Sumit Garg
1
-0
/
+212
2019-11-12
tpm: provide a way to override the chip returned durations
Jerry Snitselaar
1
-0
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-6
/
+1
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
1
-2
/
+3
2019-02-13
tpm: move tpm_chip definition to include/linux/tpm.h
Roberto Sassu
1
-0
/
+91
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
1
-2
/
+10
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
1
-0
/
+19
2019-02-13
tpm: don't return bool from update_timeouts
Jerry Snitselaar
1
-1
/
+1
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
1
-4
/
+7
2018-07-28
tpm: Implement tpm_default_chip() to find a TPM chip
Stefan Berger
1
-0
/
+5
2018-07-28
tpm: separate cmd_ready/go_idle from runtime_pm
Tomas Winkler
1
-0
/
+2
2018-03-23
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
1
-1
/
+1
2018-01-08
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
1
-0
/
+1
2018-01-08
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
1
-19
/
+19
2017-04-03
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
1
-1
/
+2
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-0
/
+5
2015-10-19
tpm: seal/unseal for TPM 2.0
Jarkko Sakkinen
1
-0
/
+26
2014-07-29
tpm: Provide a generic means to override the chip returned timeouts
Jason Gunthorpe
1
-0
/
+3
2014-01-06
tpm: Create a tpm_class_ops structure and use it in the drivers
Jason Gunthorpe
1
-0
/
+12
2013-05-21
tpm: move TPM_DIGEST_SIZE defintion
Mimi Zohar
1
-0
/
+2
[next]