aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c
Commit message (Expand)AuthorAge
* tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe2013-10-22
* tpm: Store devname in the tpm_chipJason Gunthorpe2013-10-22
* tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe2013-05-27
* TPM: Retry SaveState command in suspend pathDuncan Laurie2013-04-17
* tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-05
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-05
* TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe2013-02-05
* TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2013-02-05
* char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe2013-02-05
* char/tpm: Remove duplicated lookup tablePeter Huewe2013-02-05
* Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris2012-10-11
|\
| * tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-10
* | driver/char/tpm: fix regression causesd by ppiGang Wei2012-10-10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-03
|\|
| * driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2012-09-04
| * driver: add PPI support in tpm driverXiaoyan Zhang2012-08-22
| * tpm: fix double write race and tpm_release free issueKent Yoder2012-08-22
| * tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-22
| * tpm: modularize event log collectionKent Yoder2012-08-22
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-23
|\
| * tpm: check the chip reference before using itAndi Shyti2012-06-12
| * TPM: fix memleak when register hardware failsWanlong Gao2012-06-12
| * TPM: chip disabled state erronously being reported as errorRajiv Andrade2012-06-12
* | PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki2012-07-10
|/
* TPM: Zero buffer whole after copying to userspaceTim Gardner2012-02-14
* tpm: fix (ACPI S3) suspend regressionStefan Berger2012-01-18
* Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris2011-11-16
|\
| * TPM: fix transmit_cmd error logicRajiv Andrade2011-11-16
| * TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade2011-11-16
| * tpm: Introduce function to poll for result of self testStefan Berger2011-11-16
| * tpm: Cleanup tpm_continue_selftestStefan Berger2011-11-16
| * tpm: Have tpm_get_timeouts return an error codeStefan Berger2011-11-16
* | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-25
|\|
| * tpm: suppress durations sysfs output if not readStefan Berger2011-08-23
* | TPM: Zero buffer after copying to userspacePeter Huewe2011-09-22
* | TPM: Call tpm_transmit with correct sizePeter Huewe2011-09-22
|/
* tpm: Fix a typoStefan Berger2011-07-12
* tpm: Fix display of data in pubek sysfs entryStefan Berger2011-07-12
* tpm_tis: Add timeouts sysfs entryStefan Berger2011-07-12
* tpm: Adjust interface timeouts if they are too smallStefan Berger2011-07-12
* tpm: Use interface timeouts returned from the TPMStefan Berger2011-07-12
* tpm_tis: Introduce durations sysfs entryStefan Berger2011-07-12
* tpm: Adjust the durations if they are too smallStefan Berger2011-07-12
* tpm: Use durations returned from TPMStefan Berger2011-07-12
* char/tpm: Fix unitialized usage of data bufferPeter Huewe2011-03-29
* Revert "TPM: Long default timeout fix"Linus Torvalds2011-03-01
* Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds2011-02-20
* tpm_tis: Use timeouts returned from TPMStefan Berger2011-02-10
* TPM: Long default timeout fixRajiv Andrade2011-01-23