1. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  2. 3ab2011 tpm: fix race condition in tpm_common_write() by Tadeusz Struk · 7 years ago
  3. 424eaf9 tpm: reduce polling time to usecs for even finer granularity by Nayna Jain · 7 years ago
  4. f5495bb tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  5. 6979891 tpm: replace kmalloc() + memcpy() with kmemdup() by Ji-Hun Kim · 7 years ago
  6. 8c81c24 tpm: fix use after free in tpm2_load_context() by Tadeusz Struk · 7 years ago
  7. 59f5a6b tpm: reduce poll sleep time in tpm_transmit() by Nayna Jain · 7 years ago
  8. 33bafe9 tpm_tis: verify locality released before returning from release_locality by Jerry Snitselaar · 7 years ago
  9. 1fbad30 tpm: tpm_crb: relinquish locality on error path. by Winkler, Tomas · 7 years ago
  10. c922ff8 tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN by Colin Ian King · 7 years ago
  11. 75d647f tpm: Move eventlog declarations to its own header by Thiebaud Weksteen · 7 years ago
  12. 9b01b53 tpm: Move shared eventlog functions to common.c by Thiebaud Weksteen · 7 years ago
  13. 0bfb237 tpm: Move eventlog files to a subdirectory by Thiebaud Weksteen · 7 years ago
  14. 09dd144 tpm: Add explicit endianness cast by Thiebaud Weksteen · 7 years ago
  15. f20b4f2 tpm: st33zp24: remove redundant null check on chip by Colin Ian King · 7 years ago
  16. 9298075 tpm: move the delay_msec increment after sleep in tpm_transmit() by Nayna Jain · 7 years ago
  17. 4b3f1a1 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  18. 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
  19. 2be8ffe tpm: fix intermittent failure with self tests by James Bottomley · 7 years ago
  20. e2fb992 tpm: add retry logic by James Bottomley · 7 years ago
  21. 0803d7b tpm: self test failure should not cause suspend to fail by Chris Chiu · 7 years ago
  22. 076d3564 tpm2: add longer timeouts for creation commands. by Tomas Winkler · 7 years ago
  23. 09b17f3 tpm_crb: use __le64 annotated variable for response buffer address by Tomas Winkler · 7 years ago
  24. 62c09e1 tpm: fix buffer type in tpm_transmit_cmd by Winkler, Tomas · 7 years ago
  25. 65520d4 tpm: tpm-interface: fix tpm_transmit/_cmd kdoc by Winkler, Tomas · 7 years ago
  26. 888d867 tpm: cmd_ready command can be issued only after granting locality by Tomas Winkler · 7 years ago
  27. 3be2327 tpm: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  28. 6d24cd1 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  29. 9b8cb28 tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  30. f9d4d9b tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  31. 6bb320c tpm_tis: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  32. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  33. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  34. 68021bf tpm: remove unused variables by Arnd Bergmann · 7 years ago
  35. b4f2082 tpm: remove unused data fields from I2C and OF device ID tables by Javier Martinez Canillas · 7 years ago
  36. 6c9f0ce tpm: only attempt to disable the LPC CLKRUN if is already enabled by Javier Martinez Canillas · 7 years ago
  37. 5fc0bea tpm: follow coding style for variable declaration in tpm_tis_core_init() by Javier Martinez Canillas · 7 years ago
  38. 764325a tpm: delete the TPM_TIS_CLK_ENABLE flag by Javier Martinez Canillas · 7 years ago
  39. b3e958c tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() by Azhar Shaikh · 7 years ago
  40. c382bab tpm_tis: Move ilb_base_addr to tpm_tis_data by Azhar Shaikh · 7 years ago
  41. 0b66f2a tpm2-cmd: allow more attempts for selftest execution by Alexander.Steffen@infineon.com · 7 years ago
  42. 095531f tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented by Javier Martinez Canillas · 7 years ago
  43. 6e592a0 tpm: Move Linux RNG connection to hwrng by Jason Gunthorpe · 7 years ago
  44. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  45. 58cc1e4 tpm: parse TPM event logs based on EFI table by Thiebaud Weksteen · 7 years ago
  46. 67cb8e1 tpm: rename event log provider files by Thiebaud Weksteen · 7 years ago
  47. fd3ec36 tpm: move tpm_eventlog.h outside of drivers folder by Thiebaud Weksteen · 7 years ago
  48. 5ef924d tpm: use tpm_msleep() value as max delay by Nayna Jain · 7 years ago
  49. cf151a9 tpm: reduce tpm polling delay in tpm_tis_core by Nayna Jain · 7 years ago
  50. 87cdfdd tpm: move wait_for_tpm_stat() to respective driver files by Nayna Jain · 7 years ago
  51. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  52. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  53. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  54. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  55. 33957a1 tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX by Jérémy Lefaure · 7 years ago
  56. 2d56c718 tpm: fix duplicate inline declaration specifier by Ruben Roy · 7 years ago
  57. 1a7a9b2 tpm: fix type of a local variables in tpm_tis_spi.c by Jarkko Sakkinen · 7 years ago
  58. 4557d4b tpm: fix type of a local variable in tpm2_map_command() by Jarkko Sakkinen · 7 years ago
  59. 171360d tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl() by Jarkko Sakkinen · 7 years ago
  60. ee70bc1 tpm-dev-common: Reject too short writes by Alexander Steffen · 7 years ago
  61. 125a221 tpm: React correctly to RC_TESTING from TPM 2.0 self tests by Alexander Steffen · 7 years ago
  62. 87434f5 tpm: Use dynamic delay to wait for TPM 2.0 self test result by Alexander Steffen · 7 years ago
  63. 2482b1b tpm: Trigger only missing TPM 2.0 self tests by Alexander Steffen · 7 years ago
  64. 6b3a131 tpm_tis_spi: Use DMA-safe memory for SPI transfers by Alexander Steffen · 7 years ago
  65. f535741 tpm/tpm_crb: Use start method value from ACPI table directly by Jiandi An · 7 years ago
  66. c37fbc0 tpm: constify transmit data pointers by Arnd Bergmann · 7 years ago
  67. 0bbc931 tpm_tis: make array cmd_getticks static const to shrink object code size by Colin Ian King · 7 years ago
  68. da379f3 tpm: migrate pubek_show to struct tpm_buf by Jarkko Sakkinen · 8 years ago
  69. 1436ab0 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  70. fb154e0 tpm: ibmvtpm: simplify crq initialization and document crq format by Michal Suchanek · 8 years ago
  71. 9f3fc7b tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers by Hamza Attak · 7 years ago
  72. e1ec650 tpm: tpm_crb: constify acpi_device_id. by Arvind Yadav · 8 years ago
  73. c2a9c4b tpm: vtpm: constify vio_device_id by Arvind Yadav · 7 years ago
  74. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  75. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 8 years ago
  76. 28707bf tpm: use tpm2_pcr_read() in tpm2_do_selftest() by Roberto Sassu · 8 years ago
  77. 91f7f3d tpm: use tpm_buf functions in tpm2_pcr_read() by Roberto Sassu · 8 years ago
  78. bc39708 tpm_tis: make ilb_base_addr static by Colin Ian King · 8 years ago
  79. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 8 years ago
  80. 5e572ca tpm: Enable CLKRUN protocol for Braswell systems by Azhar Shaikh · 8 years ago
  81. f128480 tpm/tpm_crb: fix priv->cmd_size initialisation by Manuel Lauss · 8 years ago
  82. 13b47cf tpm: fix a kernel memory leak in tpm-sysfs.c by Jarkko Sakkinen · 8 years ago
  83. d1bd4a7 tpm: Issue a TPM2_Shutdown for TPM2 devices. by Josh Zimmerman · 8 years ago
  84. e24dd9e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  85. eceeae4 Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  86. e4b0852 tpm/tpm_atmel: remove unnecessary NULL check by Gustavo A. R. Silva · 8 years ago
  87. 23c3bea tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 8 years ago
  88. d8b5d945 tpm: vtpm_proxy: Prevent userspace from sending driver command by Stefan Berger · 8 years ago
  89. be4c9ac tpm: vtpm_proxy: Implement request_locality function. by Stefan Berger · 8 years ago
  90. 85ab3bf tpm: Introduce flag TPM_TRANSMIT_RAW by Stefan Berger · 8 years ago
  91. 402149c tpm: vtpm_proxy: Suppress error logging when in closed state by Stefan Berger · 8 years ago
  92. 5e9fefd tpm, tpmrm: Mark tpmrm_write as static by Peter Huewe · 8 years ago
  93. 8816188 tpm: remove struct tpm_pcrextend_in by Jarkko Sakkinen · 8 years ago
  94. 30bbafe tpm, tpm_infineon: remove useless snprintf() calls by Jarkko Sakkinen · 8 years ago
  95. 124bdcf tpm: fix byte order related arithmetic inconsistency in tpm_getcap() by Jarkko Sakkinen · 8 years ago
  96. d8c3eab tpm: Apply a sane minimum adapterlimit value for retransmission. by Bryan Freed · 8 years ago
  97. 4cb586a tpm_tis: Consolidate the platform and acpi probe flow by Jason Gunthorpe · 8 years ago
  98. fc0e132 tpm_tis: Use platform_get_irq by Jason Gunthorpe · 8 years ago
  99. d27f81f tpm_tis: Fix IRQ autoprobing when using platform_device by Jason Gunthorpe · 8 years ago
  100. 175d5b2 tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend() by Roberto Sassu · 8 years ago