summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2022-04-02KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson
2022-04-02KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini
2022-03-21KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2Oliver Upton
2022-03-21KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky
2022-03-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit
2022-03-08KVM: x86/mmu: Zap invalidated roots via asynchronous workerPaolo Bonzini
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson
2022-02-25KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn
2022-02-25KVM: x86: Fix pointer mistmatch warning when patching RET0 static callsSean Christopherson
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini
2022-02-18KVM: x86: warn on incorrectly NULL members of kvm_x86_opsPaolo Bonzini
2022-02-18KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini
2022-02-17x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack
2022-02-10KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson
2022-02-10KVM: x86: Move get_cs_db_l_bits() helper to SVMSean Christopherson
2022-02-10KVM: x86: Use static_call() for copy/move encryption context ioctls()Sean Christopherson
2022-02-10KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()Sean Christopherson
2022-02-10KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson
2022-02-10KVM: x86: Remove unused "vcpu" of kvm_scale_tsc()Jinrong Liang
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky
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 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-01KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini
2022-01-28xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2022-01-26KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson
2022-01-25KVM/X86: Make kvm_vcpu_reload_apic_access_page() staticQuanfa Fu
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-19KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson
2022-01-19Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini
2022-01-19KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong