summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/eventlog
AgeCommit message (Expand)Author
2024-05-09tpm/eventlog: remove redundant assignment to variabel retColin Ian King
2023-08-17tpm: remove redundant variable lenColin Ian King
2023-04-24tpm: remove unnecessary (void*) conversionsYu Zhe
2023-03-12tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud
2023-02-13tpm: Add reserved memory event logEddie James
2023-02-13tpm: Use managed allocation for bios event logEddie James
2022-12-08tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger
2021-04-14tpm: acpi: Check eventlog signature before using itStefan Berger
2021-04-14tpm: efi: Use local variable for calculating final log sizeStefan Berger
2021-02-16tpm: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks
2020-07-24tpm: Add support for event log pointer found in TPM2 ACPI tableStefan Berger
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexVasily Averin
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexVasily Averin
2020-03-13tpm: Don't make log failures fatalMatthew Garrett
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett
2019-06-24tpm: Append the final event log to the TPM event logMatthew Garrett
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett
2019-06-24tpm: Abstract crypto agile event size calculationsMatthew Garrett
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang
2019-02-13tpm: Simplify the measurements loopJia Zhang
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen