summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-12-14Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-323/+196
2022-12-14Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-372/+278
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-13Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+25
2022-12-13Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+53
2022-12-13Merge tag 'x86_cache_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+4
2022-12-13Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-17/+34
2022-12-12Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+6
2022-12-05x86/microcode/intel: Do not retry microcode reloading on the APsAshok Raj1-7/+1
2022-12-05x86/mtrr: Make message for disabled MTRRs more descriptiveJuergen Gross1-1/+3
2022-12-03x86/microcode/intel: Do not print microcode revision and processor flagsAshok Raj1-8/+0
2022-12-03x86/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-28x86/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-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross3-3/+3
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-19x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph2-5/+20
2022-11-19x86/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-09x86/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-05KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang2-0/+2
2022-11-05x86/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