Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f725230af9ea03f6cc6f4a90e87aa428df46ec19
/
arch
/
x86
/
kvm
/
x86.c
f725230
KVM: Add API to retrieve the number of supported vcpus per vm
by Avi Kivity
· 17 years ago
1806852
KVM: paravirtualized clocksource: host part
by Glauber de Oliveira Costa
· 17 years ago
cc4b687
KVM: export the load_pdptrs() function to modules
by Joerg Roedel
· 17 years ago
9457a71
KVM: allow access to EFER in 32bit KVM
by Joerg Roedel
· 17 years ago
50a37eb
KVM: align valid EFER bits with the features of the host system
by Joerg Roedel
· 17 years ago
f2b4b7d
KVM: make EFER_RESERVED_BITS configurable for architecture code
by Joerg Roedel
· 17 years ago
72dc67a
KVM: remove the usage of the mmap_sem for the protection of the memory slots.
by Izik Eidus
· 17 years ago
c7ac679
KVM: emulate access to MSR_IA32_MCG_CTL
by Joerg Roedel
· 17 years ago
674eea0
KVM: Make the supported cpuid list a host property rather than a vm property
by Avi Kivity
· 17 years ago
d730616
KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly
by Paul Knowles
· 17 years ago
c0b49b0
kvm: i386 fix
by Andrew Morton
· 17 years ago
2f52d58
KVM: Move apic timer migration away from critical section
by Avi Kivity
· 17 years ago
6c14280
KVM: Fix unbounded preemption latency
by Avi Kivity
· 17 years ago
97db56c
KVM: Initialize the mmu caches only after verifying cpu support
by Avi Kivity
· 17 years ago
571008d
KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD
by Sheng Yang
· 17 years ago
10589a4
KVM: MMU: Concurrent guest walkers
by Marcelo Tosatti
· 17 years ago
774ead3
KVM: Disable vapic support on Intel machines with FlexPriority
by Avi Kivity
· 17 years ago
b93463a
KVM: Accelerated apic support
by Avi Kivity
· 17 years ago
b209749f
KVM: local APIC TPR access reporting facility
by Avi Kivity
· 17 years ago
565f1fb
KVM: Print data for unimplemented wrmsr
by Avi Kivity
· 17 years ago
dfc5aa0
KVM: MMU: Add cache miss statistic
by Avi Kivity
· 17 years ago
5736199
KVM: Move kvm_vcpu_kick() to x86.c
by Zhang Xiantao
· 17 years ago
edf8841
KVM: Move arch dependent files to new directory arch/x86/kvm/
by Avi Kivity
· 17 years ago
[Renamed (99%) from drivers/kvm/x86.c]
d7deeeb0
KVM: Portability: move vpic and vioapic to kvm_arch
by Zhang Xiantao
· 17 years ago
f05e70a
KVM: Portability: Move mmu-related fields to kvm_arch
by Zhang Xiantao
· 17 years ago
d69fb81
KVM: Portability: Move memslot aliases to new struct kvm_arch
by Zhang Xiantao
· 17 years ago
1d737c8
KVM: Portability: Split mmu-related static inline functions to mmu.h
by Zhang Xiantao
· 17 years ago
ad312c7
KVM: Portability: Introduce kvm_vcpu_arch
by Zhang Xiantao
· 17 years ago
2bacc55
KVM: MMU: emulated cmpxchg8b should be atomic on i386
by Marcelo Tosatti
· 17 years ago
152ff9b
KVM: SVM: Emulate read/write access to cr8
by Joerg Roedel
· 17 years ago
c1a5d4f
KVM: Replace #GP injection by the generalized exception queue
by Avi Kivity
· 17 years ago
c3c91fe
KVM: Replace page fault injection by the generalized exception queue
by Avi Kivity
· 17 years ago
298101d
KVM: Generalize exception injection mechanism
by Avi Kivity
· 17 years ago
f77bc6a
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
by Zhang Xiantao
· 17 years ago
e8d8d7f
KVM: x86 emulator: Rename 'cr2' to 'memop'
by Sheng Yang
· 17 years ago
eb9774f
KVM: Remove misleading check for mmio during event injection
by Avi Kivity
· 17 years ago
e9f85cd
KVM: Portability: Move unalias_gfn to arch dependent file
by Zhang Xiantao
· 17 years ago
0771671
KVM: Enhance guest cpuid management
by Dan Kenigsberg
· 17 years ago
d835dfe
KVM: Don't bother the mmu if cr3 load doesn't change cr3
by Avi Kivity
· 17 years ago
0f74a24
KVM: Add statistic for remote tlb flushes
by Avi Kivity
· 17 years ago
26e5215
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
by Avi Kivity
· 17 years ago
0de1034
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
by Zhang Xiantao
· 17 years ago
93a0039
KVM: x86 emulator: retire ->write_std()
by Avi Kivity
· 17 years ago
b4231d6
KVM: MMU: Selectively set PageDirty when releasing guest memory
by Izik Eidus
· 17 years ago
d40ccc6
KVM: Correct consistent typo: "destory" -> "destroy"
by Hollis Blanchard
· 17 years ago
56c6d28
KVM: Portability: MMU initialization and teardown split
by Zhang Xiantao
· 17 years ago
5bb064d
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
by Zhang Xiantao
· 17 years ago
9327fd1
KVM: Make unloading of FPU state when putting vcpu arch-independent
by Amit Shah
· 17 years ago
4cee576
KVM: MMU: Add some mmu statistics
by Avi Kivity
· 17 years ago
ba1389b
KVM: Extend stats support for VM stats
by Avi Kivity
· 17 years ago
f2b5756
KVM: Add instruction emulation statistics
by Avi Kivity
· 17 years ago
f096ed8
KVM: Add fpu_reload counter
by Avi Kivity
· 17 years ago
e1beb1d
KVM: Replace 'light_exits' stat with 'host_state_reload'
by Avi Kivity
· 17 years ago
d19a9cd
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
by Zhang Xiantao
· 17 years ago
a16b043
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
by Zhang Xiantao
· 17 years ago
8b00679
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
by Zhang Xiantao
· 17 years ago
018d00d
KVM: Portability: move KVM_CHECK_EXTENSION
by Zhang Xiantao
· 17 years ago
f8c16bb
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
by Zhang Xiantao
· 17 years ago
e9b11c1
KVM: Portability: Add vcpu and hardware management arch hooks
by Zhang Xiantao
· 17 years ago
97896d0
KVM: Portability: Move kvm_x86_ops to x86.c
by Zhang Xiantao
· 17 years ago
d825ed0
KVM: Portability: Move some includes to x86.c
by Zhang Xiantao
· 17 years ago
b6c7a5d
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
by Hollis Blanchard
· 17 years ago
d075206
KVM: Portability: Move x86 FPU handling to x86.c
by Hollis Blanchard
· 17 years ago
8776e51
KVM: Portability: Move x86 instruction emulation code to x86.c
by Hollis Blanchard
· 17 years ago
417bc30
KVM: Portability: Make exported debugfs data architecture-specific
by Hollis Blanchard
· 17 years ago
de7d789
KVM: Portability: Move pio emulation functions to x86.c
by Carsten Otte
· 17 years ago
bbd9b64
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
by Carsten Otte
· 17 years ago
15c4a64
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
by Carsten Otte
· 17 years ago
a03490e
KVM: Portability: Move control register helper functions to x86.c
by Carsten Otte
· 17 years ago
6866b83
KVM: Portability: move get/set_apic_base to x86.c
by Carsten Otte
· 17 years ago
5fb76f9
KVM: Portability: Move memory segmentation to x86.c
by Carsten Otte
· 17 years ago
1fe779f
KVM: Portability: Split kvm_vm_ioctl v3
by Carsten Otte
· 17 years ago
313a3dc
KVM: Portability: split kvm_vcpu_ioctl
by Carsten Otte
· 17 years ago
043405e
KVM: Move x86 msr handling to new files x86.[ch]
by Carsten Otte
· 17 years ago