Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d54d27c9571245e4990bb8d020b109b92115683b
/
arch
/
x86
/
kvm
/
x86.c
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
· 7 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
· 7 years ago
3527799
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
d28b387
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
by KarimAllah Ahmed
· 7 years ago
28c1c9f
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
by KarimAllah Ahmed
· 7 years ago
8dbfb2b
KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()
by Eric Biggers
· 7 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
87cedc6
kvm: x86: remove efer_reload entry in kvm_vcpu_stat
by Longpeng(Mike)
· 7 years ago
d391f12
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested
by Vitaly Kuznetsov
· 7 years ago
5fa4ec9
x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=n
by Thomas Gleixner
· 7 years ago
0092e43
x86/kvm: Support Hyper-V reenlightenment
by Vitaly Kuznetsov
· 7 years ago
b0c39dc
x86/kvm: Pass stable clocksource to guests when running nested on Hyper-V
by Vitaly Kuznetsov
· 7 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
· 7 years ago
fa59cc0
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
by Liran Alon
· 7 years ago
65e3858
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
by Paolo Bonzini
· 7 years ago
476b7ad
KVM: x86: avoid unnecessary XSETBV on guest entry
by Paolo Bonzini
· 7 years ago
efdab99
KVM: x86: fix escape of guest dr6 to the host
by Wanpeng Li
· 7 years ago
f38a7b7
KVM: X86: support paravirtualized help for TLB shootdowns
by Wanpeng Li
· 7 years ago
c2ba05c
KVM: X86: introduce invalidate_gpa argument to tlb flush
by Wanpeng Li
· 7 years ago
fa55eed
KVM: X86: Add KVM_VCPU_PREEMPTED
by Wanpeng Li
· 7 years ago
5177604
kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
by Paolo Bonzini
· 7 years ago
e39d200f
KVM: Fix stack-out-of-bounds read in write_mmio
by Wanpeng Li
· 7 years ago
f298103
KVM/x86: Check input paging mode when cs.l is set
by Lan Tianyu
· 7 years ago
9b062471
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
by Christoffer Dall
· 7 years ago
6a96bc7
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
by Christoffer Dall
· 7 years ago
1393123
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
by Christoffer Dall
· 7 years ago
66b5656
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
by Christoffer Dall
· 7 years ago
1da5b61
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
by Christoffer Dall
· 7 years ago
e83dff5
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
by Christoffer Dall
· 7 years ago
fd23256
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
by Christoffer Dall
· 7 years ago
b4ef9d4
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
by Christoffer Dall
· 7 years ago
bcdec41
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
by Christoffer Dall
· 7 years ago
875656f
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
by Christoffer Dall
· 7 years ago
1fc9b76
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
by Christoffer Dall
· 7 years ago
accb757
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
by Christoffer Dall
· 7 years ago
ec7660c
KVM: Take vcpu->mutex outside vcpu_load
by Christoffer Dall
· 7 years ago
9c48d51
KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
by Wanpeng Li
· 7 years ago
52797bf
KVM: x86: Add emulation of MSR_SMI_COUNT
by Liran Alon
· 7 years ago
ae3e61e
KVM: x86: add support for UMIP
by Paolo Bonzini
· 8 years ago
5663d8f
kvm: x86: fix WARN due to uninitialized guest FPU state
by Peter Xu
· 7 years ago
d73235d
KVM: X86: Fix load RFLAGS w/o the fixed bit
by Wanpeng Li
· 7 years ago
b1394e7
KVM: x86: fix APIC page invalidation
by Radim Krčmář
· 7 years ago
6ab0b9f
x86,kvm: remove KVM emulator get_fpu / put_fpu
by Rik van Riel
· 7 years ago
f775b13
x86,kvm: move qemu/guest FPU switching out to vcpu_run
by Rik van Riel
· 7 years ago
69eaede
KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl
by Brijesh Singh
· 7 years ago
5acc5c0
KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
by Brijesh Singh
· 7 years ago
20b7035
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
by Jan H. Schönherr
· 7 years ago
e70b57a
KVM: X86: Fix softlockup when get the current kvmclock
by Wanpeng Li
· 7 years ago
6ea6e84
KVM: x86: inject exceptions produced by x86_decode_insn
by Paolo Bonzini
· 7 years ago
fab0aa3
KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRs
by Eyal Moscovici
· 7 years ago
1f4dcb3
KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
by Liran Alon
· 7 years ago
51c4b8b
KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
by Liran Alon
· 7 years ago
9ffd986
KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
by Wanpeng Li
· 7 years ago
cc3d967
KVM: SVM: detect opening of SMI window using STGI intercept
by Ladi Prosek
· 7 years ago
05cade7
KVM: nSVM: fix SMI injection in guest mode
by Ladi Prosek
· 7 years ago
72d7b37
KVM: x86: introduce ISA specific smi_allowed callback
by Ladi Prosek
· 7 years ago
0234bf8
KVM: x86: introduce ISA specific SMM entry/exit callbacks
by Ladi Prosek
· 7 years ago
a554d20
KVM: X86: Processor States following Reset or INIT
by Wanpeng Li
· 7 years ago
1af1ac9
KVM: x86: allow setting identity map addr with no vcpus only
by David Hildenbrand
· 7 years ago
f2d1da6
KVM: x86: no need to inititalize vcpu members to 0
by David Hildenbrand
· 7 years ago
26de798
KVM: x86: drop BUG_ON(vcpu->kvm)
by David Hildenbrand
· 7 years ago
2ce03d8
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
by Ingo Molnar
· 7 years ago
9a6e7c3
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously
by Wanpeng Li
· 7 years ago
a5f01f8
KVM: X86: Don't block vCPU if there is pending exception
by Wanpeng Li
· 7 years ago
b2a05fe
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
by Suravee Suthikulpanit
· 7 years ago
2f173d2
KVM: x86: Fix immediate_exit handling for uninitialized AP
by Jan H. Schönherr
· 7 years ago
a059500
KVM: x86: Fix handling of pending signal on uninitialized AP
by Jan H. Schönherr
· 7 years ago
0756b7f
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
5f54c8b
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 7 years ago
b1b6f83
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fb1522e
KVM: update to new mmu_notifier semantic v2
by Jérôme Glisse
· 7 years ago
413d63d71b
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
by Ingo Molnar
· 7 years ago
38cfd5e
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
by Paolo Bonzini
· 7 years ago
664f8e2
KVM: X86: Fix loss of exception which has not yet been injected
by Wanpeng Li
· 7 years ago
fd8cb43
KVM: MMU: Expose the LA57 feature to VM.
by Yu Zhang
· 7 years ago
d1cd3ce
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
by Yu Zhang
· 7 years ago
e911eb3
KVM: x86: Add return value to kvm_cpuid().
by Yu Zhang
· 7 years ago
618232e
KVM: x86: Avoid guest page table walk when gpa_available is set
by Brijesh Singh
· 7 years ago
d380228
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
by Jim Mattson
· 7 years ago
bbeac28
KVM: X86: Fix residual mmio emulation request to userspace
by Wanpeng Li
· 7 years ago
de63ad4
KVM: X86: implement the logic for spinlock optimization
by Longpeng(Mike)
· 7 years ago
199b576
KVM: add spinlock optimization framework
by Longpeng(Mike)
· 7 years ago
1b4d56b
KVM: x86: use general helpers for some cpuid manipulation
by Radim Krčmář
· 7 years ago
d6321d4
KVM: x86: generalize guest_cpuid_has_ helpers
by Radim Krčmář
· 7 years ago
72c139b
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
by Ladi Prosek
· 7 years ago
ebd28fc
KVM: X86: init irq->level in kvm_pv_kick_cpu_op
by Longpeng(Mike)
· 7 years ago
f4ef191
KVM: X86: Fix loss of pending INIT due to race
by Wanpeng Li
· 7 years ago
a512177
KVM: x86: do mask out upper bits of PAE CR3
by Paolo Bonzini
· 7 years ago
f85c758
KVM: x86: masking out upper bits
by Dan Carpenter
· 7 years ago
d0ec49d
kvm/x86/svm: Support Secure Memory Encryption within KVM
by Tom Lendacky
· 7 years ago
d3457c8
kvm: x86: hyperv: make VP_INDEX managed by userspace
by Roman Kagan
· 7 years ago
52a5c15
KVM: async_pf: Let guest support delivery of async_pf from guest mode
by Wanpeng Li
· 7 years ago
adfe20f
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
by Wanpeng Li
· 7 years ago
Next »