index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-buf.c
Age
Commit message (
Expand
)
Author
2026-08-25
tpm-buf: Add TPM buffer support header for standalone reuse
Ross Philipson
2026-08-25
tpm-buf: Memory-safe allocations
Jarkko Sakkinen
2026-08-25
tpm-buf: Remove chip parameter from tpm_buf_append_handle()
Jarkko Sakkinen
2026-08-25
tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
Jarkko Sakkinen
2026-08-25
tpm: Initial step to reorganize TPM public headers
Ross Philipson
2025-05-15
char: tpm: tpm-buf: Add sanity check fallback in read helpers
Purva Yeshi
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 HMAC session start and end functions
James Bottomley
2024-05-09
tpm: add buffer function to point to returned parameters
James Bottomley
2024-05-09
tpm: Add tpm_buf_read_{u8,u16,u32}
Jarkko Sakkinen
2024-05-09
tpm: TPM2B formatted buffers
Jarkko Sakkinen
2024-05-09
tpm: Store the length of the tpm_buf data separately.
Jarkko Sakkinen
2024-05-09
tpm: Move buffer handling from static inlines to real functions
James Bottomley