summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2011-01-10Merge branch 'master' into nextJames Morris
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo
2010-11-30tpm: Autodetect itpm devicesMatthew Garrett
2010-11-29key: add tpm_send commandMimi Zohar
2010-11-29tpm: add module_put wrapperMimi Zohar
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-07-26tpm_tis: fix subsequent suspend failuresRajiv Andrade
2010-06-15TPM: ReadPubEK output struct fixRajiv Andrade
2010-05-17TPM: ACPI/PNP dependency removalRajiv Andrade
2010-05-07Revert "TPM: ACPI/PNP dependency removal"James Morris
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-05TPM: ACPI/PNP dependency removalRajiv Andrade
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26TPM: workaround to enforce PCR updates across suspendsRajiv Andrade
2010-02-11tpm_infineon: fix suspend/resume handler for pnp_driverMarcel Selhorst
2009-11-03tpm: autoload tpm_tis based on system PnP IDsMatt Domsch
2009-11-02tpm_tis: TPM_STS_DATA_EXPECT workaroundRajiv Andrade
2009-10-01TPM: fix pcrreadRajiv Andrade
2009-09-30Merge branch 'master' into nextJames Morris
2009-09-24TPM: increase default TPM bufferRajiv Andrade
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-09-23tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-10TPM: Fixup boot probe timeout for tpm_tis driverJason Gunthorpe
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-05-20TPM: get_event_name stack corruptionEric Paris
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei
2009-03-24Merge branch 'master' into nextJames Morris
2009-02-11tpm: correct email address for tpm_infineon-driverMarcel Selhorst
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06TPM: integrity fixRajiv Andrade
2009-02-03TPM: integrity interfaceRajiv Andrade
2009-02-03TPM: sysfs functions consolidationRajiv Andrade
2009-01-09Merge branch 'linus' into releaseLen Brown
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming
2008-10-20tpm: don't export static functionsStephen Rothwell
2008-10-16drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks
2008-10-16tpm: correct tpm timeouts to jiffies conversionMarcin Obara
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade