aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-8/+7
2022-04-18x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig2-8/+8
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig8-203/+92
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+98
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval1-1/+0
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst5-19/+15
2022-04-14x86/process: Fix kernel-doc warning due to a changed function nameJiapeng Chong1-1/+1
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng1-5/+3
2022-04-13x86/crash: Fix minor typo/bug in debug messageEric DeVolder1-1/+1
2022-04-13x86/kvm: Don't waste kvmclock memory if there is nopv parameterWanpeng Li1-1/+1
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini2-40/+41
2022-04-13x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner1-1/+10
2022-04-13x86/ACPI: Preserve ACPI-table override during hibernationAmadeusz Sławiński1-1/+1
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula58-880/+1406
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta4-14/+51
2022-04-11x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2-7/+48
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov1-7/+7
2022-04-08x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas1-7/+7
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-07x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata1-2/+16
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov1-1/+1
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson1-2/+26
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2-1/+102
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson1-2/+10
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen1-0/+3
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/+89
2022-04-07x86/traps: Refactor exc_general_protection()Kirill A. Shutemov1-26/+31
2022-04-07x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan1-0/+8
2022-04-07x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov1-0/+9
2022-04-07x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan1-0/+4
2022-04-07x86/platform/uv: Log gap hole end sizeMike Travis1-2/+6
2022-04-07x86/platform/uv: Update TSC sync state for UV5Mike Travis1-1/+7
2022-04-07x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh1-0/+56
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh1-0/+57
2022-04-07x86/sev: Add a sev= cmdline optionMichael Roth1-0/+44
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth2-0/+61
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth2-0/+91
2022-04-07x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlersMichael Roth1-0/+324
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth2-26/+58
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth3-14/+21
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky2-0/+245
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh1-0/+168
2022-04-06x86/kernel: Validate ROM memory before accessing when SEV-SNP is activeBrijesh Singh1-1/+12
2022-04-06x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh1-0/+13
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh1-0/+99
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh4-14/+42
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-0/+16