index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
1
-5
/
+19
2008-01-30
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
1
-0
/
+31
2008-01-30
KVM: Make unloading of FPU state when putting vcpu arch-independent
Amit Shah
1
-0
/
+1
2008-01-30
KVM: MMU: Add some mmu statistics
Avi Kivity
1
-0
/
+6
2008-01-30
KVM: Extend stats support for VM stats
Avi Kivity
1
-19
/
+20
2008-01-30
KVM: Add instruction emulation statistics
Avi Kivity
1
-0
/
+4
2008-01-30
KVM: Add fpu_reload counter
Avi Kivity
1
-0
/
+2
2008-01-30
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
1
-4
/
+2
2008-01-30
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
1
-0
/
+47
2008-01-30
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
Zhang Xiantao
1
-1
/
+1
2008-01-30
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
1
-0
/
+22
2008-01-30
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
1
-0
/
+20
2008-01-30
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
1
-1
/
+26
2008-01-30
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
1
-0
/
+157
2008-01-30
KVM: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
1
-0
/
+2
2008-01-30
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
1
-0
/
+2
2008-01-30
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
1
-0
/
+427
2008-01-30
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
1
-0
/
+103
2008-01-30
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
1
-0
/
+175
2008-01-30
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
1
-0
/
+22
2008-01-30
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
1
-0
/
+243
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
1
-0
/
+358
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
1
-0
/
+134
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
1
-0
/
+224
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
1
-0
/
+19
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
1
-0
/
+33
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
1
-0
/
+258
2008-01-30
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
1
-0
/
+219
2008-01-30
KVM: Move x86 msr handling to new files x86.[ch]
Carsten Otte
1
-0
/
+102