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
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
8
-2192
/
+1
2020-06-19
hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"
Philippe Mathieu-Daudé
7
-78
/
+6
2020-06-19
hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header
Philippe Mathieu-Daudé
6
-5
/
+35
2020-06-19
hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
Philippe Mathieu-Daudé
2
-10
/
+11
2020-06-19
hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.c
Philippe Mathieu-Daudé
2
-6
/
+5
2020-06-19
hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion
Philippe Mathieu-Daudé
3
-3
/
+0
2020-06-19
hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources
Philippe Mathieu-Daudé
4
-1
/
+3
2020-06-19
hw/tpm: Include missing 'qemu/option.h' header
Philippe Mathieu-Daudé
1
-0
/
+2
2020-06-19
hw/tpm: Do not include 'qemu/osdep.h' in header
Philippe Mathieu-Daudé
1
-1
/
+0
2020-06-19
hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig
Philippe Mathieu-Daudé
1
-6
/
+6
2020-05-12
hw/tpm: fix usage of bool in tpm-tis.c
Jafar Abdi
1
-2
/
+2
2020-05-06
tpm: tpm-tis-device: set PPI to false by default
Eric Auger
1
-1
/
+1
2020-03-05
tpm: Add the SysBus TPM TIS device
Eric Auger
3
-0
/
+165
2020-03-05
tpm: Separate TPM_TIS and TPM_TIS_ISA configs
Eric Auger
2
-2
/
+8
2020-03-05
tpm: Separate tpm_tis common functions from isa code
Eric Auger
4
-201
/
+271
2020-03-05
tpm: Use TPMState as a common struct
Eric Auger
1
-55
/
+91
2020-03-05
tpm: rename TPM_TIS into TPM_TIS_ISA
Eric Auger
1
-2
/
+2
2020-02-02
hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
Stefan Berger
1
-1
/
+1
2020-02-02
tpm_spapr: Support suspend and resume
Stefan Berger
2
-1
/
+53
2020-02-02
tpm_spapr: Support TPM for ppc64 using CRQ based interface
Stefan Berger
4
-0
/
+398
2020-02-02
tpm: Move tpm_tis_show_buffer to tpm_util.c
Stefan Berger
4
-29
/
+33
2020-01-29
tpm-ppi: page-align PPI RAM
Marc-André Lureau
1
-1
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2
-2
/
+2
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
1
-1
/
+2
2019-12-18
hw/tpm: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
3
-3
/
+2
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-1
/
+0
2019-08-16
trace: Eliminate use of TARGET_FMT_plx
Markus Armbruster
1
-2
/
+2
2019-07-25
tpm_emulator: Translate TPM error codes to strings
Stefan Berger
2
-10
/
+63
2019-07-25
tpm: Exit in reset when backend indicates failure
Stefan Berger
2
-2
/
+6
2019-07-08
hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built
Philippe Mathieu-Daudé
1
-2
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
4
-2
/
+4
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+4
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-6
/
+6
2019-03-07
tpm: express dependencies with Kconfig
Paolo Bonzini
1
-1
/
+9
2019-03-07
i386: express dependencies with Kconfig
Paolo Bonzini
1
-1
/
+1
2019-03-07
isa: express dependencies with kconfig
Paolo Bonzini
1
-1
/
+1
2019-03-07
build: switch to Kconfig
Paolo Bonzini
1
-0
/
+2
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
1
-0
/
+14
2019-02-24
tpm_tis: convert tpm_tis_show_buffer() to use trace event
Liam Merwick
2
-12
/
+20
2019-02-24
tpm_tis: fix loop that cancels any seizure by a lower locality
Liam Merwick
1
-1
/
+1
2019-01-17
tpm: clear RAM when "memory overwrite" requested
Marc-André Lureau
5
-0
/
+41
2019-01-17
tpm: allocate/map buffer for TPM Physical Presence interface
Stefan Berger
5
-0
/
+82
2019-01-17
tpm: add a "ppi" boolean property
Marc-André Lureau
2
-0
/
+6
2018-12-04
tpm: Make sure the locality received from backend is valid
Stefan Berger
1
-0
/
+2
2018-12-04
tpm: Make sure new locality passed to tpm_tis_prep_abort() is valid
Stefan Berger
1
-1
/
+3
[next]