summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra
2020-07-10Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson
2020-07-09KVM: x86/mmu: Make __GFP_ZERO a property of the memory cacheSean Christopherson
2020-07-09KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson
2020-07-09KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li
2020-07-08KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan
2020-07-08KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson
2020-07-08KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson
2020-07-08KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureKan Liang
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang
2020-07-08perf/x86/intel/lbr: Unify the stored format of LBR informationKan Liang
2020-07-08perf/x86: Expose CPUID enumeration bits for arch LBRKan Liang
2020-07-08x86/msr-index: Add bunch of MSRs for Arch LBRKan Liang
2020-07-08x86/cpufeatures: Add Architectural LBRs feature bitKan Liang
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski
2020-07-05x86/entry/32: Fix XEN_PV build dependencyIngo Molnar
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-07-02perf/x86: Add constraint to create guest LBR event without hw counterLike Xu
2020-07-02perf/x86/lbr: Add interface to get LBR informationLike Xu
2020-07-02cpufreq: intel_pstate: Allow enable/disable energy efficiencySrinivas Pandruvada
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski
2020-06-30x86: Remove dev->archdata.iommu pointerJoerg Roedel
2020-06-29x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar
2020-06-26x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig
2020-06-26x86: kill dump_fpu()Al Viro
2020-06-25x86/entry: Increase entry_stack size to a full pagePeter Zijlstra
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini
2020-06-22x86/msr: Move the F15h MSRs where they belongBorislav Petkov