aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-02-24KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky
2022-02-24KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang
2022-02-20Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski
2022-02-18x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li
2022-02-18x86/kvm: Fix compilation warning in non-x86_64 buildsLeonardo Bras
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre
2022-02-17x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras
2022-02-17x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras
2022-02-17kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov
2022-02-17KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-02-14KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson
2022-02-14KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-02-13Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-02-12Merge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky
2022-02-11KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini
2022-02-11KVM: SVM: extract avic_ring_doorbellMaxim Levitsky
2022-02-11Merge branch 'acpi-x86'Rafael J. Wysocki
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre
2022-02-10KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPUDavid Woodhouse
2022-02-10xen/x2apic: Fix inconsistent indentingJiapeng Chong
2022-02-10xen/x86: detect support for extended destination IDRoger Pau Monne
2022-02-10xen/x86: obtain full video frame buffer address for Dom0 also under EFIJan Beulich
2022-02-09x86/PCI: revert "Ignore E820 reservations for bridge windows on newer systems"Hans de Goede
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky
2022-02-08KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky
2022-02-08KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky
2022-02-08KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky
2022-02-08KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky
2022-02-08KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky
2022-02-08KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky
2022-02-08KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky
2022-02-08Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-05Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-02-04KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson
2022-02-04KVM: x86: Report deprecated x87 features in supported CPUIDJim Mattson
2022-02-03x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich
2022-02-02x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers
2022-02-02perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume
2022-02-02x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra
2022-02-01kvm/x86: rework guest entry logicMark Rutland
2022-02-01KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson