summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/eventlog
AgeCommit message (Expand)AuthorFilesLines
2023-04-24tpm: remove unnecessary (void*) conversionsYu Zhe1-3/+3
2023-03-13tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud1-1/+5
2023-02-13tpm: Add reserved memory event logEddie James1-1/+31
2023-02-13tpm: Use managed allocation for bios event logEddie James3-9/+12
2022-12-08tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo1-3/+9
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger1-0/+3
2021-04-14tpm: acpi: Check eventlog signature before using itStefan Berger1-1/+32
2021-04-14tpm: efi: Use local variable for calculating final log sizeStefan Berger1-8/+21
2021-02-16tpm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5
2020-07-24tpm: Add support for event log pointer found in TPM2 ACPI tableStefan Berger1-21/+42
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-7/+5
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger1-1/+2
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett1-8/+4
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett1-1/+10
2019-06-24tpm: Append the final event log to the TPM event logMatthew Garrett1-7/+43
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett1-1/+1
2019-06-24tpm: Abstract crypto agile event size calculationsMatthew Garrett1-46/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-35/+6
2019-04-09tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing1-2/+2
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu1-6/+6
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang1-4/+4
2019-02-13tpm: Simplify the measurements loopJia Zhang1-23/+14
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-2/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-3/+1
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen7-1/+41
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen2-182/+210
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen5-0/+945