aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst2-6/+1
2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)1-0/+1
2022-04-13x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra1-0/+142
2022-04-13KVM: x86: Use static calls to reduce kvm_pmu_ops overheadLike Xu1-0/+31
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu1-2/+1
2022-04-13KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu1-14/+0
2022-04-13KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson1-6/+2
2022-04-13KVM: VMX: replace 0x180 with EPT_VIOLATION_* definitionSU Hang1-0/+2
2022-04-13kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memoryPeng Hao1-8/+9
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini2-9/+26
2022-04-13x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner1-6/+0
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-04-12x86/32: Simplify ELF_CORE_COPY_REGSBrian Gerst1-13/+2
2022-04-11KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov1-3/+1
2022-04-11KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit1-0/+1
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta1-2/+2
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-20/+23
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki1-0/+9
2022-04-08x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas1-0/+5
2022-04-07ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov1-1/+13
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov1-3/+3
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan1-0/+5
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson2-0/+3
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan2-0/+33
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen1-0/+4
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov2-27/+32
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov2-20/+36
2022-04-07x86: Adjust types used in port I/O helpersKirill A. Shutemov1-13/+13
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2-3/+9
2022-04-07x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov1-0/+4
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov2-0/+25
2022-04-07x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan1-0/+30
2022-04-07x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov1-0/+29
2022-04-07x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan3-1/+29
2022-04-07x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh1-0/+4
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh2-0/+17
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth1-0/+2
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth1-0/+3
2022-04-07x86/boot: Add a pointer to Confidential Computing blob in bootparamsMichael Roth1-0/+1
2022-04-07x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlersMichael Roth1-0/+2
2022-04-07KVM: x86: Move lookup of indexed CPUID leafs to helperMichael Roth1-0/+34
2022-04-07x86/boot: Add Confidential Computing type to setup_dataBrijesh Singh1-0/+18
2022-04-07x86/msi: Fix msi message data shadow structReto Buerki1-8/+11
2022-04-07x86/extable: Prefer local labels in .set directivesNick Desaulniers1-10/+10
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth1-1/+0
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky2-0/+5
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh2-0/+26
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh1-0/+10