summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-103-6/+5
* KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh2017-08-101-1/+2
* KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2017-08-102-0/+2
* KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-085-4/+21
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-084-3/+8
* KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-074-20/+14
* KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-076-150/+95
* KVM: x86: X86_FEATURE_NRIPS is not scattered anymoreRadim Krčmář2017-08-071-13/+1
* KVM: nVMX: Emulate EPTP switching for the L1 hypervisorBandan Das2017-08-072-6/+124
* KVM: nVMX: Enable VMFUNC for the L1 hypervisorBandan Das2017-08-071-2/+51
* KVM: vmx: Enable VMFUNCsBandan Das2017-08-072-1/+24
* KVM: nVMX: get rid of nested_release_page*David Hildenbrand2017-08-071-26/+15
* KVM: nVMX: get rid of nested_get_page()David Hildenbrand2017-08-071-31/+26
* KVM: nVMX: INVPCID supportPaolo Bonzini2017-08-071-9/+25
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-074-2/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-08-054-84/+189
|\
| * KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li2017-08-031-2/+9
| * KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2017-08-021-10/+43
| * kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack2017-08-021-5/+11
| * KVM: nVMX: do not pin the VMCS12Paolo Bonzini2017-08-021-17/+7
| * KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)2017-08-021-0/+1
| * KVM: X86: Fix loss of pending INIT due to raceWanpeng Li2017-08-021-8/+11
| * KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li2017-08-011-2/+4
| * KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2017-08-012-25/+72
| * KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Paolo Bonzini2017-08-011-18/+34
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-051-16/+11
|\ \
| * | x86/hpet: Cure interface abuse in the resume pathThomas Gleixner2017-08-011-16/+11
| |/
| |
| \
| \
| \
*---. \ Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Rafael J. Wysocki2017-08-031-14/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpufreq: x86: Make scaling_cur_freq behave more as expectedRafael J. Wysocki2017-07-301-14/+26
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-303-3/+13
|\ \ \
| * | | x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke2017-07-281-0/+1
| * | | x86/efi: Fix reboot_mode when EFI runtime services are disabledStefan Assmann2017-07-251-3/+3
| * | | x86/boot: #undef memcpy() et al in string.cMichael Davidson2017-07-251-0/+9
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-302-11/+50
|\ \ \
| * | | kprobes/x86: Release insn_slot in failure pathMasami Hiramatsu2017-07-241-1/+9
| * | | perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regsStephane Eranian2017-07-241-0/+1
| * | | perf/x86/intel/uncore: Fix SKX CHA event extra regsStephane Eranian2017-07-241-0/+13
| * | | perf/x86/intel/uncore: Remove invalid Skylake server CHA filter fieldKan Liang2017-07-241-3/+0
| * | | perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umaskKan Liang2017-07-241-2/+2
| * | | perf/x86/intel/uncore: Fix Skylake server PCU PMU event formatKan Liang2017-07-241-1/+21
| * | | perf/x86/intel/uncore: Fix Skylake UPI PMU event masksStephane Eranian2017-07-241-4/+4
| |/ /
* | | KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li2017-07-261-3/+14
* | | KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li2017-07-261-0/+2
* | | KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van2017-07-261-11/+11
* | | x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-267-1/+29
* | | KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini2017-07-261-2/+2
* | | KVM: VMX: remove unused fieldPaolo Bonzini2017-07-241-1/+0
|/ /
* | xen/x86: fix cpu hotplugJuergen Gross2017-07-231-1/+2
* | xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov2017-07-231-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-214-21/+38
|\ \