tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-19 18:36:27 to 2017-01-02 21:40:48 UTC [more...]

[PATCH RFC 0/4] RFC: in-kernel resource manager
 2017-01-02 21:40 UTC  (10+ messages)
  ` [PATCH RFC 1/4] tpm: migrate struct tpm_buf to struct tpm_chip
  ` [PATCH RFC 2/4] tpm: validate TPM 2.0 commands
  ` [PATCH RFC 3/4] tpm: export tpm2_flush_context_cmd
  ` [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0
` [tpmdd-devel] [PATCH RFC 0/4] RFC: in-kernel resource manager

TPM 2.0 device driver blocking open
 2017-01-02 16:25 UTC  (5+ messages)

[PATCH 0/1] TPM2 engine support for openssl
 2016-12-31 22:52 UTC  (2+ messages)
` [PATCH 1/1] add TPM2 version of create_tpm2_key and libtpm2.so engine

[PATCH v2 0/2] tpm: enhance TPM 2.0 extend function to support multiple PCR banks
 2016-12-30 21:17 UTC  (5+ messages)
  ` [PATCH v2 1/2] tpm: implement TPM 2.0 capability to get active "
` [PATCH v2 2/2] tpm: enhance TPM 2.0 PCR extend to support multiple banks

Proposal for the ASN.1 form of TPM1.2 and TPM2 keys
 2016-12-30 15:40 UTC  (15+ messages)
    ` [openssl-dev] "
    ` [gnutls-devel] "

tpm_tis: broken on TPMs with a static burst count
 2016-12-23 18:58 UTC 

[RFC 0/1] TPM2 engine support for openssl
 2016-12-22 16:42 UTC  (3+ messages)
` [RFC 1/1] add TPM2 version of create_tpm2_key and libtpm2.so engine

[PATCH] tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()
 2016-12-20  6:19 UTC  (4+ messages)

[PATCH] tpm/tpm_tis_spi: drop duplicate header module.h
 2016-12-19 13:42 UTC  (3+ messages)

[PATCH] tpm/st33zp24: Remove unneeded linux/miscdevice.h include
 2016-12-19 13:40 UTC  (2+ messages)

[PATCH v7 0/2] securityfs support for TPM 2.0 firmware event log
 2016-12-16 16:28 UTC  (5+ messages)
  ` [PATCH v7 1/2] tpm: enhance read_log_of() to support Physical TPM "
  ` [PATCH v7 2/2] tpm: add securityfs support for TPM 2.0 firmware "

[PATCH v3 0/3] Locality support for tpm_crb
 2016-12-12 17:59 UTC  (13+ messages)
  ` [PATCH v3 1/3] tpm_crb: map locality registers
    ` [tpmdd-devel] "
  ` [PATCH v3 2/3] tpm_crb: encapsulate crb_wait_for_reg_32
  ` [PATCH v3 3/3] tpm_crb: request and relinquish locality 0

[PATCH v2 0/3] Locality support for tpm_crb
 2016-12-06 18:41 UTC  (18+ messages)
  ` [PATCH v2 1/3] tpm_crb: map locality registers
                ` [tpmdd-devel] "
  ` [PATCH v2 2/3] tpm_crb: encapsulate crb_wait_for_reg_32
        ` [tpmdd-devel] "
  ` [PATCH v2 3/3] tpm_crb: request and relinquish locality 0
        ` [tpmdd-devel] "

[PATCH v2 0/4] tpm: kdoc cleanup
 2016-12-06 12:11 UTC  (18+ messages)
  ` [PATCH v2 1/4] tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
  ` [PATCH v2 2/4] tpm/tpm2-chip: fix kdoc errors
  ` [PATCH v2 3/4] tmp: use pdev for parent device in tpm_chip_alloc
  ` [PATCH v2 4/4] tpm/vtpm: fix kdoc warnings

[PATCH v6 0/2] securityfs support for TPM 2.0 firmware event log
 2016-12-06 10:23 UTC  (10+ messages)
  ` [PATCH v6 1/2] tpm: enhance read_log_of() to support Physical TPM "
  ` [PATCH v6 2/2] tpm: add securityfs support for TPM 2.0 firmware "

[PATCH] tpm: use get_unaligned_be32 unaligned buffer access
 2016-12-03 15:30 UTC  (6+ messages)

[GIT PULL] tpmdd updates for Linux 4.10
 2016-11-28  0:26 UTC  (2+ messages)

[PATCH v5 0/3] tpm: securityfs support for TPM 2.0 firmware event log
 2016-11-26 15:24 UTC  (19+ messages)
` [PATCH v5 1/3] tpm: move event log init functions to tpm_eventlog_init.c
  ` [PATCH v5 2/3] tpm: enhance read_log_of() to support Physical TPM event log
  ` [PATCH v5 3/3] tpm: add securityfs support for TPM 2.0 firmware "
        ` [tpmdd-devel] "

[PATCH v6 0/9] tpm: cleanup/fixes in existing event log support
 2016-11-26 12:54 UTC  (27+ messages)
` [PATCH v6 3/9] tpm: replace dynamically allocated bios_dir with a static array
` [PATCH v6 4/9] tpm: drop tpm1_chip_register(/unregister)

[PATCH RFC 0/2] Generalize tpm2_get_tpm_pt to tpm2_get_cap
 2016-11-25  8:09 UTC  (13+ messages)
` [PATCH RFC 2/2] tpm: refactor tpm2_get_tpm_pt to tpm2_getcap_cmd
    ` [tpmdd-devel] "

[PATCH 1/4] tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
 2016-11-24 13:17 UTC  (9+ messages)
` [PATCH 2/4 v2] tpm/tpm2-chip: fix kdoc errors
` [PATCH 3/4 v2] tmp: use pdev for parent device in tpm_chip_alloc

[PATCH] tpm_i2c_atmel: fix i2c_atmel_recv() when response is greater than 35 bytes
 2016-11-24 13:04 UTC  (4+ messages)

[PATCH 1/2] tpm: Check for parent device being NULL
 2016-11-22 16:48 UTC  (20+ messages)
` [PATCH 2/2] tpm: Fix error code handling after tpm_bios_log_setup

[PATCH] tpm: use test_bit() to check TPM2 flag in eventlog and sysfs code
 2016-11-22 14:31 UTC  (7+ messages)

[PATCH] tpm: vtpm_proxy: Do not access host's event log
 2016-11-22  6:09 UTC  (19+ messages)

[PATCH] tpm: Do not print an error message when doing TPM auto startup
 2016-11-21 20:42 UTC  (2+ messages)


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).