index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Emulate read/write access to cr8
Joerg Roedel
2008-01-30
1
-0
/
+5
*
KVM: Replace #GP injection by the generalized exception queue
Avi Kivity
2008-01-30
1
-24
/
+19
*
KVM: Replace page fault injection by the generalized exception queue
Avi Kivity
2008-01-30
1
-1
/
+16
*
KVM: Generalize exception injection mechanism
Avi Kivity
2008-01-30
1
-1
/
+32
*
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
Zhang Xiantao
2008-01-30
1
-0
/
+29
*
KVM: x86 emulator: Rename 'cr2' to 'memop'
Sheng Yang
2008-01-30
1
-1
/
+0
*
KVM: Remove misleading check for mmio during event injection
Avi Kivity
2008-01-30
1
-1
/
+1
*
KVM: Portability: Move unalias_gfn to arch dependent file
Zhang Xiantao
2008-01-30
1
-0
/
+14
*
KVM: Enhance guest cpuid management
Dan Kenigsberg
2008-01-30
1
-9
/
+322
*
KVM: Don't bother the mmu if cr3 load doesn't change cr3
Avi Kivity
2008-01-30
1
-0
/
+25
*
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
1
-0
/
+1
*
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
1
-9
/
+7
*
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
1
-0
/
+51
*
KVM: x86 emulator: retire ->write_std()
Avi Kivity
2008-01-30
1
-10
/
+0
*
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
1
-1
/
+1
*
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
1
-1
/
+1
*
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
2008-01-30
1
-5
/
+19
*
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
1
-0
/
+31
*
KVM: Make unloading of FPU state when putting vcpu arch-independent
Amit Shah
2008-01-30
1
-0
/
+1
*
KVM: MMU: Add some mmu statistics
Avi Kivity
2008-01-30
1
-0
/
+6
*
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
1
-19
/
+20
*
KVM: Add instruction emulation statistics
Avi Kivity
2008-01-30
1
-0
/
+4
*
KVM: Add fpu_reload counter
Avi Kivity
2008-01-30
1
-0
/
+2
*
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
2008-01-30
1
-4
/
+2
*
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
1
-0
/
+47
*
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
Zhang Xiantao
2008-01-30
1
-1
/
+1
*
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
1
-0
/
+22
*
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
1
-0
/
+20
*
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
1
-1
/
+26
*
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
1
-0
/
+157
*
KVM: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
2008-01-30
1
-0
/
+2
*
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
2008-01-30
1
-0
/
+2
*
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+427
*
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+103
*
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+175
*
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
1
-0
/
+22
*
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
2008-01-30
1
-0
/
+243
*
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
1
-0
/
+358
*
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
1
-0
/
+134
*
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
1
-0
/
+224
*
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
1
-0
/
+19
*
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
1
-0
/
+33
*
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
2008-01-30
1
-0
/
+258
*
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
2008-01-30
1
-0
/
+219
*
KVM: Move x86 msr handling to new files x86.[ch]
Carsten Otte
2008-01-30
1
-0
/
+102