summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2021-11-16x86/sgx: Fix free page accountingReinette Chatre-6/+6
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson-5/+15
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+4
2021-11-12x86/mce: Add errata workaround for Skylake SKX37Dave Jones-2/+3
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+18
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen-0/+1
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+2
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+5
2021-11-01Merge tag 'seccomp-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-11-01Merge tag 'x86_sgx_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+60
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+84
2021-11-01Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-183/+161
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-54/+28
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+0
2021-10-28x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra-7/+0
2021-10-28x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan-0/+2
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan-0/+3
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie-2/+5
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae-0/+1
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae-0/+1
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini-0/+53
2021-10-22x86/sgx/virt: extract sgx_vepc_remove_pagePaolo Bonzini-5/+7
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov-22/+18
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane-7/+42
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives-0/+42
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner-2/+2
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar-13/+37
2021-10-15sched: Add cluster scheduler level for x86Tim Chen-0/+4
2021-10-06x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi-1/+2
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum-0/+1
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse-0/+2
2021-10-04x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctlAndrea Arcangeli-2/+2
2021-09-23x86/mce: Sort mca_config members to get rid of unnecessary paddingBorislav Petkov-6/+6
2021-09-23x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov-34/+35
2021-09-23x86/mce: Get rid of msr_opsBorislav Petkov-75/+42
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov-45/+53
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov-9/+6
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck-15/+20
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+32
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryTony Luck-11/+32
2021-09-13x86/extable: Remove EX_TYPE_FAULT from MCE safe fixupsThomas Gleixner-1/+0
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner-0/+2
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner-42/+13
2021-09-13x86/mce: Get rid of stray semicolonsThomas Gleixner-2/+2
2021-09-13x86/mce: Deduplicate exception handlingThomas Gleixner-17/+17
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner-22/+16
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-22/+16