aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe1-1554/+0
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe1-22/+22
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe1-33/+23
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe1-17/+4
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe1-11/+6
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc buildsPeter Huewe1-1/+1
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie1-4/+27
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger1-5/+24
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+1
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe1-1/+9
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe1-4/+40
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-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 Wei1-1/+2
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-10/+64
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang1-2/+2
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang1-0/+5
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 Yoder1-6/+53
2012-08-22tpm: modularize event log collectionKent Yoder1-0/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-7/+20
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki1-1/+1
2012-06-12tpm: check the chip reference before using itAndi Shyti1-0/+6
2012-06-12TPM: fix memleak when register hardware failsWanlong Gao1-5/+4
2012-06-12TPM: chip disabled state erronously being reported as errorRajiv Andrade1-2/+10
2012-02-14TPM: Zero buffer whole after copying to userspaceTim Gardner1-1/+2
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger1-0/+9
2011-11-17Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris1-20/+117
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade1-7/+8
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade1-0/+41
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger1-3/+41
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger1-7/+23
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger1-4/+5
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-0/+3
2011-09-23TPM: Zero buffer after copying to userspacePeter Huewe1-1/+5
2011-09-23TPM: Call tpm_transmit with correct sizePeter Huewe1-0/+3
2011-08-24tpm: suppress durations sysfs output if not readStefan Berger1-0/+3
2011-07-12tpm: Fix a typoStefan Berger1-1/+1
2011-07-12tpm: Fix display of data in pubek sysfs entryStefan Berger1-10/+16
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger1-0/+16
2011-07-12tpm: Adjust interface timeouts if they are too smallStefan Berger1-4/+9
2011-07-12tpm: Use interface timeouts returned from the TPMStefan Berger1-3/+4
2011-07-12tpm_tis: Introduce durations sysfs entryStefan Berger1-0/+15
2011-07-12tpm: Adjust the durations if they are too smallStefan Berger1-6/+11
2011-07-12tpm: Use durations returned from TPMStefan Berger1-2/+4
2011-03-29char/tpm: Fix unitialized usage of data bufferPeter Huewe1-1/+1
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds1-6/+4