1. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 7 years ago
  2. 28707bf tpm: use tpm2_pcr_read() in tpm2_do_selftest() by Roberto Sassu · 7 years ago
  3. 91f7f3d tpm: use tpm_buf functions in tpm2_pcr_read() by Roberto Sassu · 7 years ago
  4. bc39708 tpm_tis: make ilb_base_addr static by Colin Ian King · 7 years ago
  5. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 7 years ago
  6. 5e572ca tpm: Enable CLKRUN protocol for Braswell systems by Azhar Shaikh · 7 years ago
  7. f128480 tpm/tpm_crb: fix priv->cmd_size initialisation by Manuel Lauss · 7 years ago
  8. 13b47cf tpm: fix a kernel memory leak in tpm-sysfs.c by Jarkko Sakkinen · 7 years ago
  9. d1bd4a7 tpm: Issue a TPM2_Shutdown for TPM2 devices. by Josh Zimmerman · 7 years ago
  10. e24dd9e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  11. eceeae4 Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  12. e4b0852 tpm/tpm_atmel: remove unnecessary NULL check by Gustavo A. R. Silva · 8 years ago
  13. 23c3bea tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 8 years ago
  14. d8b5d945 tpm: vtpm_proxy: Prevent userspace from sending driver command by Stefan Berger · 8 years ago
  15. be4c9ac tpm: vtpm_proxy: Implement request_locality function. by Stefan Berger · 8 years ago
  16. 85ab3bf tpm: Introduce flag TPM_TRANSMIT_RAW by Stefan Berger · 8 years ago
  17. 402149c tpm: vtpm_proxy: Suppress error logging when in closed state by Stefan Berger · 8 years ago
  18. 5e9fefd tpm, tpmrm: Mark tpmrm_write as static by Peter Huewe · 8 years ago
  19. 8816188 tpm: remove struct tpm_pcrextend_in by Jarkko Sakkinen · 8 years ago
  20. 30bbafe tpm, tpm_infineon: remove useless snprintf() calls by Jarkko Sakkinen · 8 years ago
  21. 124bdcf tpm: fix byte order related arithmetic inconsistency in tpm_getcap() by Jarkko Sakkinen · 8 years ago
  22. d8c3eab tpm: Apply a sane minimum adapterlimit value for retransmission. by Bryan Freed · 8 years ago
  23. 4cb586a tpm_tis: Consolidate the platform and acpi probe flow by Jason Gunthorpe · 8 years ago
  24. fc0e132 tpm_tis: Use platform_get_irq by Jason Gunthorpe · 8 years ago
  25. d27f81f tpm_tis: Fix IRQ autoprobing when using platform_device by Jason Gunthorpe · 8 years ago
  26. 175d5b2 tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend() by Roberto Sassu · 8 years ago
  27. a69faeb tpm: move endianness conversion of ordinals to tpm_input_header by Roberto Sassu · 8 years ago
  28. 06e9327 tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header by Roberto Sassu · 8 years ago
  29. bff7f90 ACPICA: Add header support for TPM2 table changes by Bob Moore · 8 years ago
  30. 94116f8 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() by Andy Shevchenko · 8 years ago
  31. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  32. 8979b02 tpm: Fix reference count to main device by Stefan Berger · 8 years ago
  33. e6aef06 tpm_tis: convert to using locality callbacks by Jerry Snitselaar · 8 years ago
  34. fd5c786 tpm: fix handling of the TPM 2.0 event logs by Petr Vandrovec · 8 years ago
  35. 3b395d6 tpm_crb: remove a cruft constant by Jarkko Sakkinen · 8 years ago
  36. 08eff49 tpm/tpm_crb: Enable TPM CRB interface for ARM64 by Jiandi An · 8 years ago
  37. 877c57d tpm_crb: request and relinquish locality 0 by Jarkko Sakkinen · 8 years ago
  38. 84d2594 tpm: make check_locality return bool by Jerry Snitselaar · 8 years ago
  39. 67c2f3d tpm/tpm_crb: fix unused warnings on suspend/resume functions by Jérémy Lefaure · 8 years ago
  40. 0afb711 tpm: add sleep only for retry in i2c_nuvoton_write_status() by Nayna Jain · 8 years ago
  41. 2d2e376 tpm/st33zp24: Add GPIO ACPI mapping table by Andy Shevchenko · 8 years ago
  42. 31574d3 vTPM: Fix missing NULL check by Hon Ching \(Vicky\) Lo · 8 years ago
  43. 8569def tpm_crb: check for bad response size by Jerry Snitselaar · 8 years ago
  44. 4d57856 tpm2: add session handle context saving and restoring to the space code by James Bottomley · 8 years ago
  45. fdc915f tpm: expose spaces via a device link /dev/tpmrm<n> by James Bottomley · 8 years ago
  46. ecb38e2 tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c by James Bottomley · 8 years ago
  47. 745b361 tpm: infrastructure for TPM spaces by Jarkko Sakkinen · 8 years ago
  48. 58472f5 tpm: validate TPM 2.0 commands by Jarkko Sakkinen · 8 years ago
  49. 9aa36b3 tpm: export tpm2_flush_context_cmd by Jarkko Sakkinen · 8 years ago
  50. a147918 tpm: move length validation to tpm_transmit() by Jarkko Sakkinen · 8 years ago
  51. 38eb24e tpm_crb: encapsulate crb_wait_for_reg_32 by Jarkko Sakkinen · 8 years ago
  52. 13b1f4a tpm_crb: map locality registers by Jarkko Sakkinen · 8 years ago
  53. 5cc0101 tpm_tis_spi: Add small delay after last transfer by Peter Huewe · 8 years ago
  54. 591e48c tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes by Peter Huewe · 8 years ago
  55. e110cc6 tpm_tis_spi: Check correct byte for wait state indicator by Peter Huewe · 8 years ago
  56. 975094d tpm_tis_spi: Abort transfer when too many wait states are signaled by Peter Huewe · 8 years ago
  57. f848f21 tpm_tis_spi: Use single function to transfer data by Peter Huewe · 8 years ago
  58. 095fc30 tpm/tpm_crb: enter the low power state upon device suspend by Winkler, Tomas · 8 years ago
  59. 4bf4b4e tpm: select CONFIG_CRYPTO by Arnd Bergmann · 8 years ago
  60. a233a02 tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver by Nayna Jain · 8 years ago
  61. b4e2eb0 tpm crb: Work around BIOS's that report the wrong ACPI region size by Jason Gunthorpe · 8 years ago
  62. 302a6ad tpm_tis_core: Choose appropriate timeout for reading burstcount by Alexander Steffen · 8 years ago
  63. 8dbbf58 tpm-chip: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  64. 61841be tpm: declare tpm2_get_pcr_allocation() as static by Jarkko Sakkinen · 8 years ago
  65. 51b0be6 tpm: Fix expected number of response bytes of TPM1.2 PCR Extend by Stefan Berger · 8 years ago
  66. 5cec5ba tpm xen: drop unneeded chip variable by Julia Lawall · 8 years ago
  67. 39f5712 tpm: fix misspelled "facilitate" in module parameter description by Dmitry Torokhov · 8 years ago
  68. 5939eaf tpm_tis: fix the error handling of init_tis() by Wei Yongjun · 8 years ago
  69. 70ea163 tpm: silence an array overflow warning by Dan Carpenter · 8 years ago
  70. a118cf2 tpm: fix the type of owned field in cap_t by Stefan Berger · 8 years ago
  71. 4d23cc3 tpm: add securityfs support for TPM 2.0 firmware event log by Nayna Jain · 8 years ago
  72. e46e22f tpm: enhance read_log_of() to support Physical TPM event log by Nayna Jain · 8 years ago
  73. c1f92b4 tpm: enhance TPM 2.0 PCR extend to support multiple banks by Nayna Jain · 8 years ago
  74. 1db1534 tpm: implement TPM 2.0 capability to get active PCR banks by Nayna Jain · 8 years ago
  75. 7d76111 tpm: fix RC value check in tpm2_seal_trusted by Jarkko Sakkinen · 8 years ago
  76. 419a16d tpm_tis: fix iTPM probe via probe_itpm() function by Maciej S. Szmigiero · 8 years ago
  77. fa2825d tpm: Begin the process to deprecate user_read_timer by Jason Gunthorpe · 8 years ago
  78. 1d19155 tpm: remove tpm_read_index and tpm_write_index from tpm.h by Jarkko Sakkinen · 8 years ago
  79. c659af7 tpm: Check size of response before accessing data by Stefan Berger · 8 years ago
  80. 1d70fe9 tpm_tis: use default timeout value if chip reports it as zero by Maciej S. Szmigiero · 8 years ago
  81. 62bfdac tpm: Do not print an error message when doing TPM auto startup by Jason Gunthorpe · 8 years ago
  82. 19b7bf5 tpm, tpm_crb: Handle 64-bit resource in crb_check_resource() by Jiandi An · 8 years ago
  83. aea7f54 tpm/tpm_tis_spi: drop duplicate header module.h by Geliang Tang · 8 years ago
  84. 176cebc tpm/st33zp24: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 8 years ago
  85. 93c12f2 tpm/vtpm: fix kdoc warnings by Winkler, Tomas · 8 years ago
  86. 2998b02 tmp: use pdev for parent device in tpm_chip_alloc by Winkler, Tomas · 8 years ago
  87. 794c6e1 tpm/tpm2-chip: fix kdoc errors by Winkler, Tomas · 8 years ago
  88. f865c19 tpm: add kdoc for tpm_transmit and tpm_transmit_cmd by Winkler, Tomas · 8 years ago
  89. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. 37f4915 tpm: use idr_find(), not idr_find_slowpath() by Matthew Wilcox · 8 years ago
  91. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  92. 9430066 tpm: adjust return value of tpm_read_log by Jason Gunthorpe · 8 years ago
  93. c4484f7 tpm: vtpm_proxy: conditionally call tpm_chip_unregister by Jason Gunthorpe · 8 years ago
  94. 0cf577a tpm: Fix handling of missing event log by Jason Gunthorpe · 8 years ago
  95. 005451d tpm: Check the bios_dir entry for NULL before accessing it by Stefan Berger · 8 years ago
  96. 79eec5b tpm: return -ENODEV if np is not set by Colin Ian King · 8 years ago
  97. 5efae7d tpm: cleanup of printk error messages by Nayna Jain · 8 years ago
  98. ed4fdb4 tpm: replace of_find_node_by_name() with dev of_node property by Nayna Jain · 8 years ago
  99. 02ae1382 tpm: redefine read_log() to handle ACPI/OF at runtime by Nayna Jain · 8 years ago
  100. f40e68e tpm: fix the missing .owner in tpm_bios_measurements_ops by Nayna Jain · 8 years ago