1. 14b5c1c tpm_tis: restore IRQ vector in IO memory after failed probing by Martin Wilck · 9 years ago
  2. 2aef9da tpm_tis: free irq after probing by Martin Wilck · 9 years ago
  3. 399235d tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0 by Jarkko Sakkinen · 9 years ago
  4. 4d5f205 tpm, tpm_tis: fix TPM 2.0 probing by Jarkko Sakkinen · 9 years ago
  5. 74d6b3c tpm: fix suspend/resume paths for TPM 2.0 by Jarkko Sakkinen · 10 years ago
  6. 961be7e tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device by Peter Huewe · 10 years ago
  7. aec04cb tpm: TPM 2.0 FIFO Interface by Jarkko Sakkinen · 10 years ago
  8. 313d21e tpm: device class for tpm by Jarkko Sakkinen · 10 years ago
  9. 71ed848 tpm: rename chip->dev to chip->pdev by Jarkko Sakkinen · 10 years ago
  10. 0dc5536 tpm: fix raciness of PPI interface lookup by Jarkko Sakkinen · 10 years ago
  11. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago
  12. 448e9c5 tpm_tis: verify interrupt during init by Scot Doyle · 10 years ago
  13. 05e6cc6 char: tpm: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  14. 8e54caf tpm: Provide a generic means to override the chip returned timeouts by Jason Gunthorpe · 10 years ago
  15. 19b94d2 tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP by Jason Gunthorpe · 11 years ago
  16. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  17. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  18. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  19. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  20. a2fa3fb tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  21. 4fba3c3 tpm_tis: missing platform_driver_unregister() on error in init_tis() by Wei Yongjun · 11 years ago
  22. 6e38bfa tpm_tis: check pnp_acpi_device return code by Kent Yoder · 12 years ago
  23. 7240b98 TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup by Jason Gunthorpe · 12 years ago
  24. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 12 years ago
  25. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago
  26. 3e3a5e9 tpm: Store TPM vendor ID by Stefan Berger · 12 years ago
  27. 7324969 char/tpm: Use true and false for bools by Peter Huewe · 12 years ago
  28. 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
  29. afc6d36 tpm: remove use of __devinit by Bill Pemberton · 12 years ago
  30. 39af33f char: remove use of __devexit by Bill Pemberton · 12 years ago
  31. 0bbed20 char: remove use of __devinitdata by Bill Pemberton · 12 years ago
  32. 7e72fe7 tpm: compile out unused code in the PNP and PM cases by Kent Yoder · 12 years ago
  33. 07368d3 tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  34. b633f05 tpm_tis: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  35. 035e2ce PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend() by Rafael J. Wysocki · 12 years ago
  36. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  37. 4e70daa tpm_tis: fix tis_lock with respect to RCU by Jiri Kosina · 12 years ago
  38. 968de8e tpm_tis: Clean up after module_param cleanup by Stefan Berger · 13 years ago
  39. 4e401fb tpm_tis: Only probe iTPMs by Stefan Berger · 13 years ago
  40. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  41. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  42. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  43. 9efa54f TPM: Use vendor specific function for status probe by Rajiv Andrade · 13 years ago
  44. a927b81 tpm_tis: add delay after aborting command by Stefan Berger · 13 years ago
  45. 7f326ed tpm_tis: Check return code from getting timeouts/durations by Stefan Berger · 13 years ago
  46. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago
  47. 1560ffe6 tpm_tis: fix build when ACPI is not enabled by Randy Dunlap · 13 years ago
  48. 9685431 tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP block by Stefan Berger · 13 years ago
  49. 6eb77b2 tpm: Fix compilation warning when CONFIG_PNP is not defined by Stefan Berger · 13 years ago
  50. 9519de3 tpm_tis: Probing function for Intel iTPM bug by Stefan Berger · 13 years ago
  51. a7b6682 tpm_tis: Fix the probing for interrupts by Stefan Berger · 13 years ago
  52. 20b87bb tpm_tis: Delay ACPI S3 suspend while the TPM is busy by Stefan Berger · 13 years ago
  53. 45baa1d tpm_tis: Re-enable interrupts upon (S3) resume by Stefan Berger · 13 years ago
  54. 6259210 tpm_tis: Add timeouts sysfs entry by Stefan Berger · 13 years ago
  55. 04ab229 tpm_tis: Introduce durations sysfs entry by Stefan Berger · 13 years ago
  56. e587137 Revert "tpm_tis: Use timeouts returned from TPM" by Linus Torvalds · 13 years ago
  57. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  58. e5cce6c tpm: fix panic caused by "tpm: Autodetect itpm devices" by Olof Johansson · 14 years ago
  59. 3f0d3d0 tpm: Autodetect itpm devices by Matthew Garrett · 14 years ago
  60. 59f6fbe tpm_tis: fix subsequent suspend failures by Rajiv Andrade · 14 years ago
  61. 7f2ab00 TPM: ACPI/PNP dependency removal by Rajiv Andrade · 14 years ago
  62. ec4a162 Revert "TPM: ACPI/PNP dependency removal" by James Morris · 14 years ago
  63. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  64. b89e66e TPM: ACPI/PNP dependency removal by Rajiv Andrade · 14 years ago
  65. 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
  66. 31bde71 tpm: autoload tpm_tis based on system PnP IDs by Matt Domsch · 15 years ago
  67. 3507d61 tpm_tis: TPM_STS_DATA_EXPECT workaround by Rajiv Andrade · 15 years ago
  68. ec57935 TPM: Fixup boot probe timeout for tpm_tis driver by Jason Gunthorpe · 15 years ago
  69. 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 15 years ago
  70. 253115b The tpm_dev_release function is only called for platform devices, not pnp by Rajiv Andrade · 16 years ago
  71. 061991e tpm: add support for Broadcom TPM TIS device HID by LE DISEZ Erwan · 16 years ago
  72. fb0e7e1 tpm: add Intel TPM TIS device HID by Marcin Obara · 16 years ago
  73. a6f97b2 drivers/char: minor irq handler cleanups by Jeff Garzik · 17 years ago
  74. 05a462a TPM: fix TIS device driver locality request by Marcel Selhorst · 17 years ago
  75. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  76. 7917ff9 tpm: pay attention to IRQ info from PNP by Bjorn Helgaas · 17 years ago
  77. 8e81cc1 tpmdd maintainers by Kent Yoder · 17 years ago
  78. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  79. c3c36aa [PATCH] tpm_tis: use resource_size_t by Kylene Jo Hall · 18 years ago
  80. 9e323d3 [PATCH] tpm: Add force device probe option by Kylene Jo Hall · 18 years ago
  81. cab091e [PATCH] tpm: interrupt clear fix by Kylene Jo Hall · 18 years ago
  82. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  83. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  84. 087377a [PATCH] tpm: fix bug for TPM on ThinkPad T60 and Z60 by Kylene Jo Hall · 18 years ago
  85. 2a7362f [PATCH] tpm: fix constant by Kylene Jo Hall · 18 years ago
  86. 93e1b7d [PATCH] tpm: add HID module parameter by Kylene Jo Hall · 18 years ago
  87. 5713556 [PATCH] tpm: add interrupt module parameter by Kylene Jo Hall · 18 years ago
  88. cb53542 [PATCH] tpm: spacing cleanups 2 by Kylene Jo Hall · 18 years ago
  89. b09d530 [PATCH] tpm: check mem start and len by Kylene Jo Hall · 18 years ago
  90. 36b2002 [PATCH] tpm: msecs_to_jiffies cleanups by Kylene Jo Hall · 18 years ago
  91. 27084ef [PATCH] tpm: driver for next generation TPM chips by Leendert van Doorn · 18 years ago