aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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/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-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
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade1-4/+3
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade1-4/+4
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-02tpm-tpm: BKL pushdownArnd Bergmann1-0/+5
2008-02-06tpm.c: fix crash during device removalRichard MUSIL1-17/+27
2008-01-14TPM: fix suspend and resume failureDavid Smith1-6/+6
2007-08-22tpmdd maintainersKent Yoder1-1/+1
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke1-11/+13
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar1-4/+8
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-3/+2
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-11[PATCH] tpm: fix error handlingJeff Garzik1-1/+8
2006-07-14[PATCH] TPM: fix failure path leakRandy Dunlap1-0/+1
2006-04-22[PATCH] tpm: use clear_bitKylene Jo Hall1-18/+7
2006-04-22[PATCH] tpm: msecs_to_jiffies cleanupsKylene Jo Hall1-8/+14
2006-04-22[PATCH] tpm: driver for next generation TPM chipsLeendert van Doorn1-0/+3
2006-04-22[PATCH] tpm: new 1.2 sysfs filesKylene Jo Hall1-2/+233
2006-04-22[PATCH] tpm: command duration updateKylene Jo Hall1-3/+309
2006-04-22[PATCH] tpm: return chip from tpm_register_hardwareKylene Jo Hall1-5/+6
2006-04-22[PATCH] tpm: chip struct updateKylene Jo Hall1-25/+23
2006-04-22[PATCH] tpm: reorganize sysfs filesKylene Jo Hall1-59/+86
2006-04-22[PATCH] tpm: spacing cleanupsKylene Jo Hall1-5/+4
2006-01-08[PATCH] tpm: add bios measurement logKylene Jo Hall1-0/+3
2005-11-18[PATCH] tpm: use flush_scheduled_work()Kylene Jo Hall1-0/+2