1. b886d83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  2. e891db1 tpm: turn on TPM on suspend for TPM 1.x by Jarkko Sakkinen · 6 years ago
  3. 0b6cf6b tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() by Roberto Sassu · 6 years ago
  4. 879b589 tpm: retrieve digest size of unknown algorithms with PCR read by Roberto Sassu · 6 years ago
  5. aa04247 tpm: rename and export tpm2_digest and tpm2_algorithms by Roberto Sassu · 6 years ago
  6. bcfff83 tpm: dynamically allocate the allocated_banks array by Roberto Sassu · 6 years ago
  7. 47a6c28 tpm: remove @flags from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  8. a3fbfae tpm: take TPM chip power gating out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  9. 719b7d8 tpm: introduce tpm_chip_start() and tpm_chip_stop() by Jarkko Sakkinen · 6 years ago
  10. 2f25740 tpm: remove TPM_TRANSMIT_UNLOCKED flag by Jarkko Sakkinen · 6 years ago
  11. 5faafba tpm: remove @space from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  12. 29b47ce tpm: move TPM space code out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  13. c3465a3 tpm: move tpm_validate_commmand() to tpm2-space.c by Jarkko Sakkinen · 6 years ago
  14. 304ff67 tpm: clean up tpm_try_transmit() error handling flow by Jarkko Sakkinen · 6 years ago
  15. 720b071 tpm: access command header through struct in tpm_try_transmit() by Jarkko Sakkinen · 6 years ago
  16. b34b77a tpm: declare struct tpm_header by Jarkko Sakkinen · 6 years ago
  17. aff0c20 tpm: print tpm2_commit_space() error inside tpm2_commit_space() by Jarkko Sakkinen · 6 years ago
  18. 412eb58 tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter by Jarkko Sakkinen · 6 years ago
  19. 08a8112 tpm: don't print error message in tpm_transmit_cmd when tpm still testing by Jerry Snitselaar · 6 years ago
  20. f5595f5 tpm: Unify the send callback behaviour by Jarkko Sakkinen · 6 years ago
  21. 01f5466 tpm: tpm_try_transmit() refactor error flow. by Tomas Winkler · 6 years ago
  22. 95adc6b tpm: use u32 instead of int for PCR index by Tomas Winkler · 6 years ago
  23. cfddcb0 tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read() by Tomas Winkler · 6 years ago
  24. 7aee9c5 tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure by Tomas Winkler · 6 years ago
  25. b6b6036 tpm: tpm-interface.c drop unused macros by Tomas Winkler · 6 years ago
  26. b03c437 tpm: add tpm_auto_startup() into tpm-interface.c by Tomas Winkler · 6 years ago
  27. 9db7fe1 tpm: factor out tpm_startup function by Tomas Winkler · 6 years ago
  28. c82a330 tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c by Tomas Winkler · 6 years ago
  29. d4a31756 tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c by Tomas Winkler · 6 years ago
  30. 433d390 tpm: factor out tpm1_get_random into tpm1-cmd.c by Tomas Winkler · 6 years ago
  31. f4d916b tpm: move tpm_getcap to tpm1-cmd.c by Tomas Winkler · 6 years ago
  32. 1ad6640 tpm: move tpm1_pcr_extend to tpm1-cmd.c by Tomas Winkler · 6 years ago
  33. 70a3199 tpm: factor out tpm_get_timeouts() by Tomas Winkler · 6 years ago
  34. d856c00 tpm: add tpm_calc_ordinal_duration() wrapper by Tomas Winkler · 6 years ago
  35. b2d6e6de tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c by Tomas Winkler · 6 years ago
  36. 9e1b74a tpm: add support for nonblocking operation by Tadeusz Struk · 6 years ago
  37. 0d6d0d6 tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated by Javier Martinez Canillas · 6 years ago
  38. 84b59f6 tpm: fix response size validation in tpm_get_random() by Jarkko Sakkinen · 6 years ago
  39. 58bac8c tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED by Jarkko Sakkinen · 7 years ago
  40. fc1d52b tpm: rename tpm_chip_find_get() to tpm_find_get_ops() by Stefan Berger · 7 years ago
  41. 36a1102 tpm: Return the actual size when receiving an unsupported command by Ricardo Schwarzmeier · 7 years ago
  42. 627448e tpm: separate cmd_ready/go_idle from runtime_pm by Tomas Winkler · 7 years ago
  43. 59f5a6b tpm: reduce poll sleep time in tpm_transmit() by Nayna Jain · 7 years ago
  44. 92980756 tpm: move the delay_msec increment after sleep in tpm_transmit() by Nayna Jain · 7 years ago
  45. 2be8ffe tpm: fix intermittent failure with self tests by James Bottomley · 7 years ago
  46. e2fb992 tpm: add retry logic by James Bottomley · 7 years ago
  47. 0803d7b tpm: self test failure should not cause suspend to fail by Chris Chiu · 7 years ago
  48. 076d3564 tpm2: add longer timeouts for creation commands. by Tomas Winkler · 7 years ago
  49. 62c09e1 tpm: fix buffer type in tpm_transmit_cmd by Winkler, Tomas · 7 years ago
  50. 65520d4 tpm: tpm-interface: fix tpm_transmit/_cmd kdoc by Winkler, Tomas · 7 years ago
  51. 888d867 tpm: cmd_ready command can be issued only after granting locality by Tomas Winkler · 7 years ago
  52. 3be2327 tpm: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  53. b3e958c tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() by Azhar Shaikh · 7 years ago
  54. 095531f tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented by Javier Martinez Canillas · 7 years ago
  55. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  56. fd3ec36 tpm: move tpm_eventlog.h outside of drivers folder by Thiebaud Weksteen · 7 years ago
  57. 87cdfdd tpm: move wait_for_tpm_stat() to respective driver files by Nayna Jain · 7 years ago
  58. 9f3fc7b tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers by Hamza Attak · 7 years ago
  59. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 8 years ago
  60. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 8 years ago
  61. be4c9ac tpm: vtpm_proxy: Implement request_locality function. by Stefan Berger · 8 years ago
  62. 85ab3bf tpm: Introduce flag TPM_TRANSMIT_RAW by Stefan Berger · 8 years ago
  63. 402149c tpm: vtpm_proxy: Suppress error logging when in closed state by Stefan Berger · 8 years ago
  64. 124bdcf tpm: fix byte order related arithmetic inconsistency in tpm_getcap() by Jarkko Sakkinen · 8 years ago
  65. 175d5b2 tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend() by Roberto Sassu · 8 years ago
  66. a69faeb tpm: move endianness conversion of ordinals to tpm_input_header by Roberto Sassu · 8 years ago
  67. 06e9327 tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header by Roberto Sassu · 8 years ago
  68. 877c57d tpm_crb: request and relinquish locality 0 by Jarkko Sakkinen · 8 years ago
  69. fdc915f tpm: expose spaces via a device link /dev/tpmrm<n> by James Bottomley · 8 years ago
  70. 745b361 tpm: infrastructure for TPM spaces by Jarkko Sakkinen · 8 years ago
  71. 58472f5 tpm: validate TPM 2.0 commands by Jarkko Sakkinen · 8 years ago
  72. a147918 tpm: move length validation to tpm_transmit() by Jarkko Sakkinen · 8 years ago
  73. 51b0be6 tpm: Fix expected number of response bytes of TPM1.2 PCR Extend by Stefan Berger · 8 years ago
  74. 39f5712 tpm: fix misspelled "facilitate" in module parameter description by Dmitry Torokhov · 8 years ago
  75. 70ea163 tpm: silence an array overflow warning by Dan Carpenter · 8 years ago
  76. c1f92b4 tpm: enhance TPM 2.0 PCR extend to support multiple banks by Nayna Jain · 8 years ago
  77. c659af7 tpm: Check size of response before accessing data by Stefan Berger · 8 years ago
  78. 1d70fe9 tpm_tis: use default timeout value if chip reports it as zero by Maciej S. Szmigiero · 8 years ago
  79. 62bfdac tpm: Do not print an error message when doing TPM auto startup by Jason Gunthorpe · 8 years ago
  80. f865c19 tpm: add kdoc for tpm_transmit and tpm_transmit_cmd by Winkler, Tomas · 8 years ago
  81. 6804f6b tpm: Only call pm_runtime_get_sync if device has a parent by Stefan Berger · 8 years ago
  82. d1d253cf tpm tis: Do not print timeout messages twice by Jason Gunthorpe · 8 years ago
  83. ca6d458 tpm: place kdoc just above tpm_pcr_extend by Winkler, Tomas · 8 years ago
  84. 84fda15 tpm: sanitize constant expressions by Jarkko Sakkinen · 8 years ago
  85. aaa6f7f tpm: Clean up reading of timeout and duration capabilities by Ed Swierk · 8 years ago
  86. e74f2f7 tmp/tpm_crb: implement runtime pm for tpm_crb by Winkler, Tomas · 8 years ago
  87. befd996 tpm: remove invalid min length check from tpm_do_selftest() by Jarkko Sakkinen · 8 years ago
  88. 4886cd8 Revert "tmp/tpm_crb: implement runtime pm for tpm_crb" by Jarkko Sakkinen · 8 years ago
  89. e350e24 tmp/tpm_crb: implement runtime pm for tpm_crb by Winkler, Tomas · 8 years ago
  90. ebfd753 tpm: add check for minimum buffer size in tpm_transmit() by Jarkko Sakkinen · 8 years ago
  91. 0014777 tpm: constify TPM 1.x header structures by Julia Lawall · 8 years ago
  92. 0c54133 tpm: use tpm_pcr_read_dev() in tpm_do_selftest() by Jarkko Sakkinen · 9 years ago
  93. eb5854e tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() by Jarkko Sakkinen · 9 years ago
  94. d4816ed tpm: fix a race condition in tpm2_unseal_trusted() by Jarkko Sakkinen · 8 years ago
  95. cae8b44 tpm: Factor out common startup code by Jason Gunthorpe · 8 years ago
  96. ec03c50 tpm: Fix suspend regression by Stefan Berger · 9 years ago
  97. 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 9 years ago
  98. af782f3 tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip by Christophe Ricard · 9 years ago
  99. 570a360 tpm: drop 'irq' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  100. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 9 years ago