aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder1-1/+1
2013-02-05tpm_tis: check pnp_acpi_device return codeKent Yoder1-0/+3
2013-02-05char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe1-3/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe1-2/+0
2013-02-05char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe1-1/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe1-4/+2
2013-02-05tpm_i2c_stm_st33: removed unused variables/codeKent Yoder1-17/+1
2013-02-05TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe1-0/+21
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger3-12/+31
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger8-8/+48
2013-02-05tpm: Store TPM vendor IDStefan Berger2-0/+3
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe1-1/+9
2013-02-05tpm_i2c_stm_st33: fix oops when i2c client is unavailableKent Yoder2-6/+11
2013-02-05char/tpm: Use struct dev_pm_ops for power managementPeter Huewe1-16/+12
2013-02-05TPM: STMicroelectronics ST33 I2C BUILD STUFFMathias Leblanc2-0/+11
2013-02-05tpm: rename STM driver to match other i2c driversKent Yoder2-1/+1
2013-02-05tpm: STM i2c driver fixesKent Yoder2-89/+69
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder2-5/+7
2013-02-05TPM: STMicroelectronics ST33 I2C KERNEL 3.xMathias Leblanc2-0/+984
2013-02-05char/tpm: Use true and false for boolsPeter Huewe1-6/+6
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2-21/+21
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2-4/+46
2013-02-05char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe1-7/+6
2013-02-05char/tpm: Remove duplicated lookup tablePeter Huewe1-17/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-56/+30
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-6/+6
2012-11-28tpm_infineon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-28tpm: remove use of __devinitBill Pemberton4-5/+5
2012-11-21char: remove use of __devexitBill Pemberton4-4/+4
2012-11-21char: remove use of __devinitdataBill Pemberton2-2/+2
2012-11-01drivers/char/tpm: remove tasklet and cleanupAshley Lai2-56/+30
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linusJames Morris1-7/+14
2012-10-10tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei3-11/+19
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds13-160/+2376
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-09-12tpm: fix tpm_acpi sparse warning on different address spacesKent Yoder1-2/+2
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2-20/+21
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang4-1/+475
2012-08-22tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl1-0/+5
2012-08-22drivers/char/tpm: Add securityfs support for event logAshley Lai4-12/+93
2012-08-22drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai5-0/+836
2012-08-22tpm: compile out unused code in the PNP and PM casesKent Yoder1-1/+2
2012-08-22tpm: fix double write race and tpm_release free issueKent Yoder1-2/+3
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder2-6/+76
2012-08-22tpm: modularize event log collectionKent Yoder5-142/+182
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe3-0/+707
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-10tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-10/+23