summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-9/+55
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-152-0/+37
| |\
| | * KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-082-0/+37
| * | Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-131-9/+11
| |\ \
| | * | x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-021-9/+11
| * | | Merge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-02-121-0/+7
| |\ \ \ | | |_|/ | |/| |
| | * | xen/x86: detect support for extended destination IDRoger Pau Monne2022-02-101-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-113-16/+3
|\| | |
| * | | Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-02-051-14/+0
| |\| |
| | * | xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne2022-01-281-14/+0
| | |/
| * | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-0544-291/+407
| |\ \
| * | | KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-012-2/+3
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-101-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/alternative: Introduce text_poke_copySong Liu2022-02-081-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-282-2/+6
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini2022-01-281-0/+3
| * | KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson2022-01-261-0/+1
| * | KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson2022-01-261-1/+2
| * | KVM/X86: Make kvm_vcpu_reload_apic_access_page() staticQuanfa Fu2022-01-251-1/+0
* | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+0
|\ \ \
| * | | include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-222-14/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson2022-01-192-14/+0
| * | Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini2022-01-192-4/+2
| |\|
| * | KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson2022-01-192-0/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-168-44/+115
|\| |
| * | x86/fpu: Fix inline prefix warningsYang Zhong2022-01-141-1/+1
| * | kvm: x86: Disable interception for IA32_XFD on demandKevin Tian2022-01-141-0/+1
| * | x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2022-01-141-0/+2
| * | kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng2022-01-141-1/+15
| * | x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-141-0/+5
| * | kvm: x86: Add CPUID support for Intel AMXJing Liu2022-01-141-0/+2
| * | x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu2022-01-141-0/+5
| * | x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-141-0/+6
| * | x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-141-0/+1
| * | x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-071-0/+13
| * | x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-073-12/+25
| * | KVM: SVM: include CR3 in initial VMSA state for SEV-ES guestsMichael Roth2022-01-072-0/+2
| * | KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-0/+1
| * | KVM: x86/xen: Maintain valid mapping of Xen shared_info pageDavid Woodhouse2022-01-071-1/+1
| * | KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()Like Xu2022-01-071-0/+1
| * | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2021-12-212-1/+3
| |\ \
| * \ \ Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini2021-12-084-9/+4
| |\ \ \
| * | | | KVM: x86: Add an emulation type to handle completion of user exitsHou Wenlong2021-12-081-1/+7
| * | | | KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan2021-12-081-1/+1
| * | | | KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan2021-12-081-4/+4
| * | | | KVM: X86: Remove mmu->translate_gpaLai Jiangshan2021-12-081-4/+0
| * | | | KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan2021-12-081-2/+3
| * | | | KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()Lai Jiangshan2021-12-081-1/+0
| * | | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-2/+0