aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.c
AgeCommit message (Expand)Author
2014-09-17tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe
2014-09-17tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe
2013-02-05char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe
2013-02-05char/tpm: Remove duplicated lookup tablePeter Huewe
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris
2012-10-10tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang
2012-08-22tpm: fix double write race and tpm_release free issueKent Yoder
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder
2012-08-22tpm: modularize event log collectionKent Yoder
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki
2012-06-12tpm: check the chip reference before using itAndi Shyti
2012-06-12TPM: fix memleak when register hardware failsWanlong Gao
2012-06-12TPM: chip disabled state erronously being reported as errorRajiv Andrade
2012-02-14TPM: Zero buffer whole after copying to userspaceTim Gardner
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger
2011-11-17Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-09-23TPM: Zero buffer after copying to userspacePeter Huewe
2011-09-23TPM: Call tpm_transmit with correct sizePeter Huewe
2011-08-24tpm: suppress durations sysfs output if not readStefan Berger
2011-07-12tpm: Fix a typoStefan Berger
2011-07-12tpm: Fix display of data in pubek sysfs entryStefan Berger
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger
2011-07-12tpm: Adjust interface timeouts if they are too smallStefan Berger
2011-07-12tpm: Use interface timeouts returned from the TPMStefan Berger
2011-07-12tpm_tis: Introduce durations sysfs entryStefan Berger
2011-07-12tpm: Adjust the durations if they are too smallStefan Berger
2011-07-12tpm: Use durations returned from TPMStefan Berger
2011-03-29char/tpm: Fix unitialized usage of data bufferPeter Huewe
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger
2011-01-24TPM: Long default timeout fixRajiv Andrade
2011-01-10Merge branch 'master' into nextJames Morris