summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds2011-02-201-16/+2
* tpm_tis: Use timeouts returned from TPMStefan Berger2011-02-111-2/+16
* TPM: Long default timeout fixRajiv Andrade2011-01-241-4/+6
* Merge branch 'master' into nextJames Morris2011-01-101-2/+2
|\
| * tpm: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
* | key: add tpm_send commandMimi Zohar2010-11-291-0/+16
* | tpm: add module_put wrapperMimi Zohar2010-11-291-2/+2
|/
* tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov2010-10-211-12/+10
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | TPM: workaround to enforce PCR updates across suspendsRajiv Andrade2010-03-261-7/+40
|/
* TPM: fix pcrreadRajiv Andrade2009-10-011-2/+1
* Merge branch 'master' into nextJames Morris2009-09-301-4/+3
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-231-3/+2
| |\
| | * tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe2009-09-231-3/+2
| * | BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-2/+2
| |/
* | TPM: increase default TPM bufferRajiv Andrade2009-09-241-1/+1
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* TPM: integrity fixRajiv Andrade2009-02-061-3/+5
* TPM: integrity interfaceRajiv Andrade2009-02-031-19/+110
* TPM: sysfs functions consolidationRajiv Andrade2009-02-031-269/+142
* tpm: don't export static functionsStephen Rothwell2008-10-201-1/+1
* drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton2008-10-161-7/+8
* tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks2008-10-161-0/+7
* tpm: correct tpm timeouts to jiffies conversionMarcin Obara2008-10-161-7/+7
* As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade2008-10-111-1/+1
* The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade2008-10-111-6/+16
* Protect tpm_chip_list when transversing it.Rajiv Andrade2008-10-111-37/+24
OpenPOWER on IntegriCloud