tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 12:41:57 to 2016-03-11 15:26:26 UTC [more...]

Is vTPM the right name for the new functionality?
 2016-03-11 15:26 UTC  (2+ messages)

[PATCH v6 00/11] Multi-instance vTPM driver
 2016-03-11 13:16 UTC  (27+ messages)
  ` [PATCH v6 01/11] tpm: Get rid of chip->pdev
  ` [PATCH v6 02/11] tpm: Get rid of devname
  ` [PATCH v6 03/11] tpm: Provide strong locking for device removal
  ` [PATCH v6 04/11] tpm: Get rid of module locking
  ` [PATCH v6 05/11] tpm: Split out the devm stuff from tpmm_chip_alloc
  ` [PATCH v6 06/11] tpm: Replace device number bitmap with IDR
  ` [PATCH v6 07/11] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v6 08/11] tpm: Driver for supporting multiple emulated TPMs
  ` [PATCH v6 09/11] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v6 10/11] tpm: Add documentation for the tpm_vtpm device driver
  ` [PATCH v6 11/11] A test program for vTPM device creation
      ` [PATCH v6 11/11] A test program for vTPM devicecreation

[PATCH] vTPM: fix missing error handling for suspend operation
 2016-03-08 22:54 UTC  (4+ messages)

ioctl API for vTPM driver
 2016-03-08 19:40 UTC  (13+ messages)

[PATCH v5 00/11] Multi-instance vTPM driver
 2016-03-07 12:25 UTC  (12+ messages)
  ` [PATCH v5 01/11] tpm: Get rid of chip->pdev
  ` [PATCH v5 02/11] tpm: Get rid of devname
  ` [PATCH v5 03/11] tpm: Provide strong locking for device removal
  ` [PATCH v5 04/11] tpm: Get rid of module locking
  ` [PATCH v5 05/11] tpm: Split out the devm stuff from tpmm_chip_alloc
  ` [PATCH v5 06/11] tpm: Replace device number bitmap with IDR
  ` [PATCH v5 07/11] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v5 08/11] tpm: Driver for supporting multiple emulated TPMs
  ` [PATCH v5 09/11] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v5 10/11] tpm: Add documentation for the tpm_vtpm device driver
  ` [PATCH v5 11/11] A test program for vTPM device creation

[PATCH v4 00/10] Multi-instance vTPM driver
 2016-03-05 14:55 UTC  (36+ messages)
  ` [PATCH v4 01/10] tpm: Get rid of chip->pdev
  ` [PATCH v4 02/10] tpm: Get rid of devname
  ` [PATCH v4 03/10] tpm: Provide strong locking for device removal
  ` [PATCH v4 04/10] tpm: Get rid of module locking
  ` [PATCH v4 05/10] tpm: Split out the devm stuff from tpmm_chip_alloc
  ` [PATCH v4 06/10] tpm: Replace device number bitmap with IDR
  ` [PATCH v4 07/10] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v4 08/10] tpm: Driver for supporting multiple emulated TPMs
  ` [PATCH v4 09/10] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v4 10/10] A test program for vTPM device creation

[PATCH] tpm_crb: fix: associate to the correct device
 2016-03-04 23:32 UTC  (3+ messages)

[PATCH] Fix unallocated memory access in TPM eventlog code
 2016-03-02  0:22 UTC  (3+ messages)

[PATCH] MAINTAINERS: update tpmdd urls
 2016-03-01 23:15 UTC  (2+ messages)

[GIT PULL] tpmdd fix
 2016-02-29  7:28 UTC  (2+ messages)

[GIT PULL] remaining tpmdd fixes for Linux 4.5
 2016-02-26  9:48 UTC  (12+ messages)

[PATCH] tpm: fix: set continueSession attribute for the unseal operation (resend for stable)
 2016-02-26  9:08 UTC 

[PATCH v3 00/11] Multi-instance vTPM driver
 2016-02-25 22:11 UTC  (60+ messages)
` [PATCH v3 01/11] tpm: fix the cleanup of struct tpm_chip
  ` [PATCH v3 02/11] tpm: Get rid of chip->pdev
  ` [PATCH v3 03/11] tpm: Get rid of devname
  ` [PATCH v3 04/11] tpm: Provide strong locking for device removal
  ` [PATCH v3 05/11] tpm: Get rid of module locking
  ` [PATCH v3 06/11] tpm: Split out the devm stuff from tpmm_chip_alloc
  ` [PATCH v3 07/11] tpm: Replace device number bitmap with IDR
  ` [PATCH v3 08/11] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
          ` [PATCH v3 08/11] tpm: IntroduceTPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v3 09/11] tpm: Driver for supporting multiple emulated TPMs
  ` [PATCH v3 10/11] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v3 11/11] A test program for vTPM device creation

tpm_tis driver failed to suspend, error -62
 2016-02-25 21:49 UTC  (2+ messages)

[PATCH v2 00/12] tpm/st33zp24: Few code style and sanity fixes + acpi device probing support
 2016-02-25 13:18 UTC  (6+ messages)
` [PATCH v2 10/12] tpm: st33zp24: Add support for acpi probing for spi device

[PATCH v3 00/12] tpm/st33zp24: Few code style and sanity fixes + acpi device probing support
 2016-02-25  7:51 UTC  (14+ messages)
  ` [PATCH v3 01/12] tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage
  ` [PATCH v3 02/12] tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix
  ` [PATCH v3 03/12] tpm/st33zp24/spi: Remove useless use of memcpy
  ` [PATCH v3 04/12] tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure
  ` [PATCH v3 05/12] tpm/st33zp24: Remove unneeded CONFIG_OF switches
  ` [PATCH v3 06/12] tpm/st33zp24: Auto-select core module
  ` [PATCH v3 07/12] tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency
  ` [PATCH v3 08/12] tpm/st33zp24: Extend Copyright headers
  ` [PATCH v3 09/12] tpm/st33zp24: Add support for acpi probing for i2c device
  ` [PATCH v3 10/12] tpm: st33zp24: Add support for acpi probing for spi device
  ` [PATCH v3 11/12] tpm/st33zp24/i2c: Change xxx_request_resources header
  ` [PATCH v3 12/12] tpm/st33zp24/spi: "

[PATCH] tpm_tis: fix build warning with tpm_tis_resume
 2016-02-22 18:47 UTC 

[PATCH] tpm_crb: fix bad name pointer usage with struct resource
 2016-02-20  8:04 UTC  (8+ messages)
        ` [tpmdd-devel] "

[PATCH 00/12] tpm/st33zp24: Few code style and sanity fixes + acpi device probing support
 2016-02-19 15:03 UTC  (6+ 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).