aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-03tpm: autoload tpm_tis based on system PnP IDsMatt Domsch1-0/+1
2009-11-02tpm_tis: TPM_STS_DATA_EXPECT workaroundRajiv Andrade1-1/+9
2009-10-01TPM: fix pcrreadRajiv Andrade1-2/+1
2009-09-30Merge branch 'master' into nextJames Morris2-6/+5
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/jmorris/security-testing-2.6Linus 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-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-10TPM: Fixup boot probe timeout for tpm_tis driverJason Gunthorpe1-6/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-05-20TPM: get_event_name stack corruptionEric Paris1-1/+2
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-18/+38
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'Ming Lei2-18/+38
2009-03-24Merge branch 'master' into nextJames Morris1-2/+2
2009-02-11tpm: correct email address for tpm_infineon-driverMarcel Selhorst1-2/+2
2009-02-06Merge branch 'master' into nextJames Morris2-15/+22
2009-02-06TPM: integrity fixRajiv Andrade1-3/+5
2009-02-03TPM: integrity interfaceRajiv Andrade2-19/+128
2009-02-03TPM: sysfs functions consolidationRajiv Andrade2-269/+266
2009-01-09Merge branch 'linus' into releaseLen Brown1-13/+22
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith1-13/+22
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming1-2/+0
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 Andrade3-7/+30
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade1-37/+24
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2-5/+4
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade1-4/+4
2008-08-28securityfs: do not depend on CONFIG_SECURITYEric Paris1-0/+1
2008-07-26tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow1-2/+2
2008-07-26tpm: increase size of internal TPM response buffersMarcin Obara1-31/+93
2008-07-26tpm_bios.c: make 2 structs staticAdrian Bunk1-2/+2
2008-07-26tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan1-0/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-0/+1
2008-07-10tpm: add Intel TPM TIS device HIDMarcin Obara1-0/+1
2008-07-02tpm-tpm: BKL pushdownArnd Bergmann1-0/+5
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas1-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg1-1/+1
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-1/+1
2008-02-06tpm: infineon section mismatchRandy Dunlap1-3/+3
2008-02-06tpm.c: fix crash during device removalRichard MUSIL2-17/+29
2008-01-14TPM: fix suspend and resume failureDavid Smith1-6/+6
2007-11-29TPM: fix TIS device driver locality requestMarcel Selhorst1-5/+5
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-2/+2
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas1-9/+13
2007-08-22tpmdd maintainersKent Yoder7-5/+9