tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-29 13:17:39 to 2017-10-14 08:13:18 UTC [more...]

tpm device not showing up in /dev anymore
 2017-10-14  8:13 UTC  (10+ messages)

[PATCH v3 0/5] Call GetEventLog before ExitBootServices
 2017-10-13 19:47 UTC  (23+ messages)
  ` [PATCH v3 1/5] tpm: move tpm_eventlog.h outside of drivers folder
  ` [PATCH v3 2/5] tpm: rename event log provider files
  ` [PATCH v3 3/5] tpm: add event log format version
  ` [PATCH v3 4/5] efi: call get_event_log before ExitBootServices
  ` [tpmdd-devel] [PATCH v3 0/5] Call GetEventLog "
` [PATCH v3 5/5] tpm: parse TPM event logs based on EFI table

[PATCH] tpm: fix duplicate inline declaration specifier
 2017-10-04 11:34 UTC  (5+ messages)

[PATCH 0/3] tpm: retrieve digest size of unknown algorithms from TPM
 2017-10-04 11:22 UTC  (8+ messages)
` [PATCH 1/3] tpm: move PCR read code to static function tpm2_pcr_read_common()
` [PATCH 2/3] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH 3/3] tpm: add the crypto algorithm identifier to active_bank_info

[PATCH v2 0/3] Call GetEventLog before ExitBootServices
 2017-09-18 17:56 UTC  (25+ messages)
` [PATCH v2 1/3] tpm: move tpm_eventlog.h outside of drivers folder
` [PATCH v2 2/3] efi: call get_event_log before ExitBootServices
    ` [tpmdd-devel] "
` [PATCH v2 3/3] tpm: parse TPM event logs based on EFI table
` [tpmdd-devel] [PATCH v2 0/3] Call GetEventLog before ExitBootServices

New ML for TPM and IMA
 2017-09-18  9:49 UTC  (16+ messages)
` [tpmdd-devel] "
  ` [Linux-ima-devel] "

[PATCH v2 0/4] additional TPM performance improvements
 2017-09-15 15:20 UTC  (27+ messages)
` [PATCH v2 3/4] tpm: reduce tpm_msleep() time in get_burstcount()
  ` [PATCH v2 1/4] tpm: ignore burstcount to improve tpm_tis send() performance
      ` [tpmdd-devel] "
  ` [PATCH v2 2/4] tpm: define __wait_for_tpm_stat to specify variable polling sleep time
  ` [PATCH v2 4/4] tpm: use tpm_msleep() value as max delay
  ` [PATCH 2/4] tpm: define __wait_for_tpm_stat to specify variable polling sleep time
` [PATCH 1/4] tpm: ignore burstcount to improve tpm_tis send() performance
` [tpmdd-devel] [PATCH v2 0/4] additional TPM performance improvements

Future of TPMDD @ Linux Security Summit / Plumbers
 2017-09-13 23:52 UTC  (4+ messages)

[PATCH] tpm/tpm_crb: Use start method value from ACPI table directly
 2017-09-13 23:11 UTC  (4+ messages)

[PATCH 1/3] tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
 2017-09-13 23:04 UTC  (3+ messages)

[PATCH 3/3] tpm: fix type of a local variables in tpm_tis_spi.c
 2017-09-13 18:52 UTC  (2+ messages)

[PATCH v4] tpm_tis_spi: Use DMA-safe memory for SPI transfers
 2017-09-13 18:48 UTC  (2+ messages)

[PATCH 2/3] tpm: fix type of a local variable in tpm2_map_command()
 2017-09-13 17:26 UTC 

TPM2.0: No binary_bios_measurements file in securityFS
 2017-09-13 15:01 UTC  (5+ messages)

[PATCH] tpm: remove some recent additions to the authors lists
 2017-09-13 12:27 UTC 

IMA running as a Kernel module against TPM 2.0 driver
 2017-09-11 21:29 UTC 

[PATCH v3] tpm-dev-common: Reject too short writes
 2017-09-11 10:24 UTC  (4+ messages)

[PATCH] tpm: constify transmit data pointers
 2017-09-08 21:46 UTC  (6+ messages)

[PATCH v2] tpm-dev-common: Reject too short writes
 2017-09-08 21:34 UTC  (8+ messages)

[PATCH RESEND v3 0/2] tpm_tis_spi: Use DMA-safe memory
 2017-09-08 12:11 UTC  (6+ messages)
` [PATCH RESEND v3 1/2] tpm_tis_spi: Use DMA-safe memory for SPI transfers
` [PATCH RESEND v3 2/2] tpm_tis_spi: Use a single buffer "

[PATCH RESEND v2 0/3] tpm2-cmd: Improve self test execution
 2017-09-08 10:00 UTC  (7+ messages)
  ` [PATCH RESEND v2 1/3] tpm2-cmd: Trigger only missing self tests
  ` [PATCH RESEND v2 2/3] tpm2-cmd: Use dynamic delay to wait for self test result
` [PATCH RESEND v2 3/3] tpm2-cmd: React correctly to RC_TESTING from self tests

[PATCH] tpm_tis: unconstify array cmd_getticks
 2017-09-07 16:21 UTC  (3+ messages)
` NACK: "

[PATCH 1/2] efi: call get_event_log before ExitBootServices
 2017-09-07 15:31 UTC  (7+ messages)
  ` [PATCH 2/2] tpm: surface TPM event log based on EFI table

[RFC] tpm: Register RNG device only on tpm chip init
 2017-09-06 13:11 UTC 

[PATCH] tpm_tis: make array cmd_getticks static const to shink object code size
 2017-09-06 11:31 UTC  (2+ messages)

tpm device not showing up in /dev anymore
 2017-09-06  5:09 UTC 

[PATCH RESEND 0/2] Avoid sending invalid data to the TPM
 2017-09-05 19:02 UTC  (9+ messages)
` [PATCH RESEND 1/2] tpm-dev-common: Reject too short writes

[PATCH RESEND 0/3] Export broken TPMs to user space
 2017-09-02 10:24 UTC  (18+ messages)
` [PATCH RESEND 3/3] tpm-chip: Export TPM device to user space even when startup failed
        ` [tpmdd-devel] "

[PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory
 2017-08-31 12:34 UTC  (6+ messages)

Bug in TPM Spi bit protocol implementation?
 2017-08-31  9:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).