index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Portability: Split mmu-related static inline functions to mmu.h
Zhang Xiantao
2008-01-30
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
2008-01-30
KVM: MMU: emulated cmpxchg8b should be atomic on i386
Marcelo Tosatti
2008-01-30
KVM: SVM: Emulate read/write access to cr8
Joerg Roedel
2008-01-30
KVM: Replace #GP injection by the generalized exception queue
Avi Kivity
2008-01-30
KVM: Replace page fault injection by the generalized exception queue
Avi Kivity
2008-01-30
KVM: Generalize exception injection mechanism
Avi Kivity
2008-01-30
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
Zhang Xiantao
2008-01-30
KVM: x86 emulator: Rename 'cr2' to 'memop'
Sheng Yang
2008-01-30
KVM: Remove misleading check for mmio during event injection
Avi Kivity
2008-01-30
KVM: Portability: Move unalias_gfn to arch dependent file
Zhang Xiantao
2008-01-30
KVM: Enhance guest cpuid management
Dan Kenigsberg
2008-01-30
KVM: Don't bother the mmu if cr3 load doesn't change cr3
Avi Kivity
2008-01-30
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
KVM: x86 emulator: retire ->write_std()
Avi Kivity
2008-01-30
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
KVM: Make unloading of FPU state when putting vcpu arch-independent
Amit Shah
2008-01-30
KVM: MMU: Add some mmu statistics
Avi Kivity
2008-01-30
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
KVM: Add instruction emulation statistics
Avi Kivity
2008-01-30
KVM: Add fpu_reload counter
Avi Kivity
2008-01-30
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
2008-01-30
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
Zhang Xiantao
2008-01-30
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
2008-01-30
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
2008-01-30
KVM: Move x86 msr handling to new files x86.[ch]
Carsten Otte