aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe1-1554/+0
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe1-22/+22
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe1-33/+23
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe1-17/+4
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe1-11/+6
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe1-1/+1
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie1-4/+27
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger1-5/+24
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+1
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe1-1/+9
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe1-4/+40
2013-02-05char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe1-7/+6
2013-02-05char/tpm: Remove duplicated lookup tablePeter Huewe1-17/+1
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris1-7/+14
2012-10-10tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei1-1/+2
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-10/+64
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang1-2/+2
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang1-0/+5
2012-08-22tpm: fix double write race and tpm_release free issueKent Yoder1-2/+3
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder1-6/+53
2012-08-22tpm: modularize event log collectionKent Yoder1-0/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-7/+20
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki1-1/+1
2012-06-12tpm: check the chip reference before using itAndi Shyti1-0/+6
2012-06-12TPM: fix memleak when register hardware failsWanlong Gao1-5/+4
2012-06-12TPM: chip disabled state erronously being reported as errorRajiv Andrade1-2/+10
2012-02-14TPM: Zero buffer whole after copying to userspaceTim Gardner1-1/+2
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger1-0/+9
2011-11-17Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris1-20/+117
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade1-7/+8
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade1-0/+41
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger1-3/+41
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger1-7/+23
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger1-4/+5
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-0/+3
2011-09-23TPM: Zero buffer after copying to userspacePeter Huewe1-1/+5
2011-09-23TPM: Call tpm_transmit with correct sizePeter Huewe1-0/+3
2011-08-24tpm: suppress durations sysfs output if not readStefan Berger1-0/+3
2011-07-12tpm: Fix a typoStefan Berger1-1/+1
2011-07-12tpm: Fix display of data in pubek sysfs entryStefan Berger1-10/+16
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger1-0/+16
2011-07-12tpm: Adjust interface timeouts if they are too smallStefan Berger1-4/+9
2011-07-12tpm: Use interface timeouts returned from the TPMStefan Berger1-3/+4
2011-07-12tpm_tis: Introduce durations sysfs entryStefan Berger1-0/+15
2011-07-12tpm: Adjust the durations if they are too smallStefan Berger1-6/+11
2011-07-12tpm: Use durations returned from TPMStefan Berger1-2/+4
2011-03-29char/tpm: Fix unitialized usage of data bufferPeter Huewe1-1/+1
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds1-6/+4
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds1-16/+2
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger1-2/+16
2011-01-24TPM: Long default timeout fixRajiv Andrade1-4/+6
2011-01-10Merge branch 'master' into nextJames Morris1-2/+2
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-11-29key: add tpm_send commandMimi Zohar1-0/+16
2010-11-29tpm: add module_put wrapperMimi Zohar1-2/+2
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 imp...Tejun 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/jmo...Linus 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/torval...David 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
2005-11-13[PATCH] tpm: locking fixKylene Jo Hall1-0/+9
2005-11-13[PATCH] tpm: dev_mask handling fixKylene Jo Hall1-3/+2
2005-10-30[PATCH] tpm-tidiesAndrew Morton1-24/+11
2005-10-30[PATCH] tpm: change from pci_dev to dev power management functionsKylene Jo Hall1-4/+4
2005-10-30[PATCH] tpm: remove pci dependencyKylene Jo Hall1-35/+30
2005-10-30[PATCH] tpm: add status function to allow non-lpc bus chipsKylene Jo Hall1-1/+1
2005-06-30[PATCH] tpm: fix bug introduced by the /proc/miscKylene Jo Hall1-1/+1
2005-06-25[PATCH] tpm: fix misc name memory problemKylene Jo Hall1-2/+6
2005-06-25[PATCH] tpm: Fix pubek parsingKylene Jo Hall1-2/+2
2005-06-24[PATCH] tpm: improve output in sysfs files when the TPM failsKylene Jo Hall1-4/+6
2005-06-24[PATCH] tpm: add debugging outputKylene Hall1-8/+17
2005-06-24[PATCH] tpm: replace odd LPC init functionKylene Hall1-90/+0
2005-06-24[PATCH] tpm: locking fixesKylene Hall1-3/+7
2005-06-24[PATCH] tpm: add cancel functionKylene Hall1-12/+20
2005-06-24[PATCH] tpm: sysfs owernship changesKylene Hall1-12/+23
2005-06-24[PATCH] tpm: remove unnecessary __forceKylene Hall1-12/+7
2005-06-24[PATCH] tpm: use to_pci_devKylene Hall1-3/+3
2005-06-24[PATCH] tpm: fix timer initializationKylene Hall1-18/+6
2005-06-24[PATCH] tpm: large stack objectsKylene Hall1-6/+15
2005-06-24[PATCH] tpm: read return code issueKylene Hall1-20/+10
2005-06-24[PATCH] tpm: remove unnecessary module stuffKylene Hall1-13/+0
2005-06-24[PATCH] tpm: address missing const defsKylene Hall1-5/+5
2005-06-24[PATCH] tpm: Fix concerns with TPM driver -- use enumsKylene Hall1-17/+35
2005-06-24[PATCH] char/tpm: use msleep(), clean-up timers,Nishanth Aravamudan1-28/+7
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou1-3/+3
2005-04-26[PATCH] tpm 64bit fixes (size_t)Al Viro1-3/+3
2005-04-16[PATCH] Fix u32 vs. pm_message_t in drivers/charPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+697