1. 9deb0eb tpm: Rename tpm.c to tpm-interface.c by Jason Gunthorpe · 11 years ago
  2. 0a41826 tpm: cleanup checkpatch warnings by Peter Huewe · 11 years ago
  3. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  4. cb99615 tpm: st33: Remove chip->data_buffer access from this driver by Jason Gunthorpe · 11 years ago
  5. d0a4017 tpm: Remove redundant dev_set_drvdata by Jason Gunthorpe · 11 years ago
  6. 58c09e21 tpm: Use container_of to locate the tpm_chip in tpm_open by Jason Gunthorpe · 11 years ago
  7. 6aff1fd tpm: Store devname in the tpm_chip by Jason Gunthorpe · 11 years ago
  8. 1e6e097 tpm atmel: Call request_region with the correct base by Jason Gunthorpe · 11 years ago
  9. 37ab034 tpm: ibmvtpm: Use %zd formatting for size_t format arguments by Jason Gunthorpe · 11 years ago
  10. a2fa3fb tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  11. 713efca drivers/xen-tpmfront: Fix compile issue with missing option. by Konrad Rzeszutek Wilk · 11 years ago
  12. e268395 drivers/tpm: add xen tpmfront interface by Daniel De Graaf · 11 years ago
  13. 572e5b0 tpm/tpm_i2c_infineon: Remove unused header file by Peter Huewe · 12 years ago
  14. 640843a tpm: tpm_i2c_infinion: Don't modify i2c_client->driver by Lars-Peter Clausen · 12 years ago
  15. e2fa3d7 tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds by Peter Huewe · 12 years ago
  16. 1c16c96 tpm: move TPM_DIGEST_SIZE defintion by Mimi Zohar · 12 years ago
  17. 4fba3c3 tpm_tis: missing platform_driver_unregister() on error in init_tis() by Wei Yongjun · 12 years ago
  18. 32d33b2 TPM: Retry SaveState command in suspend path by Duncan Laurie · 12 years ago
  19. 6aa4ef4 tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transfer by Peter Huewe · 12 years ago
  20. 21dc02e tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entries by Peter Huewe · 12 years ago
  21. 3320280 tpm_i2c_stm_st33: Remove duplicate inclusion of header files by Sachin Kamat · 12 years ago
  22. c61c86d tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Peter Huewe · 12 years ago
  23. eef8b62 char/tpm: Convert struct i2c_msg initialization to C99 format by Shubhrajyoti Datta · 12 years ago
  24. e361200 drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpy by Chen Gang · 12 years ago
  25. 2d089f8 tpm/tpm_i2c_stm_st33: formatting and white space changes by Peter Huewe · 12 years ago
  26. 5b26603 tpm/ibmvtpm: build only when IBM pseries is configured by Kent Yoder · 12 years ago
  27. 6e38bfa tpm_tis: check pnp_acpi_device return code by Kent Yoder · 12 years ago
  28. 7333549 char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value by Peter Huewe · 12 years ago
  29. 07d7216 char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe by Peter Huewe · 12 years ago
  30. e02983c char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute by Peter Huewe · 12 years ago
  31. 6429891 char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignment by Peter Huewe · 12 years ago
  32. d479042 tpm_i2c_stm_st33: removed unused variables/code by Kent Yoder · 12 years ago
  33. 7240b98 TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup by Jason Gunthorpe · 12 years ago
  34. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 12 years ago
  35. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago
  36. 3e3a5e9 tpm: Store TPM vendor ID by Stefan Berger · 12 years ago
  37. 4643826 TPM: Work around buggy TPMs that block during continue self test by Jason Gunthorpe · 12 years ago
  38. 1fbc5e9 tpm_i2c_stm_st33: fix oops when i2c client is unavailable by Kent Yoder · 12 years ago
  39. d459335 char/tpm: Use struct dev_pm_ops for power management by Peter Huewe · 12 years ago
  40. 2bfee22 TPM: STMicroelectronics ST33 I2C BUILD STUFF by Mathias Leblanc · 12 years ago
  41. 9da228e tpm: rename STM driver to match other i2c drivers by Kent Yoder · 12 years ago
  42. 3d7a7bd tpm: STM i2c driver fixes by Kent Yoder · 12 years ago
  43. 775585e tpm: rename vendor data to priv and provide an accessor by Kent Yoder · 12 years ago
  44. 251a7b0 TPM: STMicroelectronics ST33 I2C KERNEL 3.x by Mathias Leblanc · 12 years ago
  45. 7324969 char/tpm: Use true and false for bools by Peter Huewe · 12 years ago
  46. 348df8d TPM: Switch to __packed instead of __attribute__((packed)) by Jason Gunthorpe · 12 years ago
  47. c584af1 TPM: Issue TPM_STARTUP at driver load if the TPM has not been started by Jason Gunthorpe · 12 years ago
  48. 07b133e char/tpm: simplify duration calculation and eliminate smatch warning. by Peter Huewe · 12 years ago
  49. 720ca4a char/tpm: Remove duplicated lookup table by Peter Huewe · 12 years ago
  50. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  51. 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  52. 164dce8 tpm_infineon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  53. afc6d36 tpm: remove use of __devinit by Bill Pemberton · 12 years ago
  54. 39af33f char: remove use of __devexit by Bill Pemberton · 12 years ago
  55. 0bbed20 char: remove use of __devinitdata by Bill Pemberton · 12 years ago
  56. b566650 drivers/char/tpm: remove tasklet and cleanup by Ashley Lai · 12 years ago
  57. 59b69ac Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linus by James Morris · 12 years ago
  58. abce9ac tpm: Propagate error from tpm_transmit to fix a timeout hang by Peter Huewe · 12 years ago
  59. 1631cfb driver/char/tpm: fix regression causesd by ppi by Gang Wei · 12 years ago
  60. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  61. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  62. a40695e tpm: fix tpm_acpi sparse warning on different address spaces by Kent Yoder · 12 years ago
  63. 8119807 driver/char/tpm: declare internal symbols as static by Xiaoyan Zhang · 11 years ago
  64. f84fdff driver: add PPI support in tpm driver by Xiaoyan Zhang · 12 years ago
  65. f334ac8 tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails. by Jesper Juhl · 12 years ago
  66. c5df392 drivers/char/tpm: Add securityfs support for event log by Ashley Lai · 12 years ago
  67. 132f762 drivers/char/tpm: Add new device driver to support IBM vTPM by Ashley Lai · 12 years ago
  68. 7e72fe7 tpm: compile out unused code in the PNP and PM cases by Kent Yoder · 12 years ago
  69. dd7da13 tpm: fix double write race and tpm_release free issue by Kent Yoder · 12 years ago
  70. 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 13 years ago
  71. e5dcd87 tpm: modularize event log collection by Kent Yoder · 12 years ago
  72. aad628c char/tpm: Add new driver for Infineon I2C TIS TPM by Peter Huewe · 12 years ago
  73. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  74. 07368d3 tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  75. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  76. ca9a205 tpm_nsc: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  77. b633f05 tpm_tis: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  78. 8324be0 tpm_atmel: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  79. 035e2ce PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend() by Rafael J. Wysocki · 12 years ago
  80. 3072928 tpm: check the chip reference before using it by Andi Shyti · 13 years ago
  81. dad79cb TPM: fix memleak when register hardware fails by Wanlong Gao · 13 years ago
  82. 24ebe66 TPM: chip disabled state erronously being reported as error by Rajiv Andrade · 13 years ago
  83. cbb2d5e MAINTAINERS: TPM maintainers' contacts update by Rajiv Andrade · 13 years ago
  84. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  85. 4e70daa tpm_tis: fix tis_lock with respect to RCU by Jiri Kosina · 13 years ago
  86. 3ab1aff TPM: Zero buffer whole after copying to userspace by Tim Gardner · 13 years ago
  87. 968de8e tpm_tis: Clean up after module_param cleanup by Stefan Berger · 13 years ago
  88. 4e401fb tpm_tis: Only probe iTPMs by Stefan Berger · 13 years ago
  89. 9e3ff38 Merge branch 'next-queue' into next by James Morris · 13 years ago
  90. f4a0391 ima: fix Kconfig dependencies by Fabio Estevam · 13 years ago
  91. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  92. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  93. 8077e8b Merge branch 'for-james' of git://github.com/srajiv/tpm into next by James Morris · 13 years ago
  94. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  95. 2f592f2 TPM: NSC and TIS drivers X86 dependency fix by Rajiv Andrade · 13 years ago
  96. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  97. 9efa54f TPM: Use vendor specific function for status probe by Rajiv Andrade · 13 years ago
  98. a927b81 tpm_tis: add delay after aborting command by Stefan Berger · 13 years ago
  99. 7f326ed tpm_tis: Check return code from getting timeouts/durations by Stefan Berger · 13 years ago
  100. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago