index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-14
KVM: Steal time implementation
Glauber Costa
1
-2
/
+72
2011-07-12
KVM: Enable ERMS feature support for KVM
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Expose RDWRGSFS bit to KVM guests
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Add RDWRGSFS support when setting CR4
Yang, Wei
1
-0
/
+11
2011-07-12
KVM: Enable DRNG feature support for KVM
Yang, Wei Y
1
-1
/
+1
2011-07-12
KVM: fix XSAVE bit scanning (now properly)
Andre Przywara
1
-4
/
+5
2011-07-12
KVM: Mask function7 ebx against host capability word9
Yang, Wei Y
1
-1
/
+19
2011-07-12
KVM: Add SMEP support when setting CR4
Yang, Wei Y
1
-2
/
+13
2011-07-12
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
Avi Kivity
1
-25
/
+22
2011-07-12
KVM: x86 emulator: rename decode_cache::eip to _eip
Avi Kivity
1
-3
/
+3
2011-07-12
KVM: x86 emulator: Use the pointers ctxt and c consistently
Takuya Yoshikawa
1
-30
/
+29
2011-07-12
KVM: nVMX: Implement VMPTRST
Nadav Har'El
1
-1
/
+2
2011-07-12
KVM: nVMX: Implement VMCLEAR
Nadav Har'El
1
-0
/
+1
2011-07-12
KVM: nVMX: Decoding memory operands of VMX instructions
Nadav Har'El
1
-1
/
+2
2011-07-12
KVM: nVMX: Allow setting the VMXE bit in CR4
Nadav Har'El
1
-3
/
+1
2011-07-12
KVM: x86 emulator: Avoid clearing the whole decode_cache
Takuya Yoshikawa
1
-2
/
+15
2011-07-12
KVM: x86 emulator: Clean up init_emulate_ctxt()
Takuya Yoshikawa
1
-10
/
+11
2011-07-12
KVM: Clean up error handling during VCPU creation
Jan Kiszka
1
-5
/
+0
2011-07-12
KVM: Sanitize cpuid
Avi Kivity
1
-2
/
+35
2011-07-12
KVM: use __copy_to_user/__clear_user to write guest page
Xiao Guangrong
1
-2
/
+2
2011-07-12
KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions
Takuya Yoshikawa
1
-1
/
+1
2011-05-22
KVM: x86 emulator: consolidate segment accessors
Avi Kivity
1
-31
/
+10
2011-05-22
KVM: Add CPUID support for VIA CPU
BrillyWu@viatech.com.cn
1
-0
/
+40
2011-05-22
KVM: call cache_all_regs() only once during instruction emulation
Gleb Natapov
1
-8
/
+6
2011-05-22
KVM: Fix compound mmio
Gleb Natapov
1
-1
/
+2
2011-05-22
KVM: mmio_fault_cr2 is not used
Gleb Natapov
1
-1
/
+1
2011-05-22
KVM: x86 emulator: drop x86_emulate_ctxt::vcpu
Avi Kivity
1
-1
/
+0
2011-05-22
KVM: Avoid using x86_emulate_ctxt.vcpu
Avi Kivity
1
-1
/
+1
2011-05-22
KVM: x86 emulator: add new ->wbinvd() callback
Avi Kivity
1
-0
/
+6
2011-05-22
KVM: x86 emulator: add ->fix_hypercall() callback
Avi Kivity
1
-1
/
+5
2011-05-22
KVM: x86 emulator: add new ->halt() callback
Avi Kivity
1
-0
/
+6
2011-05-22
KVM: x86 emulator: make emulate_invlpg() an emulator callback
Avi Kivity
1
-3
/
+3
2011-05-22
KVM: x86 emulator: emulate CLTS internally
Avi Kivity
1
-7
/
+0
2011-05-22
KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()
Avi Kivity
1
-14
/
+12
2011-05-22
KVM: x86 emulator: drop vcpu argument from intercept callback
Avi Kivity
1
-2
/
+2
2011-05-22
KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks
Avi Kivity
1
-10
/
+24
2011-05-22
KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks
Avi Kivity
1
-18
/
+21
2011-05-11
KVM: x86 emulator: drop vcpu argument from pio callbacks
Avi Kivity
1
-6
/
+12
2011-05-11
KVM: x86 emulator: drop vcpu argument from memory read/write callbacks
Avi Kivity
1
-20
/
+34
2011-05-11
KVM: X86: Update last_guest_tsc in vcpu_put
Joerg Roedel
1
-1
/
+1
2011-05-11
KVM: fix push of wrong eip when doing softint
Serge E. Hallyn
1
-2
/
+3
2011-05-11
KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu
Gleb Natapov
1
-9
/
+38
2011-05-11
KVM: X86: Implement userspace interface to set virtual_tsc_khz
Joerg Roedel
1
-0
/
+35
2011-05-11
KVM: X86: Delegate tsc-offset calculation to architecture code
Joerg Roedel
1
-5
/
+5
2011-05-11
KVM: X86: Make tsc_delta calculation a function of guest tsc
Joerg Roedel
1
-2
/
+7
2011-05-11
KVM: X86: Let kvm-clock report the right tsc frequency
Joerg Roedel
1
-10
/
+15
2011-05-11
KVM: SVM: Add intercept check for emulated cr accesses
Joerg Roedel
1
-13
/
+0
2011-05-11
KVM: x86: Add x86 callback for intercept check
Joerg Roedel
1
-3
/
+3
2011-05-11
KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED
Joerg Roedel
1
-0
/
+3
2011-05-11
KVM: x86 emulator: add framework for instruction intercepts
Avi Kivity
1
-0
/
+9
[next]