aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-50/+57
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-12x86/xen: Allow to retry if cpu_initialize_context() failed.Boris Ostrovsky1-1/+4
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-2/+8
2022-04-11KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov4-40/+13
2022-04-11KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit3-1/+5
2022-04-11x86: Remove a.out supportBorislav Petkov3-334/+0
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula226-3448/+6315
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta5-16/+53
2022-04-11x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2-7/+48
2022-04-11x86/kaslr: Fix build warning in KASLR code in boot stubKirill A. Shutemov1-1/+1
2022-04-10x86/mm: Replace nodes_weight() with nodes_empty() where appropriateYury Norov2-3/+3
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov3-9/+9
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-52/+29
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+46
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+7
2022-04-10x86/PCI: Fix coding style in PIRQ table verificationMaciej W. Rozycki1-1/+1
2022-04-10x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretationMaciej W. Rozycki1-3/+16
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki2-0/+85
2022-04-10x86/PCI: Handle PIRQ routing tables with no router device givenMaciej W. Rozycki1-20/+44
2022-04-10x86/PCI: Add PIRQ routing table range checksMaciej W. Rozycki1-5/+12
2022-04-10x86/PCI: Add support for the SiS85C497 PIRQ routerMaciej W. Rozycki1-0/+80
2022-04-10x86/PCI: Disambiguate SiS85C503 PIRQ router code entitiesMaciej W. Rozycki1-15/+18
2022-04-10x86/PCI: Handle IRQ swizzling with PIRQ routersMaciej W. Rozycki1-13/+47
2022-04-10x86/PCI: Also match function number in $PIR tableMaciej W. Rozycki1-4/+15
2022-04-10x86/PCI: Include function number in $PIR table dumpMaciej W. Rozycki1-1/+2
2022-04-10x86/PCI: Show the physical address of the $PIR tableMaciej W. Rozycki1-2/+2
2022-04-08x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas3-7/+17
2022-04-08x86: Log resource clipping for E820 regionsBjorn Helgaas1-0/+7
2022-04-08x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()Peter Gonda1-2/+1
2022-04-08crypto: x86 - eliminate anonymous module_init & module_exitRandy Dunlap5-20/+20
2022-04-07ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov1-1/+13
2022-04-07x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata1-2/+16
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov4-5/+13
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov3-1/+135
2022-04-07x86/tdx: Make pages shared in ioremap()Kirill A. Shutemov1-0/+5
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan1-0/+1
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson5-6/+58
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov2-7/+8
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan3-1/+107
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson6-3/+63
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan3-0/+50
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen3-0/+23
2022-04-07x86/tdx: Port I/O: Add runtime hypercallsKuppuswamy Sathyanarayanan2-1/+85
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov5-28/+97
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov6-3/+56
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov4-55/+38
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 Sathyanarayanan9-5/+51