aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/tpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-1/+1
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel1-2/+3
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar1-1/+1
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-18/+7
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel1-6/+5
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-4/+3
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-2/+1
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel1-2/+2
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett1-0/+30
2019-06-24efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett1-17/+33
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-3/+1
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede1-1/+1
2018-05-14efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun1-1/+1
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel1-2/+2
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel1-5/+2
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen1-0/+81
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett1-0/+58