aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-02-09x86/apb_timer: Remove driver for deprecated platformAndy Shevchenko7-560/+3
2021-02-09x86/platform/intel-mid: Remove unused leftovers (vRTC)Andy Shevchenko8-246/+1
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic)Andy Shevchenko5-114/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_thermal)Andy Shevchenko2-33/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_power_btn)Andy Shevchenko3-111/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_gpio)Andy Shevchenko2-44/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_battery)Andy Shevchenko2-33/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_ocd)Andy Shevchenko2-45/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_audio)Andy Shevchenko2-43/+0
2021-02-09Merge tag 'ib-drm-gpio-pdx86-rtc-wdt-v5.12-2' of git://git.infradead.org/linux-platform-drivers-x86Rafael J. Wysocki2-83/+0
2021-02-09KVM: x86/xen: Allow reset of Xen attributesDavid Woodhouse1-10/+28
2021-02-09KVM: x86/mmu: Make HVA handler retpoline-friendlyMaciej S. Szmigiero2-15/+22
2021-02-09KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helperVitaly Kuznetsov1-7/+4
2021-02-09KVM: x86: hyper-v: Allocate Hyper-V context lazilyVitaly Kuznetsov3-18/+26
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov6-7/+30
2021-02-09KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov4-12/+27
2021-02-09KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov5-14/+29
2021-02-09KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv'Vitaly Kuznetsov5-11/+21
2021-02-09KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variableVitaly Kuznetsov1-6/+5
2021-02-09KVM: x86: hyper-v: Introduce to_kvm_hv() helperVitaly Kuznetsov4-53/+64
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()Vitaly Kuznetsov2-5/+5
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()Vitaly Kuznetsov2-21/+21
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()Vitaly Kuznetsov4-20/+20
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()Vitaly Kuznetsov2-14/+14
2021-02-09KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()Vitaly Kuznetsov1-5/+0
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-2/+0
2021-02-09KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini3-29/+20
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini4-9/+7
2021-02-09KVM: SVM: Remove an unnecessary forward declarationSean Christopherson1-2/+0
2021-02-09KVM: SVM: Move AVIC vCPU kicking snippet to helper functionSean Christopherson1-16/+19
2021-02-09KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson1-2/+2
2021-02-09KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulationSean Christopherson1-4/+4
2021-02-09KVM: x86/xen: Use hva_t for holding hypercall page addressSean Christopherson1-2/+6
2021-02-09KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()David Woodhouse1-2/+0
2021-02-09x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov1-3/+3
2021-02-09x86/acrn: Introduce hypercall interfacesShuo Liu1-0/+54
2021-02-09x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bitsYin Fengwei2-1/+17
2021-02-09x86/acrn: Introduce acrn_{setup, remove}_intr_handler()Shuo Liu2-0/+22
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini6-51/+53
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2-0/+8
2021-02-08cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki1-0/+1
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig3-4/+2
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig1-2/+2
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov8-755/+37
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov3-18/+4
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+8
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-55/+76
2021-02-06x86/efi: Remove EFI PGD build time checksBorislav Petkov1-19/+0
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2-4/+8
2021-02-05x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan1-0/+8