index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
tpm_tis: Return 0 for every register in case of failure mode
Stefan Berger
1
-1
/
+1
2017-11-15
tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failure
Stefan Berger
1
-0
/
+4
2017-11-15
tpm-emulator: protect concurrent ctrl_chr access
Marc-André Lureau
1
-16
/
+28
2017-10-25
tpm: print buffers received from TPM when debugging
Stefan Berger
1
-0
/
+2
2017-10-19
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
4
-7
/
+13
2017-10-19
tpm: add a QOM TPM interface
Marc-André Lureau
2
-0
/
+21
2017-10-19
tpm-tis: fold TPMTISEmuState in TPMState
Marc-André Lureau
1
-179
/
+157
2017-10-19
tpm-tis: remove tpm_tis.h header
Marc-André Lureau
3
-96
/
+71
2017-10-19
tpm-tis: move TPMState to TIS header
Marc-André Lureau
3
-21
/
+22
2017-10-19
tpm: remove locty_data from TPMState
Marc-André Lureau
3
-11
/
+6
2017-10-19
tpm-emulator: fix error handling
Marc-André Lureau
1
-6
/
+8
2017-10-19
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
4
-38
/
+34
2017-10-19
tpm: remove locty argument from receive_cb
Marc-André Lureau
3
-8
/
+4
2017-10-19
tpm: remove needless cast
Marc-André Lureau
1
-1
/
+1
2017-10-19
tpm: remove unused TPMBackendCmd
Marc-André Lureau
2
-45
/
+26
2017-10-19
tpm: remove TPMDriverOps
Marc-André Lureau
2
-31
/
+23
2017-10-19
tpm: move TPMSizedBuffer to tpm_tis.h
Marc-André Lureau
1
-0
/
+5
2017-10-19
tpm: remove tpm_register_driver()
Marc-André Lureau
2
-2
/
+0
2017-10-19
tpm-tis: remove RAISE_STS_IRQ
Marc-André Lureau
1
-23
/
+1
2017-10-19
tpm-tis: remove unused hw_access argument
Marc-André Lureau
1
-10
/
+3
2017-10-13
tpm: Added support for TPM emulator
Amarnath Valluri
3
-0
/
+834
2017-10-13
tpm-passthrough: move reusable code to utils
Amarnath Valluri
3
-59
/
+34
2017-10-13
tpm-backend: Move realloc_buffer() implementation to tpm-tis model
Amarnath Valluri
2
-14
/
+12
2017-10-13
tpm-backend: Add new API to read backend TpmInfo
Amarnath Valluri
1
-19
/
+32
2017-10-13
tpm-backend: Made few interface methods optional
Amarnath Valluri
1
-35
/
+1
2017-10-13
tpm-backend: Initialize and free data members in it's own methods
Amarnath Valluri
1
-19
/
+12
2017-10-13
tpm-backend: Move thread handling inside TPMBackend
Amarnath Valluri
1
-50
/
+8
2017-10-13
tpm-backend: Remove unneeded member variable from backend class
Amarnath Valluri
1
-4
/
+0
2017-10-13
tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD
Stefan Berger
1
-5
/
+5
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-28
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
1
-4
/
+2
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+4
2016-04-13
tpm: Fix write to file descriptor function
Stefan Berger
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw: Clean up includes
Peter Maydell
3
-1
/
+3
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-2
/
+27
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2015-11-17
tpm: avoid clang shifting negative signed warning
Stefan Hajnoczi
1
-1
/
+1
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
1
-2
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-01
TPM2 ACPI table support
Stefan Berger
1
-0
/
+11
2015-05-31
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
5
-54
/
+167
2015-05-31
Extend TPM TIS interface to support TPM 2
Stefan Berger
4
-9
/
+115
2015-04-30
tpm: fix coding style
Stefan Berger
1
-2
/
+2
2015-04-30
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2
-17
/
+13
2015-04-30
tpm: Cast 64bit variables to int when used in DPRINTF
Stefan Berger
1
-4
/
+4
2015-03-19
Fix remaining warnings from Sparse (void return)
Stefan Weil
1
-1
/
+1
2015-03-11
tpm: Move memory subregion function into realize function
Stefan Berger
1
-3
/
+3
2015-03-10
tpm: Remove superfluous '\n' around error_report()
Gonglei
1
-6
/
+6
2015-03-01
tpm: Support for capability flags of TIS 1.3
Stefan Berger
1
-1
/
+8
[prev]
[next]