Sign in
qemu
/
qemu
/
f31f9c1080d8907c95f1501c6abab038eceb5490
/
accel
9ba1733
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
f5583c5
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510' into staging
by Peter Maydell
· 7 years ago
58edf9e
tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add
by Richard Henderson
· 7 years ago
5507c2b
tcg: Introduce atomic helpers for integer min/max
by Richard Henderson
· 7 years ago
b542683
translator: merge max_insns into DisasContextBase
by Emilio G. Cota
· 7 years ago
20efc49
accel: use g_strsplit for parsing accelerator names
by Daniel P. Berrangé
· 7 years ago
7a64c17
AccelClass: Introduce accel_setup_post
by Ian Jackson
· 7 years ago
afd46fc
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
by Pavel Dovgalyuk
· 7 years ago
6cb1d3b
tcg: Fix out-of-line generic vector compares
by Richard Henderson
· 7 years ago
87f963b
tcg: Really fix cpu_io_recompile
by Richard Henderson
· 7 years ago
3788c7b
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
54e8953
kvm: introduce memory encryption APIs
by Brijesh Singh
· 7 years ago
b20e378
kvm: add memory encryption context
by Brijesh Singh
· 7 years ago
0790f86
tcg: fix cpu_io_recompile
by Pavel Dovgalyuk
· 7 years ago
5f3bdfd
cpu-exec: fix exception_index handling
by Pavel Dovgalyuk
· 7 years ago
7e0019a
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging
by Peter Maydell
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
22fc352
tcg: Add generic vector helpers with a scalar operand
by Richard Henderson
· 7 years ago
f49b12c
tcg: Add generic helpers for saturating arithmetic
by Richard Henderson
· 7 years ago
3774030
tcg: Add generic vector ops for multiplication
by Richard Henderson
· 7 years ago
212be17
tcg: Add generic vector ops for comparisons
by Richard Henderson
· 7 years ago
d0ec979
tcg: Add generic vector ops for constant shifts
by Richard Henderson
· 7 years ago
db43267
tcg: Add generic vector expanders
by Richard Henderson
· 7 years ago
29b22c7
Add the WHPX vcpu API
by Justin Terry (VM)
· 7 years ago
b1cef6d
Drop remaining bits of ia64 host support
by Peter Maydell
· 7 years ago
fe29141
kvm: Add kvm_set_user_memory tracepoint
by Alexey Kardashevskiy
· 7 years ago
98670d4
accel/tcg: add size paremeter in tlb_fill()
by Laurent Vivier
· 7 years ago
0f79bfe
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging
by Peter Maydell
· 7 years ago
1ef8185
Revert "virtio: postpone the execution of event_notifier_cleanup function"
by Michael S. Tsirkin
· 7 years ago
9c4bbee
page_unprotect(): handle calls to pages that are PAGE_WRITE
by Peter Maydell
· 7 years ago
a78b129
linux-user: Propagate siginfo_t through to handle_cpu_signal()
by Peter Maydell
· 7 years ago
4fe6d78
virtio: postpone the execution of event_notifier_cleanup function
by Gal Hammer
· 7 years ago
4124ea4
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into staging
by Peter Maydell
· 7 years ago
4fad446
tcg: add cs_base and flags to -d exec output
by Paolo Bonzini
· 7 years ago
c97d6d2
i386: hvf: add code base from Google's QEMU repository
by Sergio Andres Gomez Del Real
· 7 years ago
d84be02
cpu-exec: fix missed CPU kick during interrupt injection
by David Hildenbrand
· 7 years ago
ff67604
misc: remove duplicated includes
by Philippe Mathieu-Daudé
· 7 years ago
4d60b25
accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h
by Peter Maydell
· 7 years ago
55bbc86
translate-all: fix 'consisits' typo in comment
by Emilio G. Cota
· 7 years ago
8f2c4cb
tcg: Fix compilation without TCG
by Juan Quintela
· 7 years ago
34d4993
accel/tcg: Handle atomic accesses to notdirty memory correctly
by Peter Maydell
· 7 years ago
b11ce33
Revert "cpu-exec: don't overwrite exception_index"
by Peter Maydell
· 7 years ago
62955e1
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
ec603b5
tcg: Record code_gen_buffer address for user-only memory helpers
by Richard Henderson
· 7 years ago
17b50b0
cpu-exec: avoid cpu_exec_nocache infinite loop with record/replay
by Pavel Dovgalyuk
· 7 years ago
e01ceca
cpu-exec: don't overwrite exception_index
by Pavel Dovgalyuk
· 7 years ago
d25f2a7
accel/tcg/translate-all: expand cpu_restore_state addr check
by Alex Bennée
· 7 years ago
426eeec
cpu-exec: Exit exclusive region on longjmp from step_atomic
by Peter Maydell
· 7 years ago
cc68948
translate-all: exit from tb_phys_invalidate if qht_remove fails
by Emilio G. Cota
· 7 years ago
3468b59
tcg: enable multiple TCG contexts in softmmu
by Emilio G. Cota
· 8 years ago
e8feb96
tcg: introduce regions to split code_gen_buffer
by Emilio G. Cota
· 8 years ago
f51f315
translate-all: use qemu_protect_rwx/none helpers
by Emilio G. Cota
· 8 years ago
c3fac11
tcg: distribute profiling counters across TCGContext's
by Emilio G. Cota
· 8 years ago
b1311c4
tcg: define tcg_init_ctx and make tcg_ctx a pointer
by Emilio G. Cota
· 8 years ago
44ded3d
tcg: take tb_ctx out of TCGContext
by Emilio G. Cota
· 8 years ago
f19c6cc
translate-all: report correct avg host TB size
by Emilio G. Cota
· 8 years ago
be1e011
exec-all: rename tb_free to tb_remove
by Emilio G. Cota
· 8 years ago
2ac01d6
translate-all: use a binary search tree to track TBs in TBContext
by Emilio G. Cota
· 8 years ago
416986d
tcg: Remove CF_IGNORE_ICOUNT
by Richard Henderson
· 7 years ago
ac03ee5
cpu-exec: lookup/generate TB outside exclusive region during step_atomic
by Emilio G. Cota
· 8 years ago
e82d5a2
tcg: check CF_PARALLEL instead of parallel_cpus
by Emilio G. Cota
· 8 years ago
c5a49c6
tcg: convert tb->cflags reads to tb_cflags(tb)
by Emilio G. Cota
· 8 years ago
9b990ee
tcg: Add CPUState cflags_next_tb
by Richard Henderson
· 7 years ago
4e2ca83
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
by Emilio G. Cota
· 8 years ago
f52bfb1
accel/tcg: allow to invalidate a write TLB entry immediately
by David Hildenbrand
· 7 years ago
a8b392a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
a6ffc42
kvm: simplify kvm_align_section()
by David Hildenbrand
· 7 years ago
90ed4bc
kvm: region_add and region_del is not called on updates
by David Hildenbrand
· 7 years ago
1c4fdab
kvm: fix error message when failing to unregister slot
by David Hildenbrand
· 7 years ago
e377e87
kvm: tolerate non-existing slot for log_start/log_stop/log_sync
by David Hildenbrand
· 7 years ago
bbfd301
kvm: fix alignment of ram address
by David Hildenbrand
· 7 years ago
de258eb
tcg: Fix off-by-one in assert in page_set_flags
by Richard Henderson
· 7 years ago
e7e168f
exec-all: extract tb->tc_* into a separate struct tc_tb
by Emilio G. Cota
· 8 years ago
6eb062a
translate-all: define and use DEBUG_TB_CHECK_GATE
by Emilio G. Cota
· 8 years ago
dae9e03
translate-all: define and use DEBUG_TB_INVALIDATE_GATE
by Emilio G. Cota
· 8 years ago
67a5b5d
exec-all: introduce TB_PAGE_ADDR_FMT
by Emilio G. Cota
· 8 years ago
424079c
translate-all: define and use DEBUG_TB_FLUSH_GATE
by Emilio G. Cota
· 8 years ago
84f1c14
exec-all: bring tb->invalid into tb->cflags
by Emilio G. Cota
· 8 years ago
f6bb84d
tcg: consolidate TB lookups in tb_lookup__cpu_state
by Emilio G. Cota
· 8 years ago
7f11636
tcg: remove addr argument from lookup_tb_ptr
by Emilio G. Cota
· 8 years ago
841710c
cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
by Emilio G. Cota
· 8 years ago
13e1094
translate-all: make have_tb_lock static
by Emilio G. Cota
· 8 years ago
0aecede
tcg: fix corruption of code_time profiling counter upon tb_flush
by Emilio G. Cota
· 8 years ago
83974cf
cputlb: bring back tlb_flush_count under !TLB_DEBUG
by Emilio G. Cota
· 8 years ago
11748ba
kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()
by Greg Kurz
· 7 years ago
62dd4ed
kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()
by Greg Kurz
· 7 years ago
8b81253
accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)
by Alex Bennée
· 7 years ago
3110cdb
kvm: drop wrong assertion creating problems with pflash
by David Hildenbrand
· 7 years ago
4c44a00
accel/hax: move hax-stub.c to accel/stubs/
by Philippe Mathieu-Daudé
· 7 years ago
8297be8
Convert multi-line fprintf() to warn_report()
by Alistair Francis
· 7 years ago
67548f0
kvm: kvm_log_sync() is only called with known memory sections
by David Hildenbrand
· 7 years ago
343562e
kvm: kvm_log_start/stop are only called with known sections
by David Hildenbrand
· 7 years ago
f357f56
kvm: we never have overlapping slots in kvm_set_phys_mem()
by David Hildenbrand
· 7 years ago
2747e71
kvm: use start + size for memory ranges
by David Hildenbrand
· 7 years ago
5ea69c2
kvm: factor out alignment of memory section
by David Hildenbrand
· 7 years ago
89de4b9
kvm: require JOIN_MEMORY_REGIONS_WORKS
by David Hildenbrand
· 7 years ago
a411d29
accel/tcg: move USER code to user-exec.c
by Philippe Mathieu-Daudé
· 7 years ago
10f7d4d
accel/tcg: move atomic_template.h to accel/tcg/
by Philippe Mathieu-Daudé
· 7 years ago
61a3f8f
accel/tcg: move tcg-runtime to accel/tcg/
by Philippe Mathieu-Daudé
· 7 years ago
5841066
accel/tcg: move user-exec to accel/tcg/
by Philippe Mathieu-Daudé
· 7 years ago
Next »