aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-12-15cfi: Add CFI_NOSEAL()Peter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15cfi: Flip headersPeter Zijlstra
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2023-12-11x86/ia32: State that IA32 emulation is disabledBorislav Petkov (AMD)
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross
2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang
2023-12-08x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang
2023-12-08x86/virt/tdx: Add SEAMCALL error printing for module initializationKai Huang
2023-12-08x86/virt/tdx: Handle SEAMCALL no entropy error in common codeKai Huang
2023-12-08x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov
2023-12-07KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov
2023-12-07KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation contextVitaly Kuznetsov
2023-12-07KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XENVitaly Kuznetsov
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-12-01KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini
2023-11-30KVM: x86/pmu: Track emulated counter events instead of previous counterSean Christopherson
2023-11-30KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson
2023-11-29KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=nSean Christopherson
2023-11-29x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra
2023-11-29x86: Add a comment about the "magic" behind shadow sti before mwaitFrederic Weisbecker
2023-11-29x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2023-11-28KVM: x86: Virtualize LAM for supervisor pointerRobert Hoo
2023-11-28KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann
2023-11-23x86/io: Remove the unused 'bw' parameter from the BUILDIO() macroYuntao Wang
2023-11-21x86/apic: Drop struct local_apicAndrew Cooper
2023-11-21x86/apic: Drop enum apic_delivery_modesAndrew Cooper
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson
2023-11-14KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng