Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7c390d350f8b677df3236afef4ced80dba6c3201
/
arch
/
x86
/
kvm
/
x86.c
7c390d3
kvm: x86: Add fast CR3 switch code path
by Junaid Shahid
· 7 years ago
8fcc4b5
kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
by Jim Mattson
· 7 years ago
7f7f1ba
KVM: x86: do not load vmcs12 pages while still in SMM
by Paolo Bonzini
· 7 years ago
44883f0
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
by Paolo Bonzini
· 7 years ago
47f7dc4
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
cd28325
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
by Paolo Bonzini
· 7 years ago
273ba45
KVM: x86: fix typo at kvm_arch_hardware_setup comment
by Marcelo Tosatti
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
b357bf6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
766d357
kvm: fix typo in flag name
by Michael S. Tsirkin
· 7 years ago
3c9fa24
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
by Paolo Bonzini
· 7 years ago
ce14e868a
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
by Paolo Bonzini
· 7 years ago
c5ce823
KVM: VMX: Optimize tscdeadline timer latency
by Wanpeng Li
· 7 years ago
1499fa8
kvm: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
ec30dcf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c1aea91
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
by Vitaly Kuznetsov
· 7 years ago
f33ecec
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
696ca77
KVM: x86: fix #UD address of failed Hyper-V hypercalls
by Radim Krčmář
· 7 years ago
c4d2188
KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
by Wei Huang
· 7 years ago
899a31f
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
by Arnd Bergmann
· 7 years ago
3b78ce4
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
bc226f0
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
by Tom Lendacky
· 7 years ago
4c27625
KVM: X86: Lower the default timer frequency limit to 200us
by Wanpeng Li
· 7 years ago
5887164
kvm: vmx: Introduce lapic_mode enumeration
by Jim Mattson
· 7 years ago
a780a3e
KVM: X86: Fix reserved bits check for MOV to CR3
by Wanpeng Li
· 7 years ago
c19986f
kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled
by Junaid Shahid
· 7 years ago
6356ee0
x86: Delay skip of emulated hypercall instruction
by Marian Rotariu
· 7 years ago
dd25993
kvm: x86: move MSR_IA32_TSC handling to x86.c
by Paolo Bonzini
· 7 years ago
e79f245
X86/KVM: Properly update 'tsc_offset' to represent the running guest
by KarimAllah Ahmed
· 7 years ago
8e9b29b
X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available
by KarimAllah Ahmed
· 7 years ago
3140c15
kvm: x86: fix a compile warning
by Peng Hao
· 7 years ago
6c86eed
KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"
by Wanpeng Li
· 7 years ago
082d06e
KVM: X86: Introduce handle_ud()
by Wanpeng Li
· 7 years ago
1a680e3
KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
by Liran Alon
· 7 years ago
a042c26
KVM: x86: Fix misleading comments on handling pending exceptions
by Liran Alon
· 7 years ago
04140b4
KVM: x86: Rename interrupt.pending to interrupt.injected
by Liran Alon
· 7 years ago
7c5a6a5
KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt
by Liran Alon
· 7 years ago
d4abc57
x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE
by Ladi Prosek
· 7 years ago
dd60d21
KVM: x86: Fix perf timer mode IP reporting
by Andi Kleen
· 8 years ago
2ac52ab
KVM: x86: move setting of ept_identity_map_addr to vmx.c
by Sean Christopherson
· 7 years ago
e40ff1d
KVM: nVMX: Do not load EOI-exitmap while running L2
by Liran Alon
· 7 years ago
b31c114
KVM: X86: Provide a capability to disable PAUSE intercepts
by Wanpeng Li
· 7 years ago
caa057a
KVM: X86: Provide a capability to disable HLT intercepts
by Wanpeng Li
· 7 years ago
4d5422c
KVM: X86: Provide a capability to disable MWAIT intercepts
by Wanpeng Li
· 7 years ago
2d7921c
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
by Arbel Moshe
· 7 years ago
04789b6
KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
by Liran Alon
· 7 years ago
e236617
KVM: x86: Add emulation_type to not raise #UD on emulation failure
by Liran Alon
· 7 years ago
c4ae60e
KVM: x86: Add module parameter for supporting VMware backdoor
by Liran Alon
· 7 years ago
dca7f12
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
by Sean Christopherson
· 7 years ago
a2e164e
x86/kvm/hyper-v: add reenlightenment MSRs support
by Vitaly Kuznetsov
· 7 years ago
c51eb52
KVM: x86: Add support for AMD Core Perf Extension in guest
by Janakarajan Natarajan
· 8 years ago
1389309
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
by Paolo Bonzini
· 7 years ago
01643c5
KVM: x86: KVM_CAP_SYNC_REGS
by Ken Hofsass
· 8 years ago
faeb783
kvm: x86: hyperv: guest->host event signaling via eventfd
by Roman Kagan
· 8 years ago
cbc0236
kvm: x86: factor out kvm.arch.hyperv (de)init
by Roman Kagan
· 8 years ago
b7e31be
KVM: x86: fix vcpu initialization with userspace lapic
by Radim Krčmář
· 7 years ago
518e7b9
KVM: X86: Allow userspace to define the microcode version
by Wanpeng Li
· 7 years ago
66421c1
KVM: X86: Introduce kvm_get_msr_feature()
by Wanpeng Li
· 7 years ago
d1d93fa
KVM: SVM: Add MSR-based feature support for serializing LFENCE
by Tom Lendacky
· 7 years ago
801e459
KVM: x86: Add a framework for supporting MSR-based features
by Tom Lendacky
· 7 years ago
103c763
KVM/x86: remove WARN_ON() for when vm_munmap() fails
by Eric Biggers
· 8 years ago
0b2e990
KVM: x86: move LAPIC initialization after VMCS creation
by Paolo Bonzini
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3527799
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
d28b387
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
by KarimAllah Ahmed
· 8 years ago
28c1c9f
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
by KarimAllah Ahmed
· 8 years ago
8dbfb2b
KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()
by Eric Biggers
· 8 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 8 years ago
87cedc6
kvm: x86: remove efer_reload entry in kvm_vcpu_stat
by Longpeng(Mike)
· 8 years ago
d391f12
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested
by Vitaly Kuznetsov
· 8 years ago
5fa4ec9
x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=n
by Thomas Gleixner
· 8 years ago
0092e43
x86/kvm: Support Hyper-V reenlightenment
by Vitaly Kuznetsov
· 8 years ago
b0c39dc
x86/kvm: Pass stable clocksource to guests when running nested on Hyper-V
by Vitaly Kuznetsov
· 8 years ago
37b9595
KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs()
by Tianyu Lan
· 8 years ago
fa59cc0
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
by Liran Alon
· 8 years ago
65e3858
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
by Paolo Bonzini
· 8 years ago
476b7ad
KVM: x86: avoid unnecessary XSETBV on guest entry
by Paolo Bonzini
· 8 years ago
efdab99
KVM: x86: fix escape of guest dr6 to the host
by Wanpeng Li
· 8 years ago
f38a7b7
KVM: X86: support paravirtualized help for TLB shootdowns
by Wanpeng Li
· 8 years ago
c2ba05c
KVM: X86: introduce invalidate_gpa argument to tlb flush
by Wanpeng Li
· 8 years ago
fa55eed
KVM: X86: Add KVM_VCPU_PREEMPTED
by Wanpeng Li
· 8 years ago
5177604
kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
by Paolo Bonzini
· 8 years ago
e39d200f
KVM: Fix stack-out-of-bounds read in write_mmio
by Wanpeng Li
· 8 years ago
f298103
KVM/x86: Check input paging mode when cs.l is set
by Lan Tianyu
· 8 years ago
9b062471
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
by Christoffer Dall
· 8 years ago
6a96bc7
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
by Christoffer Dall
· 8 years ago
1393123
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
by Christoffer Dall
· 8 years ago
66b5656
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
by Christoffer Dall
· 8 years ago
1da5b61
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
by Christoffer Dall
· 8 years ago
e83dff5
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
by Christoffer Dall
· 8 years ago
fd23256
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
by Christoffer Dall
· 8 years ago
b4ef9d4
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
by Christoffer Dall
· 8 years ago
bcdec41
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
by Christoffer Dall
· 8 years ago
875656f
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
by Christoffer Dall
· 8 years ago
1fc9b76
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
by Christoffer Dall
· 8 years ago
accb757
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
by Christoffer Dall
· 8 years ago
ec7660c
KVM: Take vcpu->mutex outside vcpu_load
by Christoffer Dall
· 8 years ago
9c48d51
KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
by Wanpeng Li
· 8 years ago
Next »