aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11KVM: x86: PMU Event FilterEric Hankland1-0/+5
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley1-0/+1
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-4/+1
2019-07-02KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini1-3/+3
2019-07-02KVM: X86: Implement PV sched yield hypercallWanpeng Li1-0/+21
2019-07-02KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini1-0/+20
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini1-4/+4
2019-06-18KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson1-1/+1
2019-06-18KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson1-2/+0
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini1-0/+6
2019-06-18kvm: x86: add host poll control msrsMarcelo Tosatti1-0/+23
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon1-1/+1
2019-06-13KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini1-5/+42
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid1-7/+7
2019-06-04KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li1-1/+9
2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li1-1/+4
2019-06-04kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li1-4/+4
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-2/+2
2019-06-04KVM: LAPIC: Optimize timer latency furtherWanpeng Li1-3/+0
2019-06-04KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li1-0/+7
2019-06-04kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang1-31/+0
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/rafael/linux-pmLinus 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/git/tip/tipLinus 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