summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+3
2019-05-24KVM: x86: fix return value for reserved EFERPaolo Bonzini1-1/+1
2019-05-24KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflowWanpeng Li1-1/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-76/+123
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-11/+20
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar1-11/+20
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+30
2019-04-30KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini1-2/+2
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson1-45/+44
2019-04-30KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulatedKarimAllah Ahmed1-8/+6
2019-04-30x86/kvm: Implement HWCR supportBorislav Petkov1-5/+29
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon1-0/+1
2019-04-30KVM: x86: Inject PMI for KVM guestLuwei Kang1-0/+10
2019-04-30KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson1-1/+2
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson1-2/+19
2019-04-18KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson1-2/+7
2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson1-4/+3
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini1-3/+0
2019-04-16KVM: x86: Inject #GP if guest attempts to set unsupported EFER bitsSean Christopherson1-0/+7
2019-04-16KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson1-13/+24
2019-04-16KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson1-4/+6
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson1-18/+15
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson1-2/+3
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao1-6/+4
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-2/+2
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel1-4/+16
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior1-14/+14
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson1-10/+26
2019-03-28kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li1-1/+2
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-0/+12
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang1-6/+2
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson1-1/+1
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson1-1/+0
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-2/+2
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon1-7/+9
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang1-1/+1
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini1-1/+8
2019-02-07KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-01-25KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson1-1/+1
2019-01-25KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-33/+128
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng1-1/+32
2018-12-21KVM: fix some typosWei Yang1-1/+1
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini1-1/+1
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost1-0/+2
2018-12-18KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li1-1/+1
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr1-13/+38
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr1-2/+2