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

Date List Subject
2018-09-28 22:36:30 linux-kernel [PATCH v5 16/21] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
2018-09-28 22:36:27 linux-kernel [PATCH v5 02/21] tpm: sort objects in the Makefile
2018-09-28 22:36:17 linux-kernel [PATCH v5 21/21] tpm: use u32 instead of int for PCR index
2018-09-28 22:36:12 linux-kernel [PATCH v5 19/21] tpm1: reimplement SAVESTATE using tpm_buf
2018-09-28 22:36:09 linux-kernel [PATCH v5 17/21] tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
2018-09-28 22:36:07 linux-kernel [PATCH v5 15/21] tpm: tpm-space.c remove unneeded semicolon
2018-09-28 22:35:13 linux-kernel [PATCH v5 00/21] tpm: separate tpm 1.x and tpm 2.x commands
2018-09-28 20:32:01 linux-kernel [char-misc] mei: replace POLL* with EPOLL* for write queues.
2018-09-23 05:50:49 linux-kernel RE: [char-misc v4.4.y 2/2] mei: bus: type promotion bug in mei_nfc_if_version()
2018-09-23 05:25:21 linux-kernel [char-misc v4.18.y] mei: bus: type promotion bug in mei_nfc_if_version()
2018-09-23 05:23:11 linux-kernel [char-misc v4.14.y] mei: bus: type promotion bug in mei_nfc_if_version()
2018-09-23 05:17:37 linux-kernel [char-misc v4.9.y] mei: bus: type promotion bug in mei_nfc_if_version()
2018-09-21 14:06:35 linux-kernel [PATCH v4 05/21] tpm: factor out tpm_get_timeouts()
2018-09-21 14:06:26 linux-kernel [PATCH v4 09/21] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
2018-09-21 14:05:06 linux-kernel [PATCH v4 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
2018-09-21 14:05:02 linux-kernel [PATCH v4 04/21] tpm: add tpm_calc_ordinal_duration() wrapper
2018-09-21 14:04:55 linux-kernel [PATCH v4 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c
2018-09-21 14:04:52 linux-kernel [PATCH v4 07/21] tpm: move tpm_getcap to tpm1-cmd.c
2018-09-21 14:04:28 linux-kernel [PATCH v4 03/21] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
2018-09-21 14:04:24 linux-kernel [PATCH v4 10/21] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
2018-09-21 14:04:13 linux-kernel [PATCH v4 12/21] tpm: move pcr extend code to tpm2-cmd.c
2018-09-21 14:03:49 linux-kernel [PATCH v4 16/21] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
2018-09-21 14:03:32 linux-kernel [PATCH v4 20/21] tpm1: reimplement tpm1_continue_selftest() using tpm_buf
2018-09-21 14:03:29 linux-kernel [PATCH v4 21/21] tpm: use u32 instead of int for PCR index
2018-09-21 14:03:25 linux-kernel [PATCH v4 19/21] tpm1: reimplement SAVESTATE using tpm_buf
2018-09-21 14:03:23 linux-kernel [PATCH v4 18/21] tmp1: rename tpm1_pcr_read_dev to tpm1_pcr_read().
2018-09-21 14:03:20 linux-kernel [PATCH v4 17/21] tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
2018-09-21 14:03:16 linux-kernel [PATCH v4 15/21] tpm: tpm-space.c remove unneeded semicolon
2018-09-21 14:03:14 linux-kernel [PATCH v4 14/21] tpm: tpm-interface.c drop unused macros
2018-09-21 14:03:10 linux-kernel [PATCH v4 13/21] tpm: add tpm_auto_startup() into tpm-interface.c
2018-09-21 14:03:08 linux-kernel [PATCH v4 11/21] tpm: factor out tpm_startup function
2018-09-21 14:02:55 linux-kernel [PATCH v4 00/21] tpm: separate tpm 1.x and tpm 2.x commands
2018-09-21 14:02:43 linux-kernel [PATCH v4 01/21] tpm2: add new tpm2 commands according to TCG 1.36
2018-09-21 14:02:34 linux-kernel [PATCH v4 02/21] tpm: sort objects in the Makefile
2018-09-18 09:41:53 linux-kernel [PATCH v3 08/20] tpm: factor out tpm1_get_random into tpm1-cmd.c
2018-09-18 09:41:41 linux-kernel [PATCH v3 12/20] tpm: move pcr extend code to tpm2-cmd.c
2018-09-18 09:41:08 linux-kernel [PATCH v3 00/20] tpm: separate tpm 1.x and tpm 2.x commands
2018-09-18 09:40:49 linux-kernel [PATCH v3 06/20] tpm: move tpm1_pcr_extend to tpm1-cmd.c
2018-09-18 09:40:38 linux-kernel [PATCH v3 20/20] tpm1: reimplement tpm1_continue_selftest() using tpm_buf
2018-09-18 09:40:33 linux-kernel [PATCH v3 10/20] tpm: factor out tpm1 pm suspend flow into tpm1-cmd.c
2018-09-18 09:40:33 linux-kernel [PATCH v3 17/20] tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
2018-09-18 09:40:22 linux-kernel [PATCH v3 07/20] tpm: move tpm_getcap to tpm1-cmd.c
2018-09-18 09:40:15 linux-kernel [PATCH v3 13/20] tpm: add tpm_auto_startup into tpm-interface
2018-09-18 09:40:08 linux-kernel [PATCH v3 11/20] tpm: factor out tpm_startup function
2018-09-18 09:40:05 linux-kernel [PATCH v3 04/20] tpm: add tpm_calc_ordinal_duration wrapper
2018-09-18 09:40:04 linux-kernel [PATCH v3 09/20] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c
2018-09-18 09:39:56 linux-kernel [PATCH v3 14/20] tpm: tpm-interface.c drop unused macros
2018-09-18 09:39:53 linux-kernel [PATCH v3 05/20] tpm: factor out tpm_get_timeouts
2018-09-18 09:39:47 linux-kernel [PATCH v3 01/20] tpm2: add new tpm2 commands according to TCG 1.36
2018-09-18 09:39:43 linux-kernel [PATCH v3 16/20] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
2018-09-18 09:39:36 linux-kernel [PATCH v3 18/20] tpm: use u32 instead of int for pcr index