开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
tpm.c
Age
Commit message (
Expand
)
Author
2024-10-15
tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
Gregory Price
2024-10-15
tpm: do not ignore memblock_reserve return value
Gregory Price
2024-10-15
tpm: fix signed/unsigned bug when checking event logs
Gregory Price
2022-10-24
efi/tpm: Pass correct address to memblock_reserve
Jerry Snitselaar
2021-07-16
efi/tpm: Differentiate missing and invalid final event log table.
Michal Suchanek
2020-05-22
Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Borislav Petkov
2020-05-17
tpm: check event log version before reading final events
Loïc Yhuel
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2019-10-31
efi/tpm: Return -EINVAL when determining tpm final events log size fails
Jerry Snitselaar
2019-10-08
efi/tpm: Fix sanity check of unsigned tbl_size being less than zero
Colin Ian King
2019-10-07
efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsing
Jerry Snitselaar
2019-10-07
efi/tpm: Don't traverse an event log with no events
Peter Jones
2019-06-24
tpm: Reserve the TPM final events table
Matthew Garrett
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-01-08
efi: call get_event_log before ExitBootServices
Thiebaud Weksteen