summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds1-16/+2
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger1-2/+16
2011-01-24TPM: Long default timeout fixRajiv Andrade1-4/+6
2011-01-10Merge branch 'master' into nextJames Morris1-2/+2
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-11-29key: add tpm_send commandMimi Zohar1-0/+16
2010-11-29tpm: add module_put wrapperMimi Zohar1-2/+2
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov1-12/+10
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26TPM: workaround to enforce PCR updates across suspendsRajiv Andrade1-7/+40
2009-10-01TPM: fix pcrreadRajiv Andrade1-2/+1
2009-09-30Merge branch 'master' into nextJames Morris1-4/+3
2009-09-24TPM: increase default TPM bufferRajiv Andrade1-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+2
2009-09-23tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe1-3/+2
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-02-06TPM: integrity fixRajiv Andrade1-3/+5
2009-02-03TPM: integrity interfaceRajiv Andrade1-19/+110
2009-02-03TPM: sysfs functions consolidationRajiv Andrade1-269/+142
2008-10-20tpm: don't export static functionsStephen Rothwell1-1/+1
2008-10-16drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton1-7/+8
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks1-0/+7
2008-10-16tpm: correct tpm timeouts to jiffies conversionMarcin Obara1-7/+7
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade1-1/+1
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade1-6/+16
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade1-37/+24