summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/eventlog
Commit message (Expand)AuthorAgeFilesLines
* tpm: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-161-0/+1
* tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks2020-11-061-0/+5
* tpm: Add support for event log pointer found in TPM2 ACPI tableStefan Berger2020-07-241-21/+42
* tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-05-221-7/+5
* tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger2020-03-131-1/+2
* tpm: tpm2_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* tpm: tpm1_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* tpm: Don't make log failures fatalMatthew Garrett2020-03-131-8/+4
* tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-1/+10
* tpm: Append the final event log to the TPM event logMatthew Garrett2019-06-241-7/+43
* tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-1/+1
* tpm: Abstract crypto agile event size calculationsMatthew Garrett2019-06-241-46/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-35/+6
* tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-081-2/+2
* tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-131-6/+6
* tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-02-131-4/+4
* tpm: Simplify the measurements loopJia Zhang2019-02-131-23/+14
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-2/+1
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1
* tpm: Move eventlog declarations to its own headerThiebaud Weksteen2018-05-097-1/+41
* tpm: Move shared eventlog functions to common.cThiebaud Weksteen2018-05-092-182/+210
* tpm: Move eventlog files to a subdirectoryThiebaud Weksteen2018-05-095-0/+945