aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-25KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář
2018-05-24kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson
2018-05-24KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang
2018-05-24x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel
2018-05-23KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-05-17KVM: SVM: Move spec control call after restore of GSThomas Gleixner
2018-05-15KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li
2018-05-11KVM: vmx: update sec exec controls for UMIP iff emulating UMIPSean Christopherson
2018-05-11kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid
2018-05-11KVM: hyperv: idr_find needs RCU protectionPaolo Bonzini
2018-05-11x86: Delay skip of emulated hypercall instructionMarian Rotariu
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-05KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois
2018-05-03x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-03x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-05-03x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-04-27x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPIKarimAllah Ahmed
2018-04-27kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useJunaid Shahid
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-16kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini
2018-04-16X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed
2018-04-12x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan
2018-04-11KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun
2018-04-11X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed
2018-04-10X86/VMX: Disable VMX preemption timer if MWAIT is not interceptedKarimAllah Ahmed
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-06kvm: x86: fix a prototype warningPeng Hao
2018-04-04kvm: x86: fix a compile warningPeng Hao
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li
2018-04-04KVM: vmx: unify adjacent #ifdefsPaolo Bonzini
2018-04-04x86: kvm: hide the unused 'cpu' variableArnd Bergmann
2018-04-04KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch
2018-04-04KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon