aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm/eventlog
AgeCommit message (Expand)AuthorFilesLines
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceGravatar Stefan Berger 1-0/+3
2021-04-14tpm: acpi: Check eventlog signature before using itGravatar Stefan Berger 1-1/+32
2021-04-14tpm: efi: Use local variable for calculating final log sizeGravatar Stefan Berger 1-8/+21
2021-02-16tpm: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logGravatar Tyler Hicks 1-0/+5
2020-07-24tpm: Add support for event log pointer found in TPM2 ACPI tableGravatar Stefan Berger 1-21/+42
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-7/+5
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersGravatar Stefan Berger 1-1/+2
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexGravatar Vasily Averin 1-1/+1
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexGravatar Vasily Averin 1-1/+1
2020-03-13tpm: Don't make log failures fatalGravatar Matthew Garrett 1-8/+4
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logGravatar Matthew Garrett 1-1/+10
2019-06-24tpm: Append the final event log to the TPM event logGravatar Matthew Garrett 1-7/+43
2019-06-24tpm: Reserve the TPM final events tableGravatar Matthew Garrett 1-1/+1
2019-06-24tpm: Abstract crypto agile event size calculationsGravatar Matthew Garrett 1-46/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 6-35/+6
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Gravatar Yue Haibing 1-2/+2
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Gravatar Roberto Sassu 1-6/+6
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsGravatar Jia Zhang 1-4/+4
2019-02-13tpm: Simplify the measurements loopGravatar Jia Zhang 1-23/+14
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Gravatar Ji-Hun Kim 1-2/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Gravatar Ji-Hun Kim 1-3/+1
2018-05-09tpm: Move eventlog declarations to its own headerGravatar Thiebaud Weksteen 7-1/+41
2018-05-09tpm: Move shared eventlog functions to common.cGravatar Thiebaud Weksteen 2-182/+210
2018-05-09tpm: Move eventlog files to a subdirectoryGravatar Thiebaud Weksteen 5-0/+945