1. 424eaf9 tpm: reduce polling time to usecs for even finer granularity by Nayna Jain · 7 years ago
  2. 59f5a6b tpm: reduce poll sleep time in tpm_transmit() by Nayna Jain · 7 years ago
  3. 75d647f tpm: Move eventlog declarations to its own header by Thiebaud Weksteen · 7 years ago
  4. 9b01b53 tpm: Move shared eventlog functions to common.c by Thiebaud Weksteen · 7 years ago
  5. 2be8ffe tpm: fix intermittent failure with self tests by James Bottomley · 7 years ago
  6. e2fb992 tpm: add retry logic by James Bottomley · 7 years ago
  7. 076d3564 tpm2: add longer timeouts for creation commands. by Tomas Winkler · 7 years ago
  8. 62c09e1 tpm: fix buffer type in tpm_transmit_cmd by Winkler, Tomas · 7 years ago
  9. 095531f tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented by Javier Martinez Canillas · 7 years ago
  10. 6e592a0 tpm: Move Linux RNG connection to hwrng by Jason Gunthorpe · 7 years ago
  11. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  12. 58cc1e4 tpm: parse TPM event logs based on EFI table by Thiebaud Weksteen · 7 years ago
  13. fd3ec36 tpm: move tpm_eventlog.h outside of drivers folder by Thiebaud Weksteen · 7 years ago
  14. 5ef924d tpm: use tpm_msleep() value as max delay by Nayna Jain · 7 years ago
  15. 87cdfdd tpm: move wait_for_tpm_stat() to respective driver files by Nayna Jain · 7 years ago
  16. 2d56c718 tpm: fix duplicate inline declaration specifier by Ruben Roy · 7 years ago
  17. da379f3 tpm: migrate pubek_show to struct tpm_buf by Jarkko Sakkinen · 8 years ago
  18. 9f3fc7b tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers by Hamza Attak · 7 years ago
  19. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 8 years ago
  20. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 8 years ago
  21. 5e572ca tpm: Enable CLKRUN protocol for Braswell systems by Azhar Shaikh · 8 years ago
  22. 85ab3bf tpm: Introduce flag TPM_TRANSMIT_RAW by Stefan Berger · 8 years ago
  23. 8816188 tpm: remove struct tpm_pcrextend_in by Jarkko Sakkinen · 8 years ago
  24. 124bdcf tpm: fix byte order related arithmetic inconsistency in tpm_getcap() by Jarkko Sakkinen · 8 years ago
  25. 06e9327 tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header by Roberto Sassu · 8 years ago
  26. 877c57d tpm_crb: request and relinquish locality 0 by Jarkko Sakkinen · 8 years ago
  27. 4d57856 tpm2: add session handle context saving and restoring to the space code by James Bottomley · 8 years ago
  28. fdc915f tpm: expose spaces via a device link /dev/tpmrm<n> by James Bottomley · 8 years ago
  29. 745b361 tpm: infrastructure for TPM spaces by Jarkko Sakkinen · 8 years ago
  30. 58472f5 tpm: validate TPM 2.0 commands by Jarkko Sakkinen · 8 years ago
  31. 9aa36b3 tpm: export tpm2_flush_context_cmd by Jarkko Sakkinen · 8 years ago
  32. 61841be tpm: declare tpm2_get_pcr_allocation() as static by Jarkko Sakkinen · 8 years ago
  33. a118cf2 tpm: fix the type of owned field in cap_t by Stefan Berger · 8 years ago
  34. 4d23cc3 tpm: add securityfs support for TPM 2.0 firmware event log by Nayna Jain · 8 years ago
  35. c1f92b4 tpm: enhance TPM 2.0 PCR extend to support multiple banks by Nayna Jain · 8 years ago
  36. 1db1534 tpm: implement TPM 2.0 capability to get active PCR banks by Nayna Jain · 8 years ago
  37. 7d76111 tpm: fix RC value check in tpm2_seal_trusted by Jarkko Sakkinen · 8 years ago
  38. 1d19155 tpm: remove tpm_read_index and tpm_write_index from tpm.h by Jarkko Sakkinen · 8 years ago
  39. c659af7 tpm: Check size of response before accessing data by Stefan Berger · 8 years ago
  40. 748935e tpm: have event log use the tpm_chip by Nayna Jain · 8 years ago
  41. cd9b763 tpm: replace dynamically allocated bios_dir with a static array by Jarkko Sakkinen · 8 years ago
  42. 1a277e6 tpm: Get rid of TPM_CHIP_FLAG_REGISTERED by Jason Gunthorpe · 8 years ago
  43. d1d253c tpm tis: Do not print timeout messages twice by Jason Gunthorpe · 8 years ago
  44. 84fda15 tpm: sanitize constant expressions by Jarkko Sakkinen · 8 years ago
  45. eb5854e tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() by Jarkko Sakkinen · 9 years ago
  46. d4abd95 tpm: remove unnecessary externs from tpm.h by Jarkko Sakkinen · 9 years ago
  47. d4816ed tpm: fix a race condition in tpm2_unseal_trusted() by Jarkko Sakkinen · 8 years ago
  48. cae8b44 tpm: Factor out common startup code by Jason Gunthorpe · 8 years ago
  49. d2efee6 tpm: Add include guards in tpm.h by Christophe Ricard · 9 years ago
  50. 2f9f537 tpm: Introduce TPM_CHIP_FLAG_VIRTUAL by Stefan Berger · 9 years ago
  51. 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 9 years ago
  52. 9e0d39d tpm: Remove useless priv field in struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  53. af782f3 tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip by Christophe Ricard · 9 years ago
  54. 56671c8 tpm: drop 'locality' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  55. 6e599f6 tpm: drop 'read_queue' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  56. 570a360 tpm: drop 'irq' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  57. 4eea703 tpm: drop 'iobase' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  58. 003d305 tpm: drop list from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  59. c5b65fa tpm: drop the field 'time_expired' from struct tpm_chip by Jarkko Sakkinen · 9 years ago
  60. ee17798 tpm: drop 'base' from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  61. d495652 tpm: drop manufacturer_id from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  62. 23d06ff tpm: drop tpm_atmel specific fields from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  63. ec5fd99 tpm: drop int_queue from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  64. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 9 years ago
  65. 3897cd9 tpm: Split out the devm stuff from tpmm_chip_alloc by Jason Gunthorpe · 9 years ago
  66. 4e26195 tpm: Provide strong locking for device removal by Jason Gunthorpe · 9 years ago
  67. 3635e2e tpm: Get rid of devname by Jason Gunthorpe · 9 years ago
  68. 8cfffc9 tpm: Get rid of chip->pdev by Jason Gunthorpe · 9 years ago
  69. 55a889c tpm_crb: Use the common ACPI definition of struct acpi_tpm2 by Jason Gunthorpe · 9 years ago
  70. 5ca4c20 keys, trusted: select hash algorithm for TPM2 chips by Jarkko Sakkinen · 9 years ago
  71. 7ab4032 tpm_tis: Get rid of the duplicate IRQ probing code by Jason Gunthorpe · 9 years ago
  72. 954650e tpm: seal/unseal for TPM 2.0 by Jarkko Sakkinen · 10 years ago
  73. a74f8b3 tpm: introduce tpm_buf by Jarkko Sakkinen · 9 years ago
  74. 9b774d5 tpm: move the PPI attributes to character device directory. by Jarkko Sakkinen · 10 years ago
  75. 399235d tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0 by Jarkko Sakkinen · 9 years ago
  76. 4d5f205 tpm, tpm_tis: fix TPM 2.0 probing by Jarkko Sakkinen · 10 years ago
  77. 74d6b3c tpm: fix suspend/resume paths for TPM 2.0 by Jarkko Sakkinen · 10 years ago
  78. 3b09825 char/tpm: fixed white spaces coding style issues by Bruno E O Meneguele · 10 years ago
  79. 7a1d7e6 tpm: TPM 2.0 baseline support by Jarkko Sakkinen · 10 years ago
  80. 313d21e tpm: device class for tpm by Jarkko Sakkinen · 10 years ago
  81. 71ed848 tpm: rename chip->dev to chip->pdev by Jarkko Sakkinen · 10 years ago
  82. 0dc5536 tpm: fix raciness of PPI interface lookup by Jarkko Sakkinen · 10 years ago
  83. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago
  84. 87155b7 tpm: merge duplicate transmit_cmd() functions by Jarkko Sakkinen · 10 years ago
  85. e3302e0 tpm: Make tpm-dev allocate a per-file structure by Jason Gunthorpe · 11 years ago
  86. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  87. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  88. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  89. 000a07b tpm: Move sysfs functions from tpm-interface to tpm-sysfs by Jason Gunthorpe · 11 years ago
  90. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  91. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  92. 6aff1fd tpm: Store devname in the tpm_chip by Jason Gunthorpe · 11 years ago
  93. e2fa3d7 tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds by Peter Huewe · 12 years ago
  94. 1c16c96 tpm: move TPM_DIGEST_SIZE defintion by Mimi Zohar · 12 years ago
  95. 32d33b2 TPM: Retry SaveState command in suspend path by Duncan Laurie · 12 years ago
  96. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 12 years ago
  97. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago
  98. 3e3a5e9 tpm: Store TPM vendor ID by Stefan Berger · 12 years ago
  99. 775585e tpm: rename vendor data to priv and provide an accessor by Kent Yoder · 12 years ago
  100. 348df8d TPM: Switch to __packed instead of __attribute__((packed)) by Jason Gunthorpe · 12 years ago