1. e487a0f tpm: Restore functionality to xen vtpm driver. by Dr. Greg Wettstein · 6 years ago
  2. 9e1b74a tpm: add support for nonblocking operation by Tadeusz Struk · 6 years ago
  3. c3d477a tpm: add ptr to the tpm_space struct to file_priv by Tadeusz Struk · 6 years ago
  4. 2f7d8db tpm: Make SECURITYFS a weak dependency by Peter Huewe · 6 years ago
  5. 0d6d0d6 tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated by Javier Martinez Canillas · 6 years ago
  6. 84b59f6 tpm: fix response size validation in tpm_get_random() by Jarkko Sakkinen · 6 years ago
  7. 58bac8c tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED by Jarkko Sakkinen · 7 years ago
  8. eccc9bb tpm: Convert tpm_find_get_ops() to use tpm_default_chip() by Stefan Berger · 7 years ago
  9. aaae815 tpm: Implement tpm_default_chip() to find a TPM chip by Stefan Berger · 7 years ago
  10. fc1d52b tpm: rename tpm_chip_find_get() to tpm_find_get_ops() by Stefan Berger · 7 years ago
  11. 7a64c55 tpm: Allow tpm_tis drivers to set hwrng quality. by Louis Collard · 7 years ago
  12. 36a1102 tpm: Return the actual size when receiving an unsupported command by Ricardo Schwarzmeier · 7 years ago
  13. 627448e tpm: separate cmd_ready/go_idle from runtime_pm by Tomas Winkler · 7 years ago
  14. 79e2472 tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) by Peter Rosin · 7 years ago
  15. 1a339b6 tpm_tis_spi: Pass the SPI IRQ down to the driver by Linus Walleij · 7 years ago
  16. ce63c05 tpm: migrate tpm2_get_random() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  17. 2ab3241 tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  18. 94e266b tpm: migrate tpm2_probe() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  19. cc26c6e tpm: migrate tpm2_shutdown() to use struct tpm_buf by Jarkko Sakkinen · 7 years ago
  20. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  21. 3ab2011 tpm: fix race condition in tpm_common_write() by Tadeusz Struk · 7 years ago
  22. 424eaf9 tpm: reduce polling time to usecs for even finer granularity by Nayna Jain · 7 years ago
  23. f5495bb tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  24. 6979891 tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  25. 8c81c24 tpm: fix use after free in tpm2_load_context() by Tadeusz Struk · 7 years ago
  26. 59f5a6b tpm: reduce poll sleep time in tpm_transmit() by Nayna Jain · 7 years ago
  27. 33bafe9 tpm_tis: verify locality released before returning from release_locality by Jerry Snitselaar · 7 years ago
  28. 1fbad30 tpm: tpm_crb: relinquish locality on error path. by Winkler, Tomas · 7 years ago
  29. c922ff8 tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN by Colin Ian King · 7 years ago
  30. 75d647f tpm: Move eventlog declarations to its own header by Thiebaud Weksteen · 7 years ago
  31. 9b01b53 tpm: Move shared eventlog functions to common.c by Thiebaud Weksteen · 7 years ago
  32. 0bfb237 tpm: Move eventlog files to a subdirectory by Thiebaud Weksteen · 7 years ago
  33. 09dd144 tpm: Add explicit endianness cast by Thiebaud Weksteen · 7 years ago
  34. f20b4f2 tpm: st33zp24: remove redundant null check on chip by Colin Ian King · 7 years ago
  35. 92980756 tpm: move the delay_msec increment after sleep in tpm_transmit() by Nayna Jain · 7 years ago
  36. 4b3f1a1 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  37. 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
  38. 2be8ffe tpm: fix intermittent failure with self tests by James Bottomley · 7 years ago
  39. e2fb992 tpm: add retry logic by James Bottomley · 7 years ago
  40. 0803d7b tpm: self test failure should not cause suspend to fail by Chris Chiu · 7 years ago
  41. 076d3564 tpm2: add longer timeouts for creation commands. by Tomas Winkler · 7 years ago
  42. 09b17f3 tpm_crb: use __le64 annotated variable for response buffer address by Tomas Winkler · 7 years ago
  43. 62c09e1 tpm: fix buffer type in tpm_transmit_cmd by Winkler, Tomas · 7 years ago
  44. 65520d4 tpm: tpm-interface: fix tpm_transmit/_cmd kdoc by Winkler, Tomas · 7 years ago
  45. 888d867 tpm: cmd_ready command can be issued only after granting locality by Tomas Winkler · 7 years ago
  46. 3be2327 tpm: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  47. 6d24cd1 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  48. 9b8cb28 tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  49. f9d4d9b tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  50. 6bb320c tpm_tis: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  51. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  52. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  53. 68021bf tpm: remove unused variables by Arnd Bergmann · 7 years ago
  54. b4f2082 tpm: remove unused data fields from I2C and OF device ID tables by Javier Martinez Canillas · 7 years ago
  55. 6c9f0ce tpm: only attempt to disable the LPC CLKRUN if is already enabled by Javier Martinez Canillas · 7 years ago
  56. 5fc0bea tpm: follow coding style for variable declaration in tpm_tis_core_init() by Javier Martinez Canillas · 7 years ago
  57. 764325a tpm: delete the TPM_TIS_CLK_ENABLE flag by Javier Martinez Canillas · 7 years ago
  58. b3e958c tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() by Azhar Shaikh · 7 years ago
  59. c382bab tpm_tis: Move ilb_base_addr to tpm_tis_data by Azhar Shaikh · 7 years ago
  60. 0b66f2a tpm2-cmd: allow more attempts for selftest execution by Alexander.Steffen@infineon.com · 7 years ago
  61. 095531f tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented by Javier Martinez Canillas · 7 years ago
  62. 6e592a0 tpm: Move Linux RNG connection to hwrng by Jason Gunthorpe · 7 years ago
  63. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  64. 58cc1e4 tpm: parse TPM event logs based on EFI table by Thiebaud Weksteen · 7 years ago
  65. 67cb8e1 tpm: rename event log provider files by Thiebaud Weksteen · 7 years ago
  66. fd3ec36 tpm: move tpm_eventlog.h outside of drivers folder by Thiebaud Weksteen · 7 years ago
  67. 5ef924d tpm: use tpm_msleep() value as max delay by Nayna Jain · 7 years ago
  68. cf151a9 tpm: reduce tpm polling delay in tpm_tis_core by Nayna Jain · 7 years ago
  69. 87cdfdd tpm: move wait_for_tpm_stat() to respective driver files by Nayna Jain · 7 years ago
  70. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  71. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  72. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  73. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  74. 33957a1 tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX by Jérémy Lefaure · 7 years ago
  75. 2d56c718 tpm: fix duplicate inline declaration specifier by Ruben Roy · 7 years ago
  76. 1a7a9b2 tpm: fix type of a local variables in tpm_tis_spi.c by Jarkko Sakkinen · 7 years ago
  77. 4557d4b tpm: fix type of a local variable in tpm2_map_command() by Jarkko Sakkinen · 7 years ago
  78. 171360d tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl() by Jarkko Sakkinen · 7 years ago
  79. ee70bc1 tpm-dev-common: Reject too short writes by Alexander Steffen · 7 years ago
  80. 125a221 tpm: React correctly to RC_TESTING from TPM 2.0 self tests by Alexander Steffen · 7 years ago
  81. 87434f5 tpm: Use dynamic delay to wait for TPM 2.0 self test result by Alexander Steffen · 7 years ago
  82. 2482b1b tpm: Trigger only missing TPM 2.0 self tests by Alexander Steffen · 7 years ago
  83. 6b3a131 tpm_tis_spi: Use DMA-safe memory for SPI transfers by Alexander Steffen · 7 years ago
  84. f535741 tpm/tpm_crb: Use start method value from ACPI table directly by Jiandi An · 7 years ago
  85. c37fbc0 tpm: constify transmit data pointers by Arnd Bergmann · 7 years ago
  86. 0bbc931 tpm_tis: make array cmd_getticks static const to shrink object code size by Colin Ian King · 7 years ago
  87. da379f3 tpm: migrate pubek_show to struct tpm_buf by Jarkko Sakkinen · 8 years ago
  88. 1436ab0 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  89. fb154e0 tpm: ibmvtpm: simplify crq initialization and document crq format by Michal Suchanek · 8 years ago
  90. 9f3fc7b tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers by Hamza Attak · 7 years ago
  91. e1ec650 tpm: tpm_crb: constify acpi_device_id. by Arvind Yadav · 8 years ago
  92. c2a9c4b tpm: vtpm: constify vio_device_id by Arvind Yadav · 7 years ago
  93. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  94. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 8 years ago
  95. 28707bf tpm: use tpm2_pcr_read() in tpm2_do_selftest() by Roberto Sassu · 8 years ago
  96. 91f7f3d tpm: use tpm_buf functions in tpm2_pcr_read() by Roberto Sassu · 8 years ago
  97. bc39708 tpm_tis: make ilb_base_addr static by Colin Ian King · 8 years ago
  98. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 8 years ago
  99. 5e572ca tpm: Enable CLKRUN protocol for Braswell systems by Azhar Shaikh · 8 years ago
  100. f128480 tpm/tpm_crb: fix priv->cmd_size initialisation by Manuel Lauss · 8 years ago