aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.c
AgeCommit message (Expand)Author
2011-04-14char/tpm: Fix unitialized usage of data bufferPeter Huewe
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger
2011-01-24TPM: Long default timeout fixRajiv Andrade
2011-01-10Merge branch 'master' into nextJames Morris
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo
2010-11-29key: add tpm_send commandMimi Zohar
2010-11-29tpm: add module_put wrapperMimi Zohar
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov
2010-05-06Merge branch 'master' into nextJames Morris
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
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-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-02-06TPM: integrity fixRajiv Andrade
2009-02-03TPM: integrity interfaceRajiv Andrade
2009-02-03TPM: sysfs functions consolidationRajiv Andrade
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
2008-07-26tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow
2008-07-26tpm: increase size of internal TPM response buffersMarcin Obara
2008-07-02tpm-tpm: BKL pushdownArnd Bergmann
2008-02-06tpm.c: fix crash during device removalRichard MUSIL
2008-01-14TPM: fix suspend and resume failureDavid Smith
2007-08-22tpmdd maintainersKent Yoder
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] Char: timers cleanupJiri Slaby
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-11[PATCH] tpm: fix error handlingJeff Garzik
2006-07-14[PATCH] TPM: fix failure path leakRandy Dunlap
2006-04-22[PATCH] tpm: use clear_bitKylene Jo Hall
2006-04-22[PATCH] tpm: msecs_to_jiffies cleanupsKylene Jo Hall