summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds
2023-04-18x86/hyperv: VTL support for Hyper-VSaurabh Sengar
2023-04-18x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar
2023-04-18x86/hyperv: Add VTL specific structs and hypercallsSaurabh Sengar
2023-04-18x86/init: Make get/set_rtc_noop() publicSaurabh Sengar
2023-04-18x86/alternatives: Do not use integer constant suffixes in inline asmWilly Tarreau
2023-04-17PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley
2023-04-17Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu
2023-04-14x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf
2023-04-14x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf
2023-04-14x86/linkage: Fix padding for typed functionsJosh Poimboeuf
2023-04-10KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V codeSean Christopherson
2023-04-10KVM: x86: Rename Hyper-V remote TLB hooks to match established schemeSean Christopherson
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas
2023-04-05x86/cpu: Add model number for Intel Arrow Lake processorTony Luck
2023-04-05KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton
2023-04-04KVM: SVM: Remove a duplicate definition of VMCB_AVIC_APIC_BAR_MASKXinghui Li
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-30Merge branch 'x86/cc' into x86/apicThomas Gleixner
2023-03-30Merge branch 'x86/cc' into x86/sevThomas Gleixner
2023-03-30x86/coco: Export cc_vendorBorislav Petkov (AMD)
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-03-28x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko
2023-03-28x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko
2023-03-27x86/include/asm/msr-index.h: Add IFS Array test bitsJithu Joseph
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-23KVM: x86: Shrink struct kvm_pmuMathias Krause
2023-03-23x86: KVM: Add common feature flag for AMD's PSFDSean Christopherson
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf
2023-03-23objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf
2023-03-23objtool: Use relative pointers for annotationsJosh Poimboeuf
2023-03-22KVM: x86: Add support for SVM's Virtual NMISantosh Shukla
2023-03-22KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMISantosh Shukla
2023-03-22x86/arch_prctl: Add AMX feature numbers as ABI constantsChang S. Bae
2023-03-22x86/cpufeatures: Redefine synthetic virtual NMI bit as AMD's "real" vNMISean Christopherson
2023-03-22x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov
2023-03-22x86/platform/intel-mid: Remove unused definitions from intel-mid.hAndy Shevchenko
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross