aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie13-28/+66
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf1-9/+4
2023-10-20x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf1-21/+10
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-7/+18
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf1-4/+0
2023-10-20x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()Uros Bizjak1-4/+8
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-2/+2
2023-10-20x86/fpu: Clean up FPU switching in the middle of task switchingLinus Torvalds1-4/+6
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)1-7/+0
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2-0/+3
2023-10-19KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero1-0/+1
2023-10-19KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen1-1/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-6/+5
2023-10-18x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson1-0/+1
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner1-5/+0
2023-10-18x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner1-0/+2
2023-10-18x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner1-0/+1
2023-10-18x86/percpu: Use the correct asm operand modifier in percpu_stable_op()Uros Bizjak1-2/+2
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel1-0/+2
2023-10-17KVM: x86: Update the variable naming in kvm_x86_ops.sched_in()Mingwei Zhang1-1/+1
2023-10-17x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong1-0/+2
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+3
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam1-1/+1
2023-10-16x86/percpu: Use C for arch_raw_cpu_ptr(), to improve code generationUros Bizjak1-0/+17
2023-10-16x86/percpu: Rewrite arch_raw_cpu_ptr() to be easier for compilers to optimizeUros Bizjak1-2/+4
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds1-1/+0
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-10-15Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2023-10-14Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+7
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst1-1/+1
2023-10-13x86/apic, x86/hyperv: Use u32 in hv_snp_boot_ap() tooIngo Molnar1-2/+2
2023-10-12x86/cpu: Fix the AMD Fam 17h, Fam 19h, Zen2 and Zen4 MSR enumerationsBorislav Petkov1-9/+11
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky1-0/+1
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson1-1/+2
2023-10-12platform/x86/amd/hsmp: add support for metrics tblSuma Hegde1-0/+109
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann1-4/+6
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_...Lu Yao1-3/+3
2023-10-11Merge branch 'x86/urgent' into perf/core, to resolve conflictIngo Molnar1-2/+5
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-2/+0
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)1-2/+7
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin1-2/+2
2023-10-10Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner1-4/+4
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner1-12/+2
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-2/+2
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner1-2/+1
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner4-8/+8
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner4-7/+14
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2-6/+6