aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linusJames 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 Wei3-11/+19
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds13-160/+2376
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-09-12tpm: fix tpm_acpi sparse warning on different address spacesKent Yoder1-2/+2
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2-20/+21
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang4-1/+475
2012-08-22tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl1-0/+5
2012-08-22drivers/char/tpm: Add securityfs support for event logAshley Lai4-12/+93
2012-08-22drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai5-0/+836
2012-08-22tpm: compile out unused code in the PNP and PM casesKent Yoder1-1/+2
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 Yoder2-6/+76
2012-08-22tpm: modularize event log collectionKent Yoder5-142/+182
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe3-0/+707
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-10tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-10/+23
2012-07-10tpm_nsc: Use struct dev_pm_ops for power managementRafael J. Wysocki1-11/+2
2012-07-10tpm_tis: Use struct dev_pm_ops for power managementRafael J. Wysocki1-9/+7
2012-07-10tpm_atmel: Use struct dev_pm_ops for power managementRafael J. Wysocki1-10/+2
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki5-6/+6
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-06-12MAINTAINERS: TPM maintainers' contacts updateRajiv Andrade1-3/+3
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