aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang1-0/+4
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang1-0/+1
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)1-1/+2
2023-12-11x86/percpu: Avoid sparse warning with cast to named address spaceUros Bizjak1-0/+5
2023-12-11x86/percpu: Fix "const_pcpu_hot" version generation failureUros Bizjak3-3/+11
2023-12-11x86/ia32: State that IA32 emulation is disabledBorislav Petkov (AMD)2-2/+11
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross3-63/+0
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross3-26/+31
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross1-0/+9
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross4-17/+19
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross2-24/+21
2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang1-0/+1
2023-12-08x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang1-0/+4
2023-12-08x86/virt/tdx: Add SEAMCALL error printing for module initializationKai Huang1-0/+1
2023-12-08x86/virt/tdx: Handle SEAMCALL no entropy error in common codeKai Huang1-0/+26
2023-12-08x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang1-0/+5
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang3-0/+7
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2-4/+4
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+7
2023-12-07KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov1-0/+6
2023-12-07KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation contextVitaly Kuznetsov1-1/+1
2023-12-07KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XENVitaly Kuznetsov1-0/+5
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse1-4/+0
2023-12-01KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini1-5/+6
2023-11-30KVM: x86/pmu: Track emulated counter events instead of previous counterSean Christopherson1-1/+16
2023-11-30KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson1-1/+1
2023-11-30x86/percpu: Declare const_pcpu_hot as extern const variableUros Bizjak1-2/+1
2023-11-30x86/callthunks: Mark apply_relocation() as __init_or_moduleIngo Molnar1-1/+1
2023-11-30x86/callthunks: Fix and unify call thunks assembly snippetsUros Bizjak1-16/+7
2023-11-30x86/callthunks: Handle %rip-relative relocations in call thunk templateUros Bizjak1-0/+2
2023-11-30x86/percpu: Define PER_CPU_VAR macro also for !__ASSEMBLY__Uros Bizjak1-0/+5
2023-11-29KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=nSean Christopherson2-0/+14
2023-11-29x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra1-2/+9
2023-11-29x86: Add a comment about the "magic" behind shadow sti before mwaitFrederic Weisbecker1-0/+9
2023-11-29x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)1-1/+4
2023-11-28KVM: x86: Virtualize LAM for supervisor pointerRobert Hoo1-1/+2
2023-11-28KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu2-0/+3
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K1-0/+3
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam1-1/+0
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-2/+0
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann1-1/+0
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+0
2023-11-23x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth1-1/+5
2023-11-23x86/io: Remove the unused 'bw' parameter from the BUILDIO() macroYuntao Wang1-4/+4
2023-11-21x86/apic: Drop struct local_apicAndrew Cooper1-260/+0
2023-11-21x86/apic: Drop enum apic_delivery_modesAndrew Cooper1-9/+7
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-2/+0
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra48-239/+585
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2-4/+16
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2-6/+12