1. 47a6c28 tpm: remove @flags from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  2. a3fbfae tpm: take TPM chip power gating out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  3. 719b7d8 tpm: introduce tpm_chip_start() and tpm_chip_stop() by Jarkko Sakkinen · 6 years ago
  4. 2f25740 tpm: remove TPM_TRANSMIT_UNLOCKED flag by Jarkko Sakkinen · 6 years ago
  5. 2677ca9 tpm: use tpm_try_get_ops() in tpm-sysfs.c. by Jarkko Sakkinen · 6 years ago
  6. 5faafba tpm: remove @space from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  7. 29b47ce tpm: move TPM space code out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  8. c3465a3 tpm: move tpm_validate_commmand() to tpm2-space.c by Jarkko Sakkinen · 6 years ago
  9. 304ff67 tpm: clean up tpm_try_transmit() error handling flow by Jarkko Sakkinen · 6 years ago
  10. c4df71d tpm: encapsulate tpm_dev_transmit() by Jarkko Sakkinen · 6 years ago
  11. 720b071 tpm: access command header through struct in tpm_try_transmit() by Jarkko Sakkinen · 6 years ago
  12. b34b77a tpm: declare struct tpm_header by Jarkko Sakkinen · 6 years ago
  13. aff0c20 tpm: print tpm2_commit_space() error inside tpm2_commit_space() by Jarkko Sakkinen · 6 years ago
  14. 4148467 tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails by Jarkko Sakkinen · 6 years ago
  15. c628610 tpm: fix invalid return value in pubek_show() by Jarkko Sakkinen · 6 years ago
  16. 412eb58 tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter by Jarkko Sakkinen · 6 years ago
  17. 36ce089 tpm: don't return bool from update_timeouts by Jerry Snitselaar · 6 years ago
  18. 08a8112 tpm: don't print error message in tpm_transmit_cmd when tpm still testing by Jerry Snitselaar · 6 years ago
  19. c8faabf tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2 by Roberto Sassu · 6 years ago
  20. 64494d3 tpm: Fix off-by-one when reading binary_bios_measurements by Jia Zhang · 6 years ago
  21. bb3b6b0 tpm: Simplify the measurements loop by Jia Zhang · 6 years ago
  22. 442601e tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete by Jarkko Sakkinen · 6 years ago
  23. f5595f5 tpm: Unify the send callback behaviour by Jarkko Sakkinen · 6 years ago
  24. 8ab547a tpm: Fix some name collisions with drivers/char/tpm.h by Jarkko Sakkinen · 6 years ago
  25. 3d7a850 tpm/tpm_crb: Avoid unaligned reads in crb_recv() by Jarkko Sakkinen · 6 years ago
  26. 9488585 tpm: add support for partial reads by Tadeusz Struk · 6 years ago
  27. 09c573a tpm: tpm_ibmvtpm: fix kdoc warnings by Tomas Winkler · 6 years ago
  28. 5122b5f tpm: fix kdoc for tpm2_flush_context_cmd() by Tomas Winkler · 6 years ago
  29. 01f5466 tpm: tpm_try_transmit() refactor error flow. by Tomas Winkler · 6 years ago
  30. 95adc6b tpm: use u32 instead of int for PCR index by Tomas Winkler · 6 years ago
  31. c82e595 tpm1: reimplement tpm1_continue_selftest() using tpm_buf by Tomas Winkler · 6 years ago
  32. 9315e73 tpm1: reimplement SAVESTATE using tpm_buf by Tomas Winkler · 6 years ago
  33. cfddcb0 tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read() by Tomas Winkler · 6 years ago
  34. 5e335b5 tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure by Tomas Winkler · 6 years ago
  35. 7aee9c5 tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure by Tomas Winkler · 6 years ago
  36. c22780f tpm: tpm-space.c remove unneeded semicolon by Tomas Winkler · 6 years ago
  37. b6b6036 tpm: tpm-interface.c drop unused macros by Tomas Winkler · 6 years ago
  38. b03c437 tpm: add tpm_auto_startup() into tpm-interface.c by Tomas Winkler · 6 years ago
  39. 9db7fe1 tpm: factor out tpm_startup function by Tomas Winkler · 6 years ago
  40. c82a330 tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c by Tomas Winkler · 6 years ago
  41. d4a31756 tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c by Tomas Winkler · 6 years ago
  42. 433d390 tpm: factor out tpm1_get_random into tpm1-cmd.c by Tomas Winkler · 6 years ago
  43. f4d916b tpm: move tpm_getcap to tpm1-cmd.c by Tomas Winkler · 6 years ago
  44. 1ad6640 tpm: move tpm1_pcr_extend to tpm1-cmd.c by Tomas Winkler · 6 years ago
  45. 70a3199 tpm: factor out tpm_get_timeouts() by Tomas Winkler · 6 years ago
  46. d856c00 tpm: add tpm_calc_ordinal_duration() wrapper by Tomas Winkler · 6 years ago
  47. b2d6e6de tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c by Tomas Winkler · 6 years ago
  48. 100b16a tpm: sort objects in the Makefile by Tomas Winkler · 6 years ago
  49. 899102b tpm2: add new tpm2 commands according to TCG 1.36 by Tomas Winkler · 6 years ago
  50. 2ba5780 tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x by Tomas Winkler · 6 years ago
  51. e487a0f tpm: Restore functionality to xen vtpm driver. by Dr. Greg Wettstein · 6 years ago
  52. 9e1b74a tpm: add support for nonblocking operation by Tadeusz Struk · 6 years ago
  53. c3d477a tpm: add ptr to the tpm_space struct to file_priv by Tadeusz Struk · 6 years ago
  54. 2f7d8db tpm: Make SECURITYFS a weak dependency by Peter Huewe · 6 years ago
  55. 0d6d0d6 tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated by Javier Martinez Canillas · 6 years ago
  56. 84b59f6 tpm: fix response size validation in tpm_get_random() by Jarkko Sakkinen · 6 years ago
  57. 58bac8c tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED by Jarkko Sakkinen · 7 years ago
  58. eccc9bb tpm: Convert tpm_find_get_ops() to use tpm_default_chip() by Stefan Berger · 7 years ago
  59. aaae815 tpm: Implement tpm_default_chip() to find a TPM chip by Stefan Berger · 7 years ago
  60. fc1d52b tpm: rename tpm_chip_find_get() to tpm_find_get_ops() by Stefan Berger · 7 years ago
  61. 7a64c55 tpm: Allow tpm_tis drivers to set hwrng quality. by Louis Collard · 7 years ago
  62. 36a1102 tpm: Return the actual size when receiving an unsupported command by Ricardo Schwarzmeier · 7 years ago
  63. 627448e tpm: separate cmd_ready/go_idle from runtime_pm by Tomas Winkler · 7 years ago
  64. 79e2472 tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) by Peter Rosin · 7 years ago
  65. 1a339b6 tpm_tis_spi: Pass the SPI IRQ down to the driver by Linus Walleij · 7 years ago
  66. ce63c05 tpm: migrate tpm2_get_random() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  67. 2ab3241 tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  68. 94e266b tpm: migrate tpm2_probe() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  69. cc26c6e tpm: migrate tpm2_shutdown() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  70. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  71. 3ab2011 tpm: fix race condition in tpm_common_write() by Tadeusz Struk · 7 years ago
  72. 424eaf9 tpm: reduce polling time to usecs for even finer granularity by Nayna Jain · 7 years ago
  73. f5495bb tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  74. 6979891 tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  75. 8c81c24 tpm: fix use after free in tpm2_load_context() by Tadeusz Struk · 7 years ago
  76. 59f5a6b tpm: reduce poll sleep time in tpm_transmit() by Nayna Jain · 7 years ago
  77. 33bafe9 tpm_tis: verify locality released before returning from release_locality by Jerry Snitselaar · 7 years ago
  78. 1fbad30 tpm: tpm_crb: relinquish locality on error path. by Winkler, Tomas · 7 years ago
  79. c922ff8 tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN by Colin Ian King · 7 years ago
  80. 75d647f tpm: Move eventlog declarations to its own header by Thiebaud Weksteen · 7 years ago
  81. 9b01b53 tpm: Move shared eventlog functions to common.c by Thiebaud Weksteen · 7 years ago
  82. 0bfb237 tpm: Move eventlog files to a subdirectory by Thiebaud Weksteen · 7 years ago
  83. 09dd144 tpm: Add explicit endianness cast by Thiebaud Weksteen · 7 years ago
  84. f20b4f2 tpm: st33zp24: remove redundant null check on chip by Colin Ian King · 7 years ago
  85. 92980756 tpm: move the delay_msec increment after sleep in tpm_transmit() by Nayna Jain · 7 years ago
  86. 4b3f1a1 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  87. 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
  88. 2be8ffe tpm: fix intermittent failure with self tests by James Bottomley · 7 years ago
  89. e2fb992 tpm: add retry logic by James Bottomley · 7 years ago
  90. 0803d7b tpm: self test failure should not cause suspend to fail by Chris Chiu · 7 years ago
  91. 076d3564 tpm2: add longer timeouts for creation commands. by Tomas Winkler · 7 years ago
  92. 09b17f3 tpm_crb: use __le64 annotated variable for response buffer address by Tomas Winkler · 7 years ago
  93. 62c09e1 tpm: fix buffer type in tpm_transmit_cmd by Winkler, Tomas · 7 years ago
  94. 65520d4 tpm: tpm-interface: fix tpm_transmit/_cmd kdoc by Winkler, Tomas · 7 years ago
  95. 888d867 tpm: cmd_ready command can be issued only after granting locality by Tomas Winkler · 7 years ago
  96. 3be2327 tpm: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  97. 6d24cd1 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  98. 9b8cb28 tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  99. f9d4d9b tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  100. 6bb320c tpm_tis: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago