aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+204
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-33/+6
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+5
2024-05-13Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2024-05-13Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-47/+49
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-135/+201
2024-05-13Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'Rafael J. Wysocki1-0/+2
2024-05-12KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky2-0/+7
2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh2-0/+4
2024-05-12KVM: SEV: Add support to handle Page State Change VMGEXITMichael Roth1-0/+11
2024-05-12KVM: SEV: Add support to handle MSR based Page State Change VMGEXITMichael Roth1-0/+6
2024-05-12KVM: SEV: Add support to handle GHCB GPA register VMGEXITBrijesh Singh1-0/+8
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh1-0/+17
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh1-0/+19
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh1-0/+11
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh2-1/+3
2024-05-12Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini2-0/+6
2024-05-12Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+0
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini13-11/+49
2024-05-10Merge branch 'kvm-sev-es-ghcbv2' into HEADPaolo Bonzini2-3/+9
2024-05-10Merge branch 'kvm-coco-pagefault-prep' into HEADPaolo Bonzini1-21/+25
2024-05-10KVM: x86: Add hook for determining max NPT mapping levelMichael Roth2-0/+2
2024-05-10KVM: guest_memfd: Add hook for invalidating memoryMichael Roth2-0/+2
2024-05-10KVM: guest_memfd: Add hook for initializing memoryPaolo Bonzini2-0/+2
2024-05-08x86/irq: Use existing helper for pending vector checkJacob Pan1-7/+1
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth1-1/+3
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh1-0/+2
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky1-2/+4
2024-05-07KVM: x86/mmu: check for invalid async page faults involving private memoryPaolo Bonzini1-0/+1
2024-05-07KVM: x86/mmu: Use synthetic page fault error code to indicate private faultsSean Christopherson1-1/+6
2024-05-07KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson1-0/+6
2024-05-07KVM: x86: Define more SEV+ page fault error bits/flags for #NPFSean Christopherson1-0/+4
2024-05-07KVM: x86: Remove separate "bit" defines for page fault error code masksSean Christopherson1-22/+10
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+0
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal1-3/+3
2024-05-06x86/alternatives: Remove alternative_input_2()Borislav Petkov (AMD)1-14/+0
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu1-17/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-4/+4
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-3/+5
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar4-3/+204
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2-0/+13
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2-5/+31
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-1/+0
2024-04-30ACPI: Move acpi_blacklisted() declaration to asm/acpi.hKuppuswamy Sathyanarayanan1-0/+2
2024-04-30iommu/vt-d: Make posted MSI an opt-in command line optionJacob Pan1-0/+7
2024-04-30x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan2-1/+20
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan1-0/+11
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan2-0/+9
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan2-0/+9
2024-04-30x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan1-1/+7