index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move target-* CPU file into a target/ folder
Thomas Huth
2016-12-20
1
-8502
/
+0
*
log: Add locking to large logging blocks
Richard Henderson
2016-11-01
1
-0
/
+4
*
target-i386: remove helper_lock()
Emilio G. Cota
2016-10-26
1
-15
/
+0
*
target-i386: emulate XCHG using atomic helper
Emilio G. Cota
2016-10-26
1
-6
/
+2
*
target-i386: emulate LOCK'ed BTX ops using atomic helpers
Emilio G. Cota
2016-10-26
1
-30
/
+57
*
target-i386: emulate LOCK'ed XADD using atomic helper
Emilio G. Cota
2016-10-26
1
-5
/
+10
*
target-i386: emulate LOCK'ed NEG using cmpxchg helper
Emilio G. Cota
2016-10-26
1
-4
/
+34
*
target-i386: emulate LOCK'ed NOT using atomic helper
Emilio G. Cota
2016-10-26
1
-6
/
+20
*
target-i386: emulate LOCK'ed INC using atomic helper
Emilio G. Cota
2016-10-26
1
-11
/
+13
*
target-i386: emulate LOCK'ed OP instructions using atomic helpers
Emilio G. Cota
2016-10-26
1
-18
/
+58
*
target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
Emilio G. Cota
2016-10-26
1
-45
/
+54
*
target-i386: fix 32-bit addresses in LEA
Paolo Bonzini
2016-10-24
1
-7
/
+7
*
target-i386: Generate fences for x86
Pranith Kumar
2016-09-16
1
-0
/
+8
*
target-i386: fix typo in xsetbv implementation
Dave Hansen
2016-08-02
1
-1
/
+1
*
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
2016-07-19
1
-8
/
+4
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+1
*
target-*: dfilter support for in_asm
Richard Henderson
2016-06-05
1
-1
/
+2
*
target-i386: Move TCG initialization check to tcg_x86_init()
Eduardo Habkost
2016-05-24
1
-0
/
+6
*
target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
Paolo Bonzini
2016-05-23
1
-0
/
+5
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-13
1
-9
/
+14
*
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-05-13
1
-1
/
+1
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
target-i386: implement PKE for TCG
Paolo Bonzini
2016-03-24
1
-1
/
+17
*
target-i386: Dump unknown opcodes with -d unimp
Richard Henderson
2016-03-14
1
-44
/
+83
*
target-i386: Fix inhibit irq mask handling
Richard Henderson
2016-03-14
1
-39
/
+37
*
target-i386: Use gen_nop_modrm for prefetch instructions
Richard Henderson
2016-03-14
1
-3
/
+2
*
target-i386: Fix addr16 prefix
Paolo Bonzini
2016-03-14
1
-7
/
+7
*
target-i386: Fix SMSW for 64-bit mode
Richard Henderson
2016-03-14
1
-6
/
+8
*
target-i386: Fix SMSW and LMSW from/to register
Paolo Bonzini
2016-03-14
1
-16
/
+22
*
target-i386: Avoid repeated calls to the bnd_jmp helper
Paolo Bonzini
2016-03-14
1
-5
/
+5
*
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-03-01
1
-1
/
+1
*
target-i386: Implement FSGSBASE
Richard Henderson
2016-02-15
1
-0
/
+34
*
target-i386: Clear bndregs during legacy near jumps
Richard Henderson
2016-02-15
1
-0
/
+20
*
target-i386: Implement BNDLDX, BNDSTX
Richard Henderson
2016-02-15
1
-0
/
+57
*
target-i386: Implement BNDCL, BNDCU, BNDCN
Richard Henderson
2016-02-15
1
-1
/
+43
*
target-i386: Implement BNDMOV
Richard Henderson
2016-02-15
1
-1
/
+72
*
target-i386: Implement BNDMK
Richard Henderson
2016-02-15
1
-1
/
+57
*
target-i386: Split up gen_lea_modrm
Richard Henderson
2016-02-12
1
-114
/
+85
*
target-i386: Perform set/reset_inhibit_irq inline
Richard Henderson
2016-02-12
1
-9
/
+28
*
target-i386: Enable control registers for MPX
Richard Henderson
2016-02-12
1
-0
/
+5
*
target-i386: Implement XSAVEOPT
Richard Henderson
2016-02-12
1
-3
/
+15
*
target-i386: Add XSAVE extension
Richard Henderson
2016-02-12
1
-0
/
+54
*
target-i386: Rearrange processing of 0F AE
Richard Henderson
2016-02-12
1
-52
/
+72
*
target-i386: Rearrange processing of 0F 01
Richard Henderson
2016-02-12
1
-223
/
+247
*
target-i386: Split fxsave/fxrstor implementation
Richard Henderson
2016-02-12
1
-2
/
+2
*
target-i386: Deconstruct the cpu_T array
Richard Henderson
2016-02-09
1
-607
/
+617
*
target-i386: Tidy gen_add_A0_im
Richard Henderson
2016-02-09
1
-22
/
+5
*
target-i386: Rewrite leave
Richard Henderson
2016-02-09
1
-14
/
+15
*
target-i386: Rewrite gen_enter inline
Richard Henderson
2016-02-09
1
-59
/
+34
[next]