summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-07-14x86/mm: Remove duplicated __PAGE_KERNEL(_EXEC) definitionsNikolay Borisov1-3/+0
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-07-10x86/apic: Rename 'reg_off' to 'reg'Neeraj Upadhyay1-4/+4
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay1-0/+5
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay1-0/+10
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson1-2/+5
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+7
2025-07-10x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUsZheyun Shen1-0/+12
2025-07-10x86/lib: Add WBNOINVD helper functionsKevin Loughlin2-1/+34
2025-07-10x86/lib: Drop the unused return value from wbinvd_on_all_cpus()Sean Christopherson1-3/+2
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple2-53/+3
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson1-4/+1
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+1
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-29/+46
2025-07-07x86/msr-index: Add AMD workload classification MSRsPerry Yuan1-0/+5
2025-07-06Merge tag 'x86_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+16
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+0
2025-07-02Merge branch 'fixes' into for-nextIlpo Järvinen1-13/+0
2025-07-01x86/sev: Use TSC_FACTOR for Secure TSC frequency calculationNikunj A Dadhania1-1/+16
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-13/+0
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman6-6/+48
2025-06-29Merge tag 'x86_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+16
2025-06-29serial: 8250: Move CE4100 quirks to a module under 8250 driverAndy Shevchenko1-0/+6
2025-06-27x86/sev: Let sev_es_efi_map_ghcbs() map the CA pages tooGerd Hoffmann1-2/+2
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson1-2/+0
2025-06-25Merge branch 'kvm-x86 mmio'Sean Christopherson1-0/+1
2025-06-25KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guestSean Christopherson1-0/+1
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang2-5/+14
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang2-5/+10
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao1-0/+26
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)2-5/+16
2025-06-24KVM: x86: Use kvzalloc() to allocate VM structSean Christopherson1-1/+1
2025-06-24KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page listSean Christopherson1-2/+2
2025-06-24KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masksSean Christopherson1-1/+6
2025-06-23KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()Sean Christopherson1-3/+0
2025-06-23KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blockingSean Christopherson1-0/+7
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson1-0/+1
2025-06-23KVM: x86: Decouple device assignment from IRQ bypassSean Christopherson2-2/+4
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson1-0/+1
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson1-1/+14
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson1-1/+1
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-06-21x86/CPU/AMD: Add CPUID faulting supportBorislav Petkov (AMD)2-0/+4
2025-06-20KVM: VMX: Move enable_ipiv knob to common x86Sean Christopherson1-0/+1
2025-06-20KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creationSean Christopherson1-1/+8
2025-06-20KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masksSean Christopherson1-3/+1
2025-06-20KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BARSean Christopherson1-2/+0
2025-06-20KVM: Pass new routing entries and irqfd when updating IRTEsSean Christopherson1-2/+4