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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
xen: dont try setting max grants multiple times
Juergen Gross
1
-4
/
+12
2017-10-26
xen: add a global indicator for grant copy being available
Juergen Gross
3
-12
/
+18
2017-10-26
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...
Peter Maydell
8
-7
/
+39
2017-10-25
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging
Peter Maydell
80
-1813
/
+2285
2017-10-25
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...
Peter Maydell
14
-138
/
+431
2017-10-25
tpm: print buffers received from TPM when debugging
Stefan Berger
1
-0
/
+2
2017-10-25
vl: remove unnecessary #ifdef CONFIG_TPM
Philippe Mathieu-Daudé
1
-2
/
+0
2017-10-25
tpm: remove unnecessary #ifdef CONFIG_TPM
Philippe Mathieu-Daudé
1
-4
/
+0
2017-10-25
tpm: add stubs
Philippe Mathieu-Daudé
4
-1
/
+36
2017-10-24
translate-all: exit from tb_phys_invalidate if qht_remove fails
Emilio G. Cota
1
-1
/
+3
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
26
-133
/
+28
2017-10-24
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
5
-13
/
+145
2017-10-24
tcg: introduce regions to split code_gen_buffer
Emilio G. Cota
6
-45
/
+260
2017-10-24
translate-all: use qemu_protect_rwx/none helpers
Emilio G. Cota
1
-48
/
+13
2017-10-24
osdep: introduce qemu_mprotect_rwx/none
Emilio G. Cota
2
-0
/
+43
2017-10-24
tcg: allocate optimizer temps with tcg_malloc
Emilio G. Cota
1
-23
/
+19
2017-10-24
tcg: distribute profiling counters across TCGContext's
Emilio G. Cota
3
-45
/
+126
2017-10-24
tcg: introduce **tcg_ctxs to keep track of all TCGContext's
Emilio G. Cota
1
-0
/
+5
2017-10-24
gen-icount: fold exitreq_label into TCGContext
Emilio G. Cota
2
-4
/
+5
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
29
-126
/
+130
2017-10-24
tcg: take tb_ctx out of TCGContext
Emilio G. Cota
5
-35
/
+34
2017-10-24
translate-all: report correct avg host TB size
Emilio G. Cota
1
-9
/
+23
2017-10-24
exec-all: rename tb_free to tb_remove
Emilio G. Cota
3
-5
/
+5
2017-10-24
translate-all: use a binary search tree to track TBs in TBContext
Emilio G. Cota
3
-112
/
+119
2017-10-24
tcg: Remove CF_IGNORE_ICOUNT
Richard Henderson
3
-18
/
+18
2017-10-24
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
Richard Henderson
1
-1
/
+2
2017-10-24
cpu-exec: lookup/generate TB outside exclusive region during step_atomic
Emilio G. Cota
1
-16
/
+14
2017-10-24
tcg: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
3
-5
/
+7
2017-10-24
target/sparc: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-1
/
+1
2017-10-24
target/sh4: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-1
/
+1
2017-10-24
target/s390x: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
3
-22
/
+88
2017-10-24
target/m68k: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
3
-15
/
+31
2017-10-24
target/i386: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-2
/
+2
2017-10-24
target/hppa: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
3
-6
/
+40
2017-10-24
target/arm: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
5
-21
/
+68
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
24
-123
/
+124
2017-10-24
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
Richard Henderson
1
-1
/
+1
2017-10-24
tcg: Add CPUState cflags_next_tb
Richard Henderson
5
-35
/
+31
2017-10-24
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
10
-39
/
+65
2017-10-24
tcg: Use offsets not indices for TCGv_*
Richard Henderson
1
-31
/
+33
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
32
-163
/
+40
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
6
-17
/
+11
2017-10-24
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
5
-69
/
+34
2017-10-24
tcg: Introduce temp_tcgv_{i32,i64,ptr}
Richard Henderson
2
-47
/
+53
2017-10-24
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
6
-90
/
+122
2017-10-24
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
3
-10
/
+9
2017-10-24
tcg: Push tcg_ctx into generator functions
Richard Henderson
2
-78
/
+69
2017-10-24
tcg: Use per-temp state data in optimize
Richard Henderson
2
-182
/
+246
2017-10-24
tcg: Remove unused TCG_CALL_DUMMY_TCGV
Richard Henderson
1
-1
/
+0
2017-10-24
tcg: Change temp_allocate_frame arg to TCGTemp
Richard Henderson
1
-5
/
+3
[next]