LinuxLists
Users
About
Tomas Winkler (
[email protected]
)
Number of posts: 1829 (0.31 per day)
First post: 2008-02-20 08:38:20
Last post: 2024-06-15 06:32:22
Previous Page
/
Next Page
Date
List
Subject
2018-10-17 23:24:09
linux-kernel
RE: [PATCH] tpm: tpm_try_transmit() ignore value of go_to_idle()
2018-10-17 17:18:20
linux-kernel
[PATCH] tpm: fix kdoc for tpm2_flush_context_cmd()
2018-10-17 16:37:22
linux-kernel
[PATCH] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
2018-10-17 15:29:23
linux-kernel
RE: [PATCH v6 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
2018-10-17 12:26:44
linux-kernel
RE: [PATCH v6 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
2018-10-17 06:54:17
linux-kernel
[PATCH v6 07/20] tpm: move tpm_getcap to tpm1-cmd.c
2018-10-17 06:53:55
linux-kernel
[PATCH v6 05/20] tpm: factor out tpm_get_timeouts()
2018-10-17 06:53:38
linux-kernel
[PATCH v6 01/20] tpm2: add new tpm2 commands according to TCG 1.36
2018-10-17 06:53:13
linux-kernel
[PATCH v6 17/20] tmp1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
2018-10-17 06:52:50
linux-kernel
[PATCH v6 11/20] tpm: factor out tpm_startup function
2018-10-17 06:52:44
linux-kernel
[PATCH v6 10/20] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
2018-10-17 06:52:40
linux-kernel
[PATCH v6 12/20] tpm: add tpm_auto_startup() into tpm-interface.c
2018-10-17 06:52:40
linux-kernel
[PATCH v6 09/20] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
2018-10-17 06:52:13
linux-kernel
[PATCH v6 02/20] tpm: sort objects in the Makefile
2018-10-17 06:52:05
linux-kernel
[PATCH v6 20/20] tpm: use u32 instead of int for PCR index
2018-10-17 06:52:03
linux-kernel
[PATCH v6 19/20] tpm1: reimplement tpm1_continue_selftest() using tpm_buf
2018-10-17 06:52:01
linux-kernel
[PATCH v6 18/20] tpm1: reimplement SAVESTATE using tpm_buf
2018-10-17 06:51:57
linux-kernel
[PATCH v6 16/20] tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
2018-10-17 06:51:50
linux-kernel
[PATCH v6 15/20] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
2018-10-17 06:51:47
linux-kernel
[PATCH v6 14/20] tpm: tpm-space.c remove unneeded semicolon
2018-10-17 06:51:45
linux-kernel
[PATCH v6 13/20] tpm: tpm-interface.c drop unused macros
2018-10-17 06:51:24
linux-kernel
[PATCH v6 08/20] tpm: factor out tpm1_get_random into tpm1-cmd.c
2018-10-17 06:51:14
linux-kernel
[PATCH v6 06/20] tpm: move tpm1_pcr_extend to tpm1-cmd.c
2018-10-17 06:51:11
linux-kernel
[PATCH v6 04/20] tpm: add tpm_calc_ordinal_duration() wrapper
2018-10-17 06:51:06
linux-kernel
[PATCH v6 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
2018-10-17 06:50:52
linux-kernel
[PATCH v6 00/21] tpm: separate tpm 1.x and tpm 2.x commands
2018-10-16 13:43:47
linux-kernel
[PATCH] tpm: tpm_try_transmit() refactor error flow.
2018-10-16 06:22:40
linux-kernel
RE: [PATCH] tpm: tpm_try_transmit() ignore value of go_to_idle()
2018-10-15 11:19:32
linux-kernel
Re: [PATCH] tpm: fix unused-value issues in tpm_try_transmit
2018-10-15 11:19:23
linux-kernel
[PATCH] tpm: tpm_try_transmit() ignore value of go_to_idle()
2018-10-11 20:20:22
linux-kernel
Re: [PATCH v5 05/21] tpm: factor out tpm_get_timeouts()
2018-10-11 13:30:48
linux-kernel
RE: [PATCH] tpm: fix unused-value issues in tpm_try_transmit
2018-10-04 13:46:37
linux-kernel
RE: [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-10-04 11:46:09
linux-kernel
RE: [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-10-03 22:27:35
linux-kernel
RE: [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-10-02 05:00:58
linux-kernel
RE: [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-09-28 22:38:59
linux-kernel
[PATCH v5 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
2018-09-28 22:38:36
linux-kernel
[PATCH v5 09/21] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
2018-09-28 22:38:23
linux-kernel
[PATCH v5 11/21] tpm: factor out tpm_startup function
2018-09-28 22:37:53
linux-kernel
[PATCH v5 03/21] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
2018-09-28 22:37:38
linux-kernel
[PATCH v5 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c
2018-09-28 22:37:34
linux-kernel
[PATCH v5 04/21] tpm: add tpm_calc_ordinal_duration() wrapper
2018-09-28 22:37:28
linux-kernel
[PATCH v5 07/21] tpm: move tpm_getcap to tpm1-cmd.c
2018-09-28 22:37:26
linux-kernel
[PATCH v5 20/21] tpm1: reimplement tpm1_continue_selftest() using tpm_buf
2018-09-28 22:37:14
linux-kernel
[PATCH v5 05/21] tpm: factor out tpm_get_timeouts()
2018-09-28 22:37:13
linux-kernel
[PATCH v5 10/21] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
2018-09-28 22:37:02
linux-kernel
[PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-09-28 22:37:00
linux-kernel
[PATCH v5 18/21] tmp1: rename tpm1_pcr_read_dev to tpm1_pcr_read().
2018-09-28 22:36:55
linux-kernel
[PATCH v5 13/21] tpm: add tpm_auto_startup() into tpm-interface.c
2018-09-28 22:36:48
linux-kernel
[PATCH v5 14/21] tpm: tpm-interface.c drop unused macros
2018-09-28 22:36:42
linux-kernel
[PATCH v5 01/21] tpm2: add new tpm2 commands according to TCG 1.36