| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] tpmdd: remove global event log | Kylene Jo Hall | 2006-01-09 | 1 | -30/+62 |
* | [PATCH] tpm: add bios measurement log | Kylene Jo Hall | 2006-01-09 | 4 | -0/+529 |
* | [PATCH] tpm: remove PCI kconfig dependency | Kylene Jo Hall | 2005-11-18 | 1 | -1/+1 |
* | [PATCH] tpm: use ioread8 and iowrite8 | Kylene Jo Hall | 2005-11-18 | 2 | -31/+38 |
* | [PATCH] tpm: use flush_scheduled_work() | Kylene Jo Hall | 2005-11-18 | 1 | -0/+2 |
* | [PATCH] tpm: locking fix | Kylene Jo Hall | 2005-11-14 | 2 | -0/+10 |
* | [PATCH] tpm: dev_mask handling fix | Kylene Jo Hall | 2005-11-14 | 1 | -3/+2 |
* | [PATCH] tpm: updates for new hardware | Kylene Jo Hall | 2005-11-14 | 3 | -72/+171 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 1 | -1/+0 |
* | [PATCH] tpm: Fix lack of driver_unregister in init failcases | Kylene Jo Hall | 2005-11-07 | 1 | -25/+23 |
* | [PATCH] missing platform_device.h includes | Al Viro | 2005-11-02 | 1 | -0/+1 |
* | [PATCH] TPM compile fix | Chris Wright | 2005-11-02 | 2 | -0/+2 |
* | [PATCH] sparse cleanups: NULL pointers, C99 struct init. | Randy Dunlap | 2005-10-31 | 2 | -2/+2 |
* | [PATCH] tpm-tidies | Andrew Morton | 2005-10-31 | 3 | -37/+23 |
* | [PATCH] Infineon TPM: move infineon driver off pci_dev | Marcel Selhorst | 2005-10-31 | 1 | -98/+59 |
* | [PATCH] tpm: move nsc driver off pci_dev | Kylene Jo Hall | 2005-10-31 | 1 | -67/+77 |
* | [PATCH] tpm: move atmel driver off pci_dev | Kylene Jo Hall | 2005-10-31 | 1 | -62/+63 |
* | [PATCH] tpm: change from pci_dev to dev power management functions | Kylene Jo Hall | 2005-10-31 | 2 | -6/+6 |
* | [PATCH] tpm: remove pci dependency | Kylene Jo Hall | 2005-10-31 | 5 | -72/+91 |
* | [PATCH] tpm: add status function to allow non-lpc bus chips | Kylene Jo Hall | 2005-10-31 | 5 | -1/+20 |
* | Merge linux-2.6 with linux-acpi-2.6 | Len Brown | 2005-09-08 | 2 | -31/+48 |
|\ |
|
| * | [PATCH] tpm: fix tpm_atmel.c on ICH6 | Philipp Matthias Hahn | 2005-09-08 | 1 | -0/+3 |
| * | [PATCH] tpm_infineon: Bugfix in PNPACPI-handling | Marcel Selhorst | 2005-09-05 | 1 | -31/+45 |
* | | [ACPI] delete CONFIG_ACPI_BUS | Len Brown | 2005-08-24 | 1 | -1/+1 |
|/ |
|
* | [PATCH] tpm_infineon: Support for new TPM 1.2 and PNPACPI | Marcel Selhorst | 2005-08-05 | 2 | -44/+113 |
* | [PATCH] ppc64: tpm_infineon build fix | Andrew Morton | 2005-07-28 | 1 | -2/+2 |
* | [PATCH] tpm: Support for Infineon TPM | Marcel Selhorst | 2005-07-28 | 3 | -1/+479 |
* | [PATCH] tpm: fix bug introduced by the /proc/misc | Kylene Jo Hall | 2005-06-30 | 1 | -1/+1 |
* | [PATCH] tpm: fix misc name memory problem | Kylene Jo Hall | 2005-06-26 | 1 | -2/+6 |
* | [PATCH] tpm: Fix pubek parsing | Kylene Jo Hall | 2005-06-26 | 1 | -2/+2 |
* | [PATCH] tpm: Support new National TPMs | Kylene Jo Hall | 2005-06-26 | 3 | -70/+53 |
* | [PATCH] tpm: improve output in sysfs files when the TPM fails | Kylene Jo Hall | 2005-06-24 | 1 | -4/+6 |
* | [PATCH] tpm: add debugging output | Kylene Hall | 2005-06-24 | 1 | -8/+17 |
* | [PATCH] tpm: replace odd LPC init function | Kylene Hall | 2005-06-24 | 4 | -108/+22 |
* | [PATCH] tpm: TPMs on additional LPC bus | Kylene Hall | 2005-06-24 | 1 | -0/+1 |
* | [PATCH] tpm: locking fixes | Kylene Hall | 2005-06-24 | 1 | -3/+7 |
* | [PATCH] tpm: add cancel function | Kylene Hall | 2005-06-24 | 4 | -12/+23 |
* | [PATCH] tpm: sysfs owernship changes | Kylene Hall | 2005-06-24 | 4 | -13/+64 |
* | [PATCH] tpm: remove unnecessary __force | Kylene Hall | 2005-06-24 | 1 | -12/+7 |
* | [PATCH] tpm: use to_pci_dev | Kylene Hall | 2005-06-24 | 1 | -3/+3 |
* | [PATCH] tpm: fix timer initialization | Kylene Hall | 2005-06-24 | 2 | -20/+6 |
* | [PATCH] tpm: large stack objects | Kylene Hall | 2005-06-24 | 1 | -6/+15 |
* | [PATCH] tpm: read return code issue | Kylene Hall | 2005-06-24 | 1 | -20/+10 |
* | [PATCH] tpm: remove unnecessary module stuff | Kylene Hall | 2005-06-24 | 1 | -13/+0 |
* | [PATCH] tpm: address missing const defs | Kylene Hall | 2005-06-24 | 1 | -5/+5 |
* | [PATCH] tpm: Fix concerns with TPM driver -- use enums | Kylene Hall | 2005-06-24 | 4 | -51/+87 |
* | [PATCH] char/tpm: use msleep(), clean-up timers, | Nishanth Aravamudan | 2005-06-24 | 3 | -52/+18 |
* | [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic... | Yani Ioannou | 2005-06-21 | 1 | -3/+3 |
* | [PATCH] tpm 64bit fixes (size_t) | Al Viro | 2005-04-26 | 1 | -3/+3 |
* | [PATCH] Fix u32 vs. pm_message_t in drivers/char | Pavel Machek | 2005-04-17 | 2 | -2/+2 |