summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-02-17x86/efi: skip memattr table on kexec bootDave Young1-0/+5
2025-02-17kvm: defer huge page recovery vhost task to laterKeith Busch3-6/+21
2025-02-17KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VIDChao Gao5-0/+39
2025-02-17x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-02-17x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-02-17x86/kexec: Allocate PGD for x86_64 transition page tables separatelyDavid Woodhouse2-25/+38
2025-02-17x86/amd_nb: Restrict init function to AMD-based systemsYazen Ghannam1-0/+4
2025-02-17x86: Convert unreachable() to BUG()Peter Zijlstra3-3/+3
2025-02-08KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()Sean Christopherson4-9/+8
2025-02-08x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionallyK Prateek Nayak1-10/+1
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-1/+1
2025-01-19Merge tag 'x86_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+8
2025-01-16x86/asm: Make serialize() always_inlineJuergen Gross1-1/+1
2025-01-14x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cacheXin Li (Intel)1-1/+7
2025-01-13Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2025-01-13x86: Disable EXECMEM_ROX supportPeter Zijlstra1-1/+0
2025-01-12x86/execmem: fix ROX cache usage in Xen PV guestsJuergen Gross1-1/+2
2025-01-07x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe1-1/+2
2025-01-02x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper1-1/+0
2024-12-29Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+30
2024-12-29Merge tag 'perf-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+13
2024-12-29x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)1-0/+30
2024-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-23/+38
2024-12-22Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-22/+30
2024-12-22KVM: x86: let it be known that ignore_msrs is a bad ideaPaolo Bonzini1-0/+7
2024-12-22KVM: VMX: don't include '<linux/find.h>' directlyWolfram Sang1-1/+1
2024-12-20perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNCKan Liang1-1/+11
2024-12-19KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowedSean Christopherson3-12/+22
2024-12-19KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bitsSean Christopherson1-9/+0
2024-12-19KVM: x86: Play nice with protected guests in complete_hypercall_exit()Sean Christopherson1-1/+1
2024-12-19KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed featureSuravee Suthikulpanit2-0/+7
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+58
2024-12-17perf/x86/intel/ds: Add PEBS format 6Kan Liang1-0/+1
2024-12-17perf/x86/intel/uncore: Add Clearwater Forest supportKan Liang1-0/+1
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-92/+278
2024-12-17x86/xen: remove hypercall pageJuergen Gross7-52/+1
2024-12-17x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-17x86/xen: add central hypercall functionsJuergen Gross7-1/+190
2024-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+29
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson3-5/+29
2024-12-13x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross3-3/+27
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross2-16/+24
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2024-12-09Merge tag 'perf_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2024-12-09x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal1-0/+1
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-52/+73
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri1-22/+21
2024-12-06x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse1-0/+7