aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAge
* Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris2012-10-11
|\
| * tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-10
* | driver/char/tpm: fix regression causesd by ppiGang Wei2012-10-10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-03
|\|
| * tpm: fix tpm_acpi sparse warning on different address spacesKent Yoder2012-09-11
| * driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2012-09-04
| * driver: add PPI support in tpm driverXiaoyan Zhang2012-08-22
| * tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl2012-08-22
| * drivers/char/tpm: Add securityfs support for event logAshley Lai2012-08-22
| * drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-22
| * tpm: compile out unused code in the PNP and PM casesKent Yoder2012-08-22
| * tpm: fix double write race and tpm_release free issueKent Yoder2012-08-22
| * tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-22
| * tpm: modularize event log collectionKent Yoder2012-08-22
| * char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe2012-08-22
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\ \ | |/ |/|
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
* | tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-10
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-23
|\
| * tpm: check the chip reference before using itAndi Shyti2012-06-12
| * TPM: fix memleak when register hardware failsWanlong Gao2012-06-12
| * TPM: chip disabled state erronously being reported as errorRajiv Andrade2012-06-12
| * MAINTAINERS: TPM maintainers' contacts updateRajiv Andrade2012-06-12
* | tpm_nsc: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-10
* | tpm_tis: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-10
* | tpm_atmel: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-10
* | PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki2012-07-10
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-21
|\
| * TPM: Zero buffer whole after copying to userspaceTim Gardner2012-02-14
| * tpm_tis: Clean up after module_param cleanupStefan Berger2012-02-14
| * tpm_tis: Only probe iTPMsStefan Berger2012-02-14
| * Merge branch 'next-queue' into nextJames Morris2012-02-09
| |\
| | * ima: fix Kconfig dependenciesFabio Estevam2012-01-19
* | | tpm_tis: fix tis_lock with respect to RCUJiri Kosina2012-03-05
|/ /
* / tpm: fix (ACPI S3) suspend regressionStefan Berger2012-01-18
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris2011-11-16
|\
| * TPM: fix transmit_cmd error logicRajiv Andrade2011-11-16
| * TPM: NSC and TIS drivers X86 dependency fixRajiv Andrade2011-11-16
| * TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade2011-11-16
| * TPM: Use vendor specific function for status probeRajiv Andrade2011-11-16
| * tpm_tis: add delay after aborting commandStefan Berger2011-11-16
| * tpm_tis: Check return code from getting timeouts/durationsStefan Berger2011-11-16
| * tpm: Introduce function to poll for result of self testStefan Berger2011-11-16
| * tpm: Cleanup tpm_continue_selftestStefan Berger2011-11-16
| * tpm: Have tpm_get_timeouts return an error codeStefan Berger2011-11-16
* | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-25
|\|
| * tpm: suppress durations sysfs output if not readStefan Berger2011-08-23
* | TPM: Zero buffer after copying to userspacePeter Huewe2011-09-22
* | TPM: Call tpm_transmit with correct sizePeter Huewe2011-09-22