aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-9/+14
2012-03-05tpm_tis: fix tis_lock with respect to RCUJiri Kosina1-5/+5
2012-02-14TPM: Zero buffer whole after copying to userspaceTim Gardner1-1/+2
2012-02-14tpm_tis: Clean up after module_param cleanupStefan Berger1-4/+5
2012-02-14tpm_tis: Only probe iTPMsStefan Berger2-3/+7
2012-02-09Merge branch 'next-queue' into nextJames Morris1-1/+0
2012-01-19ima: fix Kconfig dependenciesFabio Estevam1-1/+0
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-17Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris4-80/+152
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade3-10/+9
2011-11-16TPM: NSC and TIS drivers X86 dependency fixRajiv Andrade1-0/+2
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade3-53/+55
2011-11-16TPM: Use vendor specific function for status probeRajiv Andrade1-5/+5
2011-11-16tpm_tis: add delay after aborting commandStefan Berger1-0/+3
2011-11-16tpm_tis: Check return code from getting timeouts/durationsStefan Berger1-1/+5
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger3-6/+51
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger2-8/+24
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger2-5/+6
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