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