aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-02x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta1-7/+14
2022-12-02x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi3-12/+12
2022-11-28iommu/hyper-v: Allow hyperv irq remapping without x2apicNuno Das Neves1-0/+6
2022-11-27x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov3-13/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-2/+2
2022-11-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross3-3/+3
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar4-17/+11
2022-11-21x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta1-21/+17
2022-11-20Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2022-11-18x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph2-5/+20
2022-11-18x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph2-100/+101
2022-11-18x86/microcode/intel: Use appropriate type in microcode_sanity_check()Jithu Joseph1-3/+3
2022-11-18x86/microcode/intel: Reuse find_matching_signature()Jithu Joseph2-36/+37
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-1/+1
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2-6/+4
2022-11-10x86/split_lock: Add sysctl to control the misery modeGuilherme G. Piccoli1-10/+53
2022-11-10x86/mtrr: Simplify mtrr_ops initializationJuergen Gross5-54/+10
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross2-4/+15
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross2-11/+4
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross3-88/+62
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross2-13/+17
2022-11-10x86/mtrr: Get rid of __mtrr_enabled boolJuergen Gross1-8/+5
2022-11-10x86/mtrr: Simplify mtrr_bp_init()Juergen Gross3-20/+1
2022-11-10x86/mtrr: Remove set_all callback from struct mtrr_opsJuergen Gross3-8/+5
2022-11-10x86/mtrr: Disentangle MTRR init from PAT initJuergen Gross2-13/+19
2022-11-10x86/mtrr: Move cache control code to cacheinfo.cJuergen Gross2-74/+77
2022-11-10x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross1-7/+19
2022-11-10x86/mtrr: Rename prepare_set() and post_set()Juergen Gross1-22/+21
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross4-18/+16
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini1-1/+1
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini1-10/+3
2022-11-08x86/sgx: use VM_ACCESS_FLAGSKefeng Wang1-2/+2
2022-11-08x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski1-0/+3
2022-11-04KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang2-0/+2
2022-11-04x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen1-1/+1
2022-11-03x86/intel_epb: Set Alder Lake N and Raptor Lake P normal EPBSrinivas Pandruvada1-1/+6
2022-11-02x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov2-3/+2
2022-11-02x86/microcode: Do some minor fixupsBorislav Petkov1-6/+5
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov3-6/+4
2022-11-02x86/microcode: Simplify init path even moreBorislav Petkov1-104/+16
2022-11-02x86/microcode: Rip out the subsys interface gunkBorislav Petkov1-58/+20
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-0/+1
2022-10-31x86/sgx: Reduce delay and interference of enclave releaseReinette Chatre1-4/+19
2022-10-31x86/mce: Use severity table to handle uncorrected errors in kernelTony Luck1-3/+5
2022-10-27x86/MCE/AMD: Clear DFR errors found in THR handlerYazen Ghannam1-13/+20
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger2-4/+1
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar3-14/+26
2022-10-20x86/mtrr: Remove unused cyrix_set_all() functionJuergen Gross1-34/+0
2022-10-19x86/mtrr: Add comment for set_mtrr_state() serializationJuergen Gross1-1/+4