index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
eventlog
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
Morten Linderud
1
-1
/
+5
2023-01-14
tpm: acpi: Call acpi_put_table() to fix memory leak
Hanjun Guo
1
-3
/
+9
2021-05-11
tpm: vtpm_proxy: Avoid reading host log when using a virtual device
Stefan Berger
1
-0
/
+3
2021-05-11
tpm: efi: Use local variable for calculating final log size
Stefan Berger
1
-8
/
+21
2021-05-11
tpm: acpi: Check eventlog signature before using it
Stefan Berger
1
-1
/
+32
2020-11-06
tpm: efi: Don't create binary_bios_measurements file for an empty log
Tyler Hicks
1
-0
/
+5
2020-07-24
tpm: Add support for event log pointer found in TPM2 ACPI table
Stefan Berger
1
-21
/
+42
2020-05-22
tpm: eventlog: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-7
/
+5
2020-03-13
tpm: of: Handle IBM,vtpm20 case when getting log parameters
Stefan Berger
1
-1
/
+2
2020-03-13
tpm: tpm2_bios_measurements_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-13
tpm: tpm1_bios_measurements_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-13
tpm: Don't make log failures fatal
Matthew Garrett
1
-8
/
+4
2019-06-24
tpm: Don't duplicate events from the final event log in the TCG2 log
Matthew Garrett
1
-1
/
+10
2019-06-24
tpm: Append the final event log to the TPM event log
Matthew Garrett
1
-7
/
+43
2019-06-24
tpm: Reserve the TPM final events table
Matthew Garrett
1
-1
/
+1
2019-06-24
tpm: Abstract crypto agile event size calculations
Matthew Garrett
1
-46
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
6
-35
/
+6
2019-04-09
tpm: Fix the type of the return value in calc_tpm2_event_size()
Yue Haibing
1
-2
/
+2
2019-02-13
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
1
-6
/
+6
2019-02-13
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
1
-4
/
+4
2019-02-13
tpm: Simplify the measurements loop
Jia Zhang
1
-23
/
+14
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
1
-2
/
+1
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
1
-3
/
+1
2018-05-09
tpm: Move eventlog declarations to its own header
Thiebaud Weksteen
7
-1
/
+41
2018-05-09
tpm: Move shared eventlog functions to common.c
Thiebaud Weksteen
2
-182
/
+210
2018-05-09
tpm: Move eventlog files to a subdirectory
Thiebaud Weksteen
5
-0
/
+945