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
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
Fix some typos found by codespell
Stefan Weil
2
-2
/
+2
2016-05-12
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
1
-9
/
+14
2016-05-12
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
1
-1
/
+1
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2
-2
/
+2
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
1
-3
/
+3
2016-04-18
target-i386: Set AMD alias bits after filtering CPUID data
Eduardo Habkost
1
-8
/
+8
2016-04-08
target-i386: check for PKU even for non-writable pages
Paolo Bonzini
1
-8
/
+10
2016-04-05
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
1
-4
/
+30
2016-04-05
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
1
-0
/
+3
2016-04-05
target-i386/kvm: Hyper-V VMBus hypercalls blank handlers
Andrey Smetanin
1
-0
/
+12
2016-03-24
target-i386: implement PKE for TCG
Paolo Bonzini
7
-5
/
+110
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-15
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2
-0
/
+5
2016-03-14
kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
Lan Tianyu
1
-0
/
+4
2016-03-14
hyperv: cpu hotplug fix with HyperV enabled
Denis V. Lunev
1
-0
/
+1
2016-03-14
target-i386: Dump unknown opcodes with -d unimp
Richard Henderson
1
-44
/
+83
2016-03-14
target-i386: Fix inhibit irq mask handling
Richard Henderson
1
-39
/
+37
2016-03-14
target-i386: Use gen_nop_modrm for prefetch instructions
Richard Henderson
1
-3
/
+2
2016-03-14
target-i386: Fix addr16 prefix
Paolo Bonzini
1
-7
/
+7
2016-03-14
target-i386: Fix SMSW for 64-bit mode
Richard Henderson
1
-6
/
+8
2016-03-14
target-i386: Fix SMSW and LMSW from/to register
Paolo Bonzini
1
-16
/
+22
2016-03-14
target-i386: Avoid repeated calls to the bnd_jmp helper
Paolo Bonzini
1
-5
/
+5
2016-03-01
tcg: Add type for vCPU pointers
LluĂs Vilanova
1
-1
/
+1
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-42
/
+59
2016-02-25
target-i386: fix confusion in xcr0 bit position vs. mask
Paolo Bonzini
4
-42
/
+59
2016-02-23
all: Clean up includes
Peter Maydell
3
-2
/
+1
2016-02-23
cpu: Clean up includes
Peter Maydell
1
-4
/
+1
2016-02-15
target-i386: Implement FSGSBASE
Richard Henderson
4
-2
/
+50
2016-02-15
target-i386: Enable CR4/XCR0 features for user-mode
Richard Henderson
1
-2
/
+22
2016-02-15
target-i386: Clear bndregs during legacy near jumps
Richard Henderson
3
-0
/
+29
2016-02-15
target-i386: Implement BNDLDX, BNDSTX
Richard Henderson
3
-0
/
+158
2016-02-15
target-i386: Update BNDSTATUS for exceptions raised by BOUND
Richard Henderson
1
-0
/
+6
2016-02-15
target-i386: Implement BNDCL, BNDCU, BNDCN
Richard Henderson
3
-1
/
+53
2016-02-15
target-i386: Implement BNDMOV
Richard Henderson
1
-1
/
+72
2016-02-15
target-i386: Implement BNDMK
Richard Henderson
1
-1
/
+57
2016-02-13
target-i386: Split up gen_lea_modrm
Richard Henderson
1
-114
/
+85
2016-02-13
target-i386: Perform set/reset_inhibit_irq inline
Richard Henderson
3
-21
/
+28
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
10
-26
/
+189
2016-02-13
target-i386: Implement XSAVEOPT
Richard Henderson
4
-11
/
+43
2016-02-13
target-i386: Add XSAVE extension
Richard Henderson
6
-24
/
+241
2016-02-13
target-i386: Rearrange processing of 0F AE
Richard Henderson
1
-52
/
+72
2016-02-13
target-i386: Rearrange processing of 0F 01
Richard Henderson
1
-223
/
+247
2016-02-13
target-i386: Split fxsave/fxrstor implementation
Richard Henderson
3
-82
/
+101
2016-02-09
target-i386: fix PSE36 mode
Paolo Bonzini
1
-2
/
+2
2016-02-09
target-i386: Deconstruct the cpu_T array
Richard Henderson
1
-607
/
+617
2016-02-09
target-i386: Tidy gen_add_A0_im
Richard Henderson
1
-22
/
+5
2016-02-09
target-i386: Rewrite leave
Richard Henderson
1
-14
/
+15
2016-02-09
target-i386: Rewrite gen_enter inline
Richard Henderson
3
-137
/
+34
2016-02-09
target-i386: Use gen_lea_v_seg in pusha/popa
Richard Henderson
1
-27
/
+23
[prev]
[next]