1. 45e576c tpm: mark correct memory region range dirty when clearing RAM by David Hildenbrand · 3 years, 8 months ago
  2. 773c1f1 docs: fix references to docs/specs/tpm.rst by Stefano Garzarella · 3 years, 11 months ago
  3. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 11 months ago
  4. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 4 years ago
  5. 14e996e tpm: put some tpm devices into the correct category by Gan Qixin · 4 years, 4 months ago
  6. 68a5b02 tpm: tpm_spapr: Remove unused tracepoint by Roman Bolshakov · 4 years, 4 months ago
  7. 8f2aff6 qdev: Move qdev_prop_tpm declaration to tpm_prop.h by Eduardo Habkost · 4 years, 4 months ago
  8. eac2fce tpm: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  9. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 7 months ago
  10. f4ef8c9 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
  11. b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 8 months ago
  12. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
  13. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 7 months ago
  14. 70c2cfe meson: convert hw/tpm by Paolo Bonzini · 4 years, 8 months ago
  15. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  16. f8b332a tpm: tpm_spapr: Exit on TPM backend failures by Stefan Berger · 4 years, 9 months ago
  17. ca64b08 tpm: Move backend code under the 'backends/' directory by Philippe Mathieu-Daudé · 4 years, 10 months ago
  18. 0f7d214 hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h" by Philippe Mathieu-Daudé · 4 years, 10 months ago
  19. a350061 hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header by Philippe Mathieu-Daudé · 4 years, 10 months ago
  20. eccc0b0 hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h' by Philippe Mathieu-Daudé · 4 years, 10 months ago
  21. f670a56 hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.c by Philippe Mathieu-Daudé · 4 years, 10 months ago
  22. 6807256 hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion by Philippe Mathieu-Daudé · 4 years, 10 months ago
  23. 4021476 hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources by Philippe Mathieu-Daudé · 4 years, 10 months ago
  24. ae96040 hw/tpm: Include missing 'qemu/option.h' header by Philippe Mathieu-Daudé · 4 years, 10 months ago
  25. 29ce02b hw/tpm: Do not include 'qemu/osdep.h' in header by Philippe Mathieu-Daudé · 4 years, 10 months ago
  26. 81c7aa0 hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig by Philippe Mathieu-Daudé · 4 years, 10 months ago
  27. aadad39 hw/tpm: fix usage of bool in tpm-tis.c by Jafar Abdi · 6 years ago
  28. ca14ba5 tpm: tpm-tis-device: set PPI to false by default by Eric Auger · 5 years ago
  29. 229de57 tpm: Add the SysBus TPM TIS device by Eric Auger · 5 years ago
  30. 2e8f767 tpm: Separate TPM_TIS and TPM_TIS_ISA configs by Eric Auger · 5 years ago
  31. ac90053 tpm: Separate tpm_tis common functions from isa code by Eric Auger · 5 years ago
  32. ca75c42 tpm: Use TPMState as a common struct by Eric Auger · 5 years ago
  33. 43bc7f8 tpm: rename TPM_TIS into TPM_TIS_ISA by Eric Auger · 5 years ago
  34. 942e795 hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config by Stefan Berger · 5 years ago
  35. ee9a812 tpm_spapr: Support suspend and resume by Stefan Berger · 5 years ago
  36. 3676bc6 tpm_spapr: Support TPM for ppc64 using CRQ based interface by Stefan Berger · 5 years ago
  37. 3688d73 tpm: Move tpm_tis_show_buffer to tpm_util.c by Stefan Berger · 5 years ago
  38. 71e415c tpm-ppi: page-align PPI RAM by Marc-André Lureau · 5 years ago
  39. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  40. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  41. e04e332 hw/tpm: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
  42. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  43. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  44. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  45. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  46. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  47. 988fa10 trace: Eliminate use of TARGET_FMT_plx by Markus Armbruster · 6 years ago
  48. 7e095e8 tpm_emulator: Translate TPM error codes to strings by Stefan Berger · 6 years ago
  49. bcfd16f tpm: Exit in reset when backend indicates failure by Stefan Berger · 6 years ago
  50. 2bb086f hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built by Philippe Mathieu-Daudé · 6 years ago
  51. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  52. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  53. a8b991b Clean up ill-advised or unusual header guards by Markus Armbruster · 6 years ago
  54. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  55. 7aaa6a1 tpm: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  56. 02017ee i386: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  57. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  58. e0e312f build: switch to Kconfig by Paolo Bonzini · 6 years ago
  59. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  60. cd38cc5 tpm_tis: convert tpm_tis_show_buffer() to use trace event by Liam Merwick · 6 years ago
  61. 37b55d6 tpm_tis: fix loop that cancels any seizure by a lower locality by Liam Merwick · 6 years ago
  62. ffab1be tpm: clear RAM when "memory overwrite" requested by Marc-André Lureau · 6 years ago
  63. 3b97c01 tpm: allocate/map buffer for TPM Physical Presence interface by Stefan Berger · 6 years ago
  64. b614875 tpm: add a "ppi" boolean property by Marc-André Lureau · 6 years ago
  65. a639f96 tpm: Make sure the locality received from backend is valid by Stefan Berger · 6 years ago
  66. e92b63e tpm: Make sure new locality passed to tpm_tis_prep_abort() is valid by Stefan Berger · 6 years ago
  67. 0f5faee tpm: Remove unused locty parameter from tpm_tis_abort() by Stefan Berger · 6 years ago
  68. 6a50bb9 tpm: use loop iterator to set sts data field by Prasad J Pandit · 6 years ago
  69. eff1fe9 tpm: Zero-init structure to avoid uninitialized variables in valgrind log by Stefan Berger · 6 years ago
  70. 9ec08c4 tpm: extend TPM TIS with state migration support by Stefan Berger · 7 years ago
  71. 38ab74e tpm: extend TPM emulator with state migration support by Stefan Berger · 7 years ago
  72. 384cf1f tpm: CRB: Enforce locality is requested before processing buffer by Stefan Berger · 7 years ago
  73. 025bc93 tpm: CRB: Reset Granted flag when relinquishing locality by Stefan Berger · 7 years ago
  74. 3a3c873 tpm: CRB: set the Idle flag by default by Stefan Berger · 7 years ago
  75. ffbf24b tpm: CRB: query backend for TPM established flag by Stefan Berger · 7 years ago
  76. de4a22d tpm: CRB: reset locAssigned upon relinquishing locality by Stefan Berger · 7 years ago
  77. e1880ed tpm: CRB: set registers to 0 by default by Stefan Berger · 7 years ago
  78. be052a3 tpm: CRB: Set tpmRegValidSts flag to '1' in device reset by Stefan Berger · 7 years ago
  79. 0ab4537 Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging by Peter Maydell · 7 years ago
  80. fcbed22 tpm: convert tpm_tis.c to use trace-events by Stefan Berger · 7 years ago
  81. 9d9dcd9 tpm: convert tpm_emulator.c to use trace-events by Stefan Berger · 7 years ago
  82. cc7d320 tpm: convert tpm_util.c to use trace-events by Stefan Berger · 7 years ago
  83. 49d302f tpm: convert tpm_passthrough.c to use trace-events by Stefan Berger · 7 years ago
  84. ec42749 tpm: convert tpm_crb.c to use trace-events by Stefan Berger · 7 years ago
  85. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  86. adb0e91 tests: add test for TPM TIS device by Stefan Berger · 7 years ago
  87. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  88. 3bd9e16 tpm: tis: move one-line function into caller by Stefan Berger · 7 years ago
  89. a35e15d tpm: wrap stX_be_p in tpm_cmd_set_XYZ functions by Stefan Berger · 7 years ago
  90. b8d44ab tpm: Split off tpm_crb_reset function by Stefan Berger · 7 years ago
  91. 4ab6cb4 tpm: add CRB device by Marc-André Lureau · 7 years ago
  92. 6a8a235 tpm: report backend request error by Marc-André Lureau · 7 years ago
  93. 05b71fb tpm: lookup cancel path under tpm device class by Marc-André Lureau · 7 years ago
  94. cc1b6c5 tpm: fix alignment issues by Marc-André Lureau · 7 years ago
  95. 3027058 tpm: Set the flags of the CMD_INIT command to 0 by Stefan Berger · 7 years ago
  96. 2562755 maint: Fix macros with broken 'do/while(0); ' usage by Eric Blake · 7 years ago
  97. b86da7d tpm: Implement tpm_sized_buffer_reset by Stefan Berger · 7 years ago
  98. f999d81 tpm_tis: merge r/w_offset into rw_offset by Stefan Berger · 7 years ago
  99. e6b30c7 tpm_tis: move r/w_offsets to TPMState by Stefan Berger · 7 years ago
  100. c5496b9 tpm_tis: merge read and write buffer into single buffer by Stefan Berger · 7 years ago