aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-23TPM: tpm_nsc: Fix a double free of pdev in cleanup_nscAxel Lin1-2/+0
2011-09-23TPM: TCG_ATMEL should depend on HAS_IOPORTGeert Uytterhoeven1-0/+1
2011-08-24tpm: suppress durations sysfs output if not readStefan Berger1-0/+3
2011-08-03tpm_tis: fix build when ACPI is not enabledRandy Dunlap1-1/+6
2011-07-26tpm_nsc: Fix bug when loading multiple TPM driversStefan Berger1-7/+7
2011-07-22tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP blockStefan Berger1-22/+23
2011-07-21tpm: Fix compilation warning when CONFIG_PNP is not definedStefan Berger1-6/+1
2011-07-12tpm: Fix a typoStefan Berger1-1/+1
2011-07-12tpm_tis: Probing function for Intel iTPM bugStefan Berger1-4/+73
2011-07-12tpm_tis: Fix the probing for interruptsStefan Berger2-6/+28
2011-07-12tpm_tis: Delay ACPI S3 suspend while the TPM is busyStefan Berger1-5/+23
2011-07-12tpm_tis: Re-enable interrupts upon (S3) resumeStefan Berger1-0/+30
2011-07-12tpm: Fix display of data in pubek sysfs entryStefan Berger1-10/+16
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger3-1/+22
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 Berger3-1/+21
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 Torvalds3-21/+3
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger3-3/+21
2011-01-24tpm: fix panic caused by "tpm: Autodetect itpm devices"Olof Johansson1-3/+3
2011-01-24TPM: Long default timeout fixRajiv Andrade1-4/+6
2011-01-10Merge branch 'master' into nextJames Morris2-2/+26
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-11-30tpm: Autodetect itpm devicesMatthew Garrett1-0/+24
2010-11-29key: add tpm_send commandMimi Zohar1-0/+16
2010-11-29tpm: add module_put wrapperMimi Zohar2-2/+7
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov1-12/+10
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-2/+2
2010-07-26tpm_tis: fix subsequent suspend failuresRajiv Andrade1-1/+8
2010-06-15TPM: ReadPubEK output struct fixRajiv Andrade1-0/+1
2010-05-17TPM: ACPI/PNP dependency removalRajiv Andrade2-21/+25
2010-05-07Revert "TPM: ACPI/PNP dependency removal"James Morris2-32/+22
2010-05-06Merge branch 'master' into nextJames Morris4-0/+4
2010-05-05TPM: ACPI/PNP dependency removalRajiv Andrade2-22/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-26TPM: workaround to enforce PCR updates across suspendsRajiv Andrade1-7/+40
2010-02-11tpm_infineon: fix suspend/resume handler for pnp_driverMarcel Selhorst1-22/+57
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