1. 32d33b2 TPM: Retry SaveState command in suspend path by Duncan Laurie · 11 years ago
  2. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 11 years ago
  3. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 11 years ago
  4. 3e3a5e9 tpm: Store TPM vendor ID by Stefan Berger · 11 years ago
  5. 775585e tpm: rename vendor data to priv and provide an accessor by Kent Yoder · 12 years ago
  6. 348df8d TPM: Switch to __packed instead of __attribute__((packed)) by Jason Gunthorpe · 12 years ago
  7. c584af1 TPM: Issue TPM_STARTUP at driver load if the TPM has not been started by Jason Gunthorpe · 12 years ago
  8. 1631cfb driver/char/tpm: fix regression causesd by ppi by Gang Wei · 12 years ago
  9. f84fdff driver: add PPI support in tpm driver by Xiaoyan Zhang · 12 years ago
  10. c5df392 drivers/char/tpm: Add securityfs support for event log by Ashley Lai · 12 years ago
  11. 132f762 drivers/char/tpm: Add new device driver to support IBM vTPM by Ashley Lai · 12 years ago
  12. 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 12 years ago
  13. 035e2ce PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend() by Rafael J. Wysocki · 12 years ago
  14. 4e401fb tpm_tis: Only probe iTPMs by Stefan Berger · 12 years ago
  15. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  16. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  17. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  18. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago
  19. d97c6ad tpm: Cleanup tpm_continue_selftest by Stefan Berger · 13 years ago
  20. 2b30a90 tpm: Have tpm_get_timeouts return an error code by Stefan Berger · 13 years ago
  21. a7b6682 tpm_tis: Fix the probing for interrupts by Stefan Berger · 13 years ago
  22. 6259210 tpm_tis: Add timeouts sysfs entry by Stefan Berger · 13 years ago
  23. 04ab229 tpm_tis: Introduce durations sysfs entry by Stefan Berger · 13 years ago
  24. e587137 Revert "tpm_tis: Use timeouts returned from TPM" by Linus Torvalds · 13 years ago
  25. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  26. a0e3934 tpm: add module_put wrapper by Mimi Zohar · 14 years ago
  27. 02a077c TPM: ReadPubEK output struct fix by Rajiv Andrade · 14 years ago
  28. 659aaf2 TPM: integrity interface by Rajiv Andrade · 15 years ago
  29. 0883743 TPM: sysfs functions consolidation by Rajiv Andrade · 15 years ago
  30. 253115b The tpm_dev_release function is only called for platform devices, not pnp by Rajiv Andrade · 16 years ago
  31. dc36d32 Renames num_open to is_open, as only one process can open the file at a time. by Rajiv Andrade · 16 years ago
  32. 5bd91f1 tpm.c: fix crash during device removal by Richard MUSIL · 16 years ago
  33. 8e81cc1 tpmdd maintainers by Kent Yoder · 17 years ago
  34. d081d47 use mutex instead of semaphore in TPM driver by Matthias Kaehlcke · 17 years ago
  35. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  36. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  37. bb53a76 [PATCH] tpm_register_hardware gcc 4.1 warning fix by Daniel Walker · 18 years ago
  38. 36b2002 [PATCH] tpm: msecs_to_jiffies cleanups by Kylene Jo Hall · 18 years ago
  39. 27084ef [PATCH] tpm: driver for next generation TPM chips by Leendert van Doorn · 18 years ago
  40. 08e96e4 [PATCH] tpm: new 1.2 sysfs files by Kylene Jo Hall · 18 years ago
  41. 9e18ee1 [PATCH] tpm: command duration update by Kylene Jo Hall · 18 years ago
  42. e0dd03c [PATCH] tpm: return chip from tpm_register_hardware by Kylene Jo Hall · 18 years ago
  43. 90dda52 [PATCH] tpm: chip struct update by Kylene Jo Hall · 18 years ago
  44. 276ad0c [PATCH] tpm: sparc32 build fix by Andrew Morton · 18 years ago
  45. 55a82ab [PATCH] tpm: add bios measurement log by Kylene Jo Hall · 19 years ago
  46. 09e12f9 [PATCH] tpm: locking fix by Kylene Jo Hall · 19 years ago
  47. ad5ea3c [PATCH] tpm: updates for new hardware by Kylene Jo Hall · 19 years ago
  48. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  49. bbc5b21 [PATCH] missing platform_device.h includes by Al Viro · 19 years ago
  50. ce2c87d [PATCH] tpm: change from pci_dev to dev power management functions by Kylene Jo Hall · 19 years ago
  51. e659a3f [PATCH] tpm: remove pci dependency by Kylene Jo Hall · 19 years ago
  52. b4ed3e3 [PATCH] tpm: add status function to allow non-lpc bus chips by Kylene Jo Hall · 19 years ago
  53. daacdfa [PATCH] tpm: Support new National TPMs by Kylene Jo Hall · 19 years ago
  54. e1a23c6 [PATCH] tpm: replace odd LPC init function by Kylene Hall · 19 years ago
  55. d9e5b6b [PATCH] tpm: add cancel function by Kylene Hall · 19 years ago
  56. 6659ca2 [PATCH] tpm: sysfs owernship changes by Kylene Hall · 19 years ago
  57. fe3fd483 [PATCH] tpm: fix timer initialization by Kylene Hall · 19 years ago
  58. 3122a88 [PATCH] tpm: Fix concerns with TPM driver -- use enums by Kylene Hall · 19 years ago
  59. 700d8bd [PATCH] char/tpm: use msleep(), clean-up timers, by Nishanth Aravamudan · 19 years ago
  60. 4fd416c [PATCH] Fix u32 vs. pm_message_t in drivers/char by Pavel Machek · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago