summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-05-12KVM: SEV: Add support to handle GHCB GPA register VMGEXITBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh
2024-05-12Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini
2024-05-12Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-10Merge branch 'kvm-sev-es-ghcbv2' into HEADPaolo Bonzini
2024-05-10Merge branch 'kvm-coco-pagefault-prep' into HEADPaolo Bonzini
2024-05-10KVM: x86: Add hook for determining max NPT mapping levelMichael Roth
2024-05-10KVM: guest_memfd: Add hook for invalidating memoryMichael Roth
2024-05-10KVM: guest_memfd: Add hook for initializing memoryPaolo Bonzini
2024-05-08x86/irq: Use existing helper for pending vector checkJacob Pan
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky
2024-05-07KVM: x86/mmu: check for invalid async page faults involving private memoryPaolo Bonzini
2024-05-07KVM: x86/mmu: Use synthetic page fault error code to indicate private faultsSean Christopherson
2024-05-07KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson
2024-05-07KVM: x86: Define more SEV+ page fault error bits/flags for #NPFSean Christopherson
2024-05-07KVM: x86: Remove separate "bit" defines for page fault error code masksSean Christopherson
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal
2024-05-06x86/alternatives: Remove alternative_input_2()Borislav Petkov (AMD)
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-04-30ACPI: Move acpi_blacklisted() declaration to asm/acpi.hKuppuswamy Sathyanarayanan
2024-04-30iommu/vt-d: Make posted MSI an opt-in command line optionJacob Pan
2024-04-30x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan
2024-04-30x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan
2024-04-30x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan
2024-04-30x86/irq: Unionize PID.PIR for 64bit access w/o castingJacob Pan
2024-04-30KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra
2024-04-25x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov