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