summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* TPM: integrity fixRajiv Andrade2009-02-061-3/+5
* TPM: integrity interfaceRajiv Andrade2009-02-031-19/+110
* TPM: sysfs functions consolidationRajiv Andrade2009-02-031-269/+142
* tpm: don't export static functionsStephen Rothwell2008-10-201-1/+1
* drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton2008-10-161-7/+8
* tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks2008-10-161-0/+7
* tpm: correct tpm timeouts to jiffies conversionMarcin Obara2008-10-161-7/+7
* As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade2008-10-111-1/+1
* The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade2008-10-111-6/+16
* Protect tpm_chip_list when transversing it.Rajiv Andrade2008-10-111-37/+24
* Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2008-10-111-4/+3
* Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade2008-10-111-4/+4
* tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow2008-07-261-2/+2
* tpm: increase size of internal TPM response buffersMarcin Obara2008-07-261-31/+93
* tpm-tpm: BKL pushdownArnd Bergmann2008-07-021-0/+5
* tpm.c: fix crash during device removalRichard MUSIL2008-02-061-17/+27
* TPM: fix suspend and resume failureDavid Smith2008-01-141-6/+6
* tpmdd maintainersKent Yoder2007-08-221-1/+1
* use mutex instead of semaphore in TPM driverMatthias Kaehlcke2007-05-081-11/+13
* tpm: fix sleep-in-spinlockParag Warudkar2007-05-081-4/+8
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-3/+2
* [PATCH] Correct misc_register return code handling in several driversNeil Horman2006-12-071-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
|/
* [PATCH] tpm: fix error handlingJeff Garzik2006-10-111-1/+8
* [PATCH] TPM: fix failure path leakRandy Dunlap2006-07-141-0/+1
* [PATCH] tpm: use clear_bitKylene Jo Hall2006-04-221-18/+7
* [PATCH] tpm: msecs_to_jiffies cleanupsKylene Jo Hall2006-04-221-8/+14
* [PATCH] tpm: driver for next generation TPM chipsLeendert van Doorn2006-04-221-0/+3
* [PATCH] tpm: new 1.2 sysfs filesKylene Jo Hall2006-04-221-2/+233
* [PATCH] tpm: command duration updateKylene Jo Hall2006-04-221-3/+309
* [PATCH] tpm: return chip from tpm_register_hardwareKylene Jo Hall2006-04-221-5/+6
* [PATCH] tpm: chip struct updateKylene Jo Hall2006-04-221-25/+23
* [PATCH] tpm: reorganize sysfs filesKylene Jo Hall2006-04-221-59/+86
* [PATCH] tpm: spacing cleanupsKylene Jo Hall2006-04-221-5/+4
* [PATCH] tpm: add bios measurement logKylene Jo Hall2006-01-081-0/+3
* [PATCH] tpm: use flush_scheduled_work()Kylene Jo Hall2005-11-181-0/+2
* [PATCH] tpm: locking fixKylene Jo Hall2005-11-131-0/+9
* [PATCH] tpm: dev_mask handling fixKylene Jo Hall2005-11-131-3/+2
* [PATCH] tpm-tidiesAndrew Morton2005-10-301-24/+11
* [PATCH] tpm: change from pci_dev to dev power management functionsKylene Jo Hall2005-10-301-4/+4
* [PATCH] tpm: remove pci dependencyKylene Jo Hall2005-10-301-35/+30
* [PATCH] tpm: add status function to allow non-lpc bus chipsKylene Jo Hall2005-10-301-1/+1
* [PATCH] tpm: fix bug introduced by the /proc/miscKylene Jo Hall2005-06-301-1/+1
* [PATCH] tpm: fix misc name memory problemKylene Jo Hall2005-06-251-2/+6
* [PATCH] tpm: Fix pubek parsingKylene Jo Hall2005-06-251-2/+2
* [PATCH] tpm: improve output in sysfs files when the TPM failsKylene Jo Hall2005-06-241-4/+6
OpenPOWER on IntegriCloud