aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2021-11-16x86/sgx: Fix free page accountingReinette Chatre1-6/+6
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson1-5/+15
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2021-11-12x86/mce: Add errata workaround for Skylake SKX37Dave Jones1-2/+3
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-22/+18
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen1-0/+1
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+5
2021-11-01Merge tag 'seccomp-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2021-11-01Merge tag 'x86_sgx_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+60
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-7/+84
2021-11-01Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-183/+161
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-54/+28
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+4
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2021-10-28x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra1-7/+0
2021-10-28x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan1-0/+2
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan1-0/+3
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2-2/+5
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae1-0/+1
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae1-0/+1
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini1-0/+53
2021-10-22x86/sgx/virt: extract sgx_vepc_remove_pagePaolo Bonzini1-5/+7
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov3-22/+18
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane4-7/+42
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives3-0/+42
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2-2/+2
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar3-13/+37
2021-10-15sched: Add cluster scheduler level for x86Tim Chen2-0/+4
2021-10-06x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi1-1/+2
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum1-0/+1
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse1-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse1-0/+2
2021-10-04x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctlAndrea Arcangeli1-2/+2
2021-09-23x86/mce: Sort mca_config members to get rid of unnecessary paddingBorislav Petkov1-6/+6
2021-09-23x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov2-34/+35
2021-09-23x86/mce: Get rid of msr_opsBorislav Petkov3-75/+42
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov4-45/+53
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov3-9/+6
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck1-15/+20
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+32
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryTony Luck1-11/+32
2021-09-13x86/extable: Remove EX_TYPE_FAULT from MCE safe fixupsThomas Gleixner1-1/+0
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner1-0/+2
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner3-42/+13
2021-09-13x86/mce: Get rid of stray semicolonsThomas Gleixner1-2/+2
2021-09-13x86/mce: Deduplicate exception handlingThomas Gleixner1-17/+17
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner1-22/+16
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-22/+16