index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
eventlog
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-07-23
tpm: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring
2025-06-17
tpm: don't bother with removal of files in directory we'll be removing
Al Viro
2025-05-23
tpm: remove kmalloc failure error message
Colin Ian King
2025-01-23
tpm: Change to kvalloc() in eventlog/acpi.c
Jarkko Sakkinen
2024-07-01
char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
Joe Hattori
2024-05-09
tpm/eventlog: remove redundant assignment to variabel ret
Colin Ian King
2023-08-17
tpm: remove redundant variable len
Colin Ian King
2023-04-24
tpm: remove unnecessary (void*) conversions
Yu Zhe
2023-03-12
tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
Morten Linderud
2023-02-13
tpm: Add reserved memory event log
Eddie James
2023-02-13
tpm: Use managed allocation for bios event log
Eddie James
2022-12-08
tpm: acpi: Call acpi_put_table() to fix memory leak
Hanjun Guo
2021-04-14
tpm: vtpm_proxy: Avoid reading host log when using a virtual device
Stefan Berger
2021-04-14
tpm: acpi: Check eventlog signature before using it
Stefan Berger
2021-04-14
tpm: efi: Use local variable for calculating final log size
Stefan Berger
2021-02-16
tpm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-06
tpm: efi: Don't create binary_bios_measurements file for an empty log
Tyler Hicks
2020-07-24
tpm: Add support for event log pointer found in TPM2 ACPI table
Stefan Berger
2020-05-22
tpm: eventlog: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-13
tpm: of: Handle IBM,vtpm20 case when getting log parameters
Stefan Berger
2020-03-13
tpm: tpm2_bios_measurements_next should increase position index
Vasily Averin
2020-03-13
tpm: tpm1_bios_measurements_next should increase position index
Vasily Averin
2020-03-13
tpm: Don't make log failures fatal
Matthew Garrett
2019-06-24
tpm: Don't duplicate events from the final event log in the TCG2 log
Matthew Garrett
2019-06-24
tpm: Append the final event log to the TPM event log
Matthew Garrett
2019-06-24
tpm: Reserve the TPM final events table
Matthew Garrett
2019-06-24
tpm: Abstract crypto agile event size calculations
Matthew Garrett
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-08
tpm: Fix the type of the return value in calc_tpm2_event_size()
Yue Haibing
2019-02-13
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
2019-02-13
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
2019-02-13
tpm: Simplify the measurements loop
Jia Zhang
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
2018-05-09
tpm: Move eventlog declarations to its own header
Thiebaud Weksteen
2018-05-09
tpm: Move shared eventlog functions to common.c
Thiebaud Weksteen
2018-05-09
tpm: Move eventlog files to a subdirectory
Thiebaud Weksteen