summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-251-0/+5
|\
| * x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-221-0/+5
* | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-232-3/+16
|\ \
| * | x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+13
| * | x86/fpu: fix asm/fpu/types.h include guardSamuel Holland2024-05-191-3/+3
* | | Merge local branch 'x86-codegen'Linus Torvalds2024-05-222-19/+15
|\ \ \
| * | | x86: improve bitop code generation with clangLinus Torvalds2024-05-221-5/+5
| * | | x86: improve array_index_mask_nospec() code generationLinus Torvalds2024-05-221-14/+10
* | | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-212-19/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| * | | arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-031-3/+5
* | | | Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-192-5/+44
|\ \ \ \
| * \ \ \ Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar2024-05-024-3/+204
| |\ \ \ \
| * | | | | x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-022-0/+13
| * | | | | x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-022-5/+31
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-193-18/+4
|\ \ \ \ \
| * | | | | mm/page_table_check: support userfault wr-protect entriesPeter Xu2024-05-061-17/+1
| * | | | | x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe2024-04-261-0/+1
| * | | | | mm/arch: provide pud_pfn() fallbackPeter Xu2024-04-261-0/+1
| * | | | | x86: remove unneeded memblock_find_dma_reserve()Baoquan He2024-04-261-1/+0
| * | | | | fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-0/+17
|\ \ \ \ \ \
| * | | | | | x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-221-0/+17
* | | | | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-171-10/+3
|\ \ \ \ \ \ \
| * | | | | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-231-9/+2
| * | | | | | | crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2024-04-231-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-156-30/+80
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-3/+0
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exceptionSean Christopherson2024-04-091-3/+0
| * | | | | | | | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-1013-11/+49
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'kvm-sev-es-ghcbv2' into HEADPaolo Bonzini2024-05-102-3/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth2024-05-071-1/+3
| | * | | | | | | | KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh2024-05-071-0/+2
| | * | | | | | | | KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky2024-05-071-2/+4
| * | | | | | | | | Merge branch 'kvm-coco-pagefault-prep' into HEADPaolo Bonzini2024-05-101-21/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: x86/mmu: check for invalid async page faults involving private memoryPaolo Bonzini2024-05-071-0/+1
| | * | | | | | | | | KVM: x86/mmu: Use synthetic page fault error code to indicate private faultsSean Christopherson2024-05-071-1/+6
| | * | | | | | | | | KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson2024-05-071-0/+6
| | * | | | | | | | | KVM: x86: Define more SEV+ page fault error bits/flags for #NPFSean Christopherson2024-05-071-0/+4
| | * | | | | | | | | KVM: x86: Remove separate "bit" defines for page fault error code masksSean Christopherson2024-05-071-22/+10
| | |/ / / / / / / /
| * | | | | | | | | KVM, x86: add architectural support code for #VEPaolo Bonzini2024-04-191-0/+12
| * | | | | | | | | KVM: x86/mmu: Track shadow MMIO value on a per-VM basisSean Christopherson2024-04-191-0/+2
| * | | | | | | | | KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_maskIsaku Yamahata2024-04-191-0/+1
| |/ / / / / / / /
| * | | | | | | | Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini2024-04-1911-17/+48
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | KVM: x86: Split core of hypercall emulation to helper functionSean Christopherson2024-04-121-0/+4
| * | | | | | | | KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini2024-04-111-0/+9
| * | | | | | | | KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini2024-04-111-0/+3
| * | | | | | | | KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+2
| * | | | | | | | KVM: x86: add fields to struct kvm_arch for CoCo featuresPaolo Bonzini2024-04-111-2/+5
| * | | | | | | | KVM: SEV: publish supported VMSA featuresPaolo Bonzini2024-04-111-2/+7