1. 954650e tpm: seal/unseal for TPM 2.0 by Jarkko Sakkinen · 9 years ago
  2. 74d6b3c tpm: fix suspend/resume paths for TPM 2.0 by Jarkko Sakkinen · 10 years ago
  3. 30fc8d1 tpm: TPM 2.0 CRB Interface by Jarkko Sakkinen · 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. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago
  8. 87155b7 tpm: merge duplicate transmit_cmd() functions by Jarkko Sakkinen · 10 years ago
  9. 398a1e7 TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev by David Howells · 10 years ago
  10. 8e54caf tpm: Provide a generic means to override the chip returned timeouts by Jason Gunthorpe · 10 years ago
  11. 3e14d83 tpm: missing tpm_chip_put in tpm_get_random() by Jarkko Sakkinen · 10 years ago
  12. b49e104 tpm: Properly clean sysfs entries in error path by Stefan Berger · 10 years ago
  13. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  14. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  15. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  16. 000a07b tpm: Move sysfs functions from tpm-interface to tpm-sysfs by Jason Gunthorpe · 11 years ago
  17. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  18. 9deb0eb tpm: Rename tpm.c to tpm-interface.c by Jason Gunthorpe · 11 years ago[Renamed from drivers/char/tpm/tpm.c]
  19. 0a41826 tpm: cleanup checkpatch warnings by Peter Huewe · 11 years ago
  20. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  21. 58c09e21 tpm: Use container_of to locate the tpm_chip in tpm_open by Jason Gunthorpe · 11 years ago
  22. 6aff1fd tpm: Store devname in the tpm_chip by Jason Gunthorpe · 11 years ago
  23. e2fa3d7 tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds by Peter Huewe · 11 years ago
  24. 32d33b2 TPM: Retry SaveState command in suspend path by Duncan Laurie · 11 years ago
  25. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 12 years ago
  26. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago
  27. 4643826 TPM: Work around buggy TPMs that block during continue self test by Jason Gunthorpe · 12 years ago
  28. c584af1 TPM: Issue TPM_STARTUP at driver load if the TPM has not been started by Jason Gunthorpe · 12 years ago
  29. 07b133e char/tpm: simplify duration calculation and eliminate smatch warning. by Peter Huewe · 12 years ago
  30. 720ca4a char/tpm: Remove duplicated lookup table by Peter Huewe · 12 years ago
  31. 59b69ac Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linus by James Morris · 12 years ago
  32. abce9ac tpm: Propagate error from tpm_transmit to fix a timeout hang by Peter Huewe · 12 years ago
  33. 1631cfb driver/char/tpm: fix regression causesd by ppi by Gang Wei · 12 years ago
  34. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  35. 8119807 driver/char/tpm: declare internal symbols as static by Xiaoyan Zhang · 11 years ago
  36. f84fdff driver: add PPI support in tpm driver by Xiaoyan Zhang · 12 years ago
  37. dd7da13 tpm: fix double write race and tpm_release free issue by Kent Yoder · 12 years ago
  38. 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 12 years ago
  39. e5dcd87 tpm: modularize event log collection by Kent Yoder · 12 years ago
  40. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  41. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  42. 035e2ce PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend() by Rafael J. Wysocki · 12 years ago
  43. 3072928 tpm: check the chip reference before using it by Andi Shyti · 12 years ago
  44. dad79cb TPM: fix memleak when register hardware fails by Wanlong Gao · 12 years ago
  45. 24ebe66 TPM: chip disabled state erronously being reported as error by Rajiv Andrade · 12 years ago
  46. 3ab1aff TPM: Zero buffer whole after copying to userspace by Tim Gardner · 13 years ago
  47. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  48. 8077e8b Merge branch 'for-james' of git://github.com/srajiv/tpm into next by James Morris · 13 years ago
  49. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  50. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  51. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago
  52. d97c6ad tpm: Cleanup tpm_continue_selftest by Stefan Berger · 13 years ago
  53. 2b30a90 tpm: Have tpm_get_timeouts return an error code by Stefan Berger · 13 years ago
  54. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  55. 3321c07 TPM: Zero buffer after copying to userspace by Peter Huewe · 13 years ago
  56. 6b07d30 TPM: Call tpm_transmit with correct size by Peter Huewe · 13 years ago
  57. 403d1d0 tpm: suppress durations sysfs output if not read by Stefan Berger · 13 years ago
  58. c920669 tpm: Fix a typo by Stefan Berger · 13 years ago
  59. 5a79444 tpm: Fix display of data in pubek sysfs entry by Stefan Berger · 13 years ago
  60. 6259210 tpm_tis: Add timeouts sysfs entry by Stefan Berger · 13 years ago
  61. e3e1a1e tpm: Adjust interface timeouts if they are too small by Stefan Berger · 13 years ago
  62. 829bf06 tpm: Use interface timeouts returned from the TPM by Stefan Berger · 13 years ago
  63. 04ab229 tpm_tis: Introduce durations sysfs entry by Stefan Berger · 13 years ago
  64. e934acc tpm: Adjust the durations if they are too small by Stefan Berger · 13 years ago
  65. 979b140 tpm: Use durations returned from TPM by Stefan Berger · 13 years ago
  66. 1309d7a char/tpm: Fix unitialized usage of data buffer by Peter Huewe · 13 years ago
  67. 8d1dc20 Revert "TPM: Long default timeout fix" by Linus Torvalds · 13 years ago
  68. e587137 Revert "tpm_tis: Use timeouts returned from TPM" by Linus Torvalds · 13 years ago
  69. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  70. c4ff4b8 TPM: Long default timeout fix by Rajiv Andrade · 14 years ago
  71. d2e7ad1 Merge branch 'master' into next by James Morris · 14 years ago
  72. 2e5c44c tpm: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  73. c749ba9 key: add tpm_send command by Mimi Zohar · 14 years ago
  74. a0e3934 tpm: add module_put wrapper by Mimi Zohar · 14 years ago
  75. 9b3056c tpm: change 'tpm_suspend_pcr' to be module parameter by Dmitry Torokhov · 14 years ago
  76. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  78. 225a9be TPM: workaround to enforce PCR updates across suspends by Rajiv Andrade · 14 years ago
  79. 23acb98 TPM: fix pcrread by Rajiv Andrade · 15 years ago
  80. 1669b04 Merge branch 'master' into next by James Morris · 15 years ago
  81. 7f36678 TPM: increase default TPM buffer by Rajiv Andrade · 15 years ago
  82. c82ffab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  83. 0afd905 tpm-fixup-pcrs-sysfs-file-update by Jason Gunthorpe · 15 years ago
  84. 8c87df4 BUILD_BUG_ON(): fix it and a couple of bogus uses of it by Jan Beulich · 15 years ago
  85. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  86. 8920d5a TPM: integrity fix by Rajiv Andrade · 15 years ago
  87. 659aaf2 TPM: integrity interface by Rajiv Andrade · 15 years ago
  88. 0883743 TPM: sysfs functions consolidation by Rajiv Andrade · 15 years ago
  89. cbb2ed4 tpm: don't export static functions by Stephen Rothwell · 16 years ago
  90. dd78c94 drivers/char/tpm/tpm.c: fix error-path memory leak by Andrew Morton · 16 years ago
  91. 292cf4a tpm: work around bug in Broadcom BCM0102 chipset by Valdis Kletnieks · 16 years ago
  92. 9e5b1b1 tpm: correct tpm timeouts to jiffies conversion by Marcin Obara · 16 years ago
  93. 4bdec11 As pointed out by Jonathan Corbet, the timer must be deleted before by Rajiv Andrade · 16 years ago
  94. 253115b The tpm_dev_release function is only called for platform devices, not pnp by Rajiv Andrade · 16 years ago
  95. f02a936 Protect tpm_chip_list when transversing it. by Rajiv Andrade · 16 years ago
  96. dc36d32 Renames num_open to is_open, as only one process can open the file at a time. by Rajiv Andrade · 16 years ago
  97. f89c5ed Remove the BKL calls from the TPM driver, which were added in the overall by Rajiv Andrade · 16 years ago
  98. 0147600 tpm: Use correct data types for sizes in tpm_write() and tpm_read() by Michael Halcrow · 16 years ago
  99. ec288bd tpm: increase size of internal TPM response buffers by Marcin Obara · 16 years ago
  100. 25368ca tpm-tpm: BKL pushdown by Arnd Bergmann · 16 years ago