aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2011-01-24tpm: fix panic caused by "tpm: Autodetect itpm devices"Gravatar Olof Johansson 1-3/+3
2011-01-24TPM: Long default timeout fixGravatar Rajiv Andrade 1-4/+6
2011-01-10Merge branch 'master' into nextGravatar James Morris 2-2/+26
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-2/+2
2010-12-24tpm: don't use flush_scheduled_work()Gravatar Tejun Heo 1-2/+2
2010-11-30tpm: Autodetect itpm devicesGravatar Matthew Garrett 1-0/+24
2010-11-29key: add tpm_send commandGravatar Mimi Zohar 1-0/+16
2010-11-29tpm: add module_put wrapperGravatar Mimi Zohar 2-2/+7
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-2/+2
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterGravatar Dmitry Torokhov 1-12/+10
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 2-2/+2
2010-07-26tpm_tis: fix subsequent suspend failuresGravatar Rajiv Andrade 1-1/+8
2010-06-15TPM: ReadPubEK output struct fixGravatar Rajiv Andrade 1-0/+1
2010-05-17TPM: ACPI/PNP dependency removalGravatar Rajiv Andrade 2-21/+25
2010-05-07Revert "TPM: ACPI/PNP dependency removal"Gravatar James Morris 2-32/+22
2010-05-06Merge branch 'master' into nextGravatar James Morris 4-0/+4
2010-05-05TPM: ACPI/PNP dependency removalGravatar Rajiv Andrade 2-22/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 4-0/+4
2010-03-26TPM: workaround to enforce PCR updates across suspendsGravatar Rajiv Andrade 1-7/+40
2010-02-11tpm_infineon: fix suspend/resume handler for pnp_driverGravatar Marcel Selhorst 1-22/+57
2009-11-03tpm: autoload tpm_tis based on system PnP IDsGravatar Matt Domsch 1-0/+1
2009-11-02tpm_tis: TPM_STS_DATA_EXPECT workaroundGravatar Rajiv Andrade 1-1/+9
2009-10-01TPM: fix pcrreadGravatar Rajiv Andrade 1-2/+1
2009-09-30Merge branch 'master' into nextGravatar James Morris 2-6/+5
2009-09-24TPM: increase default TPM bufferGravatar Rajiv Andrade 1-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-3/+2
2009-09-23tpm-fixup-pcrs-sysfs-file-updateGravatar Jason Gunthorpe 1-3/+2
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itGravatar Jan Beulich 1-2/+2
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-2/+2
2009-09-10TPM: Fixup boot probe timeout for tpm_tis driverGravatar Jason Gunthorpe 1-6/+6
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-05-20TPM: get_event_name stack corruptionGravatar Eric Paris 1-1/+2
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 2-18/+38
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Gravatar Ming Lei 2-18/+38
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-2/+2
2009-02-11tpm: correct email address for tpm_infineon-driverGravatar Marcel Selhorst 1-2/+2
2009-02-06Merge branch 'master' into nextGravatar James Morris 2-15/+22
2009-02-06TPM: integrity fixGravatar Rajiv Andrade 1-3/+5
2009-02-03TPM: integrity interfaceGravatar Rajiv Andrade 2-19/+128
2009-02-03TPM: sysfs functions consolidationGravatar Rajiv Andrade 2-269/+266
2009-01-09Merge branch 'linus' into releaseGravatar Len Brown 1-13/+22
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceGravatar David Smith 1-13/+22
2008-12-31ACPI: remove private acpica headers from driver filesGravatar Lin Ming 1-2/+0
2008-10-20tpm: don't export static functionsGravatar Stephen Rothwell 1-1/+1
2008-10-16drivers/char/tpm/tpm.c: fix error-path memory leakGravatar Andrew Morton 1-7/+8
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetGravatar Valdis Kletnieks 1-0/+7
2008-10-16tpm: correct tpm timeouts to jiffies conversionGravatar Marcin Obara 1-7/+7
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeGravatar Rajiv Andrade 1-1/+1
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpGravatar Rajiv Andrade 3-7/+30
2008-10-11Protect tpm_chip_list when transversing it.Gravatar Rajiv Andrade 1-37/+24