KVM: x86: track manually whether an event has been injected
[linux-2.6-microblaze.git] / arch / x86 / kvm / x86.c
2020-05-27 Paolo BonziniKVM: x86: track manually whether an event has been...
2020-05-27 Sean ChristophersonKVM: x86: Initialize tdp_level during vCPU creation
2020-05-27 彭浩(Richard)kvm/x86: Remove redundant function implementations
2020-05-27 Haiwei LiKVM: Fix the indentation to match coding style
2020-05-27 Sean ChristophersonKVM: x86: Remove superfluous brackets from case statement
2020-05-27 Paolo BonziniKVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_sta...
2020-05-27 Paolo BonziniMerge branch 'kvm-master' into HEAD
2020-05-27 Paolo BonziniMerge tag 'kvm-s390-next-5.8-1' of git://git./linux...
2020-05-27 Maxim LevitskyKVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL uncondit...
2020-05-20 Paolo BonziniMerge tag 'noinstr-x86-kvm-2020-05-16' of git://git...
2020-05-15 Jim MattsonKVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_se...
2020-05-15 Paolo BonziniMerge branch 'kvm-amd-fixes' into HEAD
2020-05-15 David Matlackkvm: add halt-polling cpu usage stats
2020-05-15 Wanpeng LiKVM: X86: TSCDEADLINE MSR emulation fastpath
2020-05-15 Wanpeng LiKVM: X86: Introduce more exit_fastpath_completion enum...
2020-05-15 Wanpeng LiKVM: X86: Introduce kvm_vcpu_exit_request() helper
2020-05-15 Peter XuKVM: X86: Sanity check on gfn before removal
2020-05-15 Peter XuKVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
2020-05-15 Sean ChristophersonKVM: x86/mmu: Drop KVM's hugepage enums in favor of...
2020-05-15 Xiaoyao Likvm: x86: Cleanup vcpu->arch.guest_xstate_size
2020-05-13 Sean ChristophersonKVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
2020-05-13 Paolo BonziniKVM: x86: Replace late check_nested_events() hack with...
2020-05-13 Sean ChristophersonKVM: x86: WARN on injected+pending exception even in...
2020-05-13 Paolo BonziniKVM: x86: replace is_smm checks with kvm_x86_ops.smi_al...
2020-05-13 Sean ChristophersonKVM: x86: Set KVM_REQ_EVENT if run is canceled with...
2020-05-13 Sean ChristophersonKVM: nVMX: Open a window for pending nested VMX preempt...
2020-05-13 Paolo BonziniMerge branch 'kvm-amd-fixes' into HEAD
2020-05-13 Babu MogerKVM: x86: Fix pkru save/restore when guest CR4.PKE...
2020-05-10 Linus TorvaldsMerge tag 'x86-urgent-2020-05-10' of git://git./linux...
2020-05-10 Linus TorvaldsMerge tag 'objtool-urgent-2020-05-10' of git://git...
2020-05-10 Linus TorvaldsMerge tag 'locking-urgent-2020-05-10' of git://git...
2020-05-10 Linus TorvaldsMerge tag 'iommu-fixes-v5.7-rc4' of git://git./linux...
2020-05-10 Linus TorvaldsMerge tag 'block-5.7-2020-05-09' of git://git.kernel...
2020-05-09 Linus TorvaldsMerge tag 'riscv-for-linus-5.7-rc5' of git://git./linux...
2020-05-09 Linus TorvaldsMerge tag 'io_uring-5.7-2020-05-08' of git://git.kernel...
2020-05-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-05-08 Linus TorvaldsMerge tag 'ceph-for-5.7-rc5' of git://github.com/ceph...
2020-05-08 Linus TorvaldsMerge tag 'char-misc-5.7-rc5' of git://git./linux/kerne...
2020-05-08 Linus TorvaldsMerge tag 'driver-core-5.7-rc5' of git://git./linux...
2020-05-08 Linus TorvaldsMerge tag 'staging-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'tty-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'usb-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'drm-fixes-2020-05-08' of git://anongit.freed...
2020-05-08 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-05-08 Suravee SuthikulpanitKVM: SVM: Disable AVIC before setting V_IRQ
2020-05-08 Suravee SuthikulpanitKVM: Introduce kvm_make_all_cpus_request_except()
2020-05-08 Paolo BonziniKVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
2020-05-08 Paolo BonziniKVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
2020-05-08 Dave AirlieMerge tag 'drm-misc-fixes-2020-05-07' of git://anongit...
2020-05-08 Linus TorvaldsMerge branch 'for-v5.7' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'trace-v5.7-rc3' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'linux-kselftest-5.7-rc5' of git://git./linux...
2020-05-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-05-07 Peter XuKVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
2020-05-07 Paolo BonziniKVM: x86: fix DR6 delivery for various cases of #DB...
2020-05-07 Peter XuKVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
2020-05-06 Linus TorvaldsMerge tag 'tag-chrome-platform-fixes-for-v5.7-rc5'...
2020-05-06 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-05-06 Greg Kroah-HartmanMerge tag 'usb-serial-5.7-rc5' of https://git./linux...
2020-05-06 Paolo BonziniMerge tag 'kvm-s390-master-5.7-3' of git://git./linux...
2020-05-06 Peter XuKVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
2020-05-06 Paolo Bonzinikvm: x86: Use KVM CPU capabilities to determine CR4...
2020-05-05 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.7-2' of git://git...
2020-05-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2020-05-04 Linus TorvaldsMerge tag 'gcc-plugins-v5.7-rc5' of git://git./linux...
2020-05-04 Paolo BonziniMerge tag 'kvmarm-fixes-5.7-2' of git://git./linux...
2020-05-04 Paolo BonziniMerge tag 'kvmarm-fixes-5.7-1' of git://git./linux...
2020-05-03 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-05-02 Linus TorvaldsMerge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org...
2020-05-02 Linus TorvaldsMerge tag 'dmaengine-fix-5.7-rc4' of git://git.infradea...
2020-05-02 Linus TorvaldsMerge tag 'vfio-v5.7-rc4' of git://github.com/awilliam...
2020-05-02 Linus TorvaldsMerge tag 'io_uring-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge tag 'block-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge tag 'sound-5.7-rc4' of git://git./linux/kernel...
2020-05-01 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-05-01 Dave AirlieMerge tag 'amd-drm-fixes-5.7-2020-04-29' of git://peopl...
2020-05-01 Dave AirlieMerge tag 'drm-intel-fixes-2020-04-30' of git://anongit...
2020-05-01 Dave AirlieMerge tag 'drm-misc-fixes-2020-04-30' of git://anongit...
2020-04-30 Linus TorvaldsMerge tag 'for-5.7/dm-fixes-2' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'selinux-pr-20200430' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.7-rc4' of git:/...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-5.7-rc4' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'mmc-v5.7-rc2' of git://git./linux/kernel...
2020-04-30 Greg Kroah-HartmanMerge tag 'phy-for-5.7-rc' of git://git./linux/kernel...
2020-04-29 Linus TorvaldsMerge tag 'riscv-for-linus-5.7-rc4' of git://git./linux...
2020-04-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-04-28 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-04-28 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2020-04-28 Linus TorvaldsMerge tag 'cve-2020-11884' from emailed bundle
2020-04-27 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-04-27 Linus TorvaldsMerge tag 'hyperv-fixes-signed' of git://git./linux...
2020-04-27 David S. MillerMerge tag 'batadv-net-for-davem-20200427' of git:/...
2020-04-26 Linus TorvaldsMerge tag '5.7-rc2-smb3-fixes' of git://git.samba.org...
2020-04-26 Linus TorvaldsMerge tag 'usb-5.7-rc3' of git://git./linux/kernel...
2020-04-26 Linus TorvaldsMerge tag 'tty-5.7-rc3' of git://git./linux/kernel...
2020-04-26 Linus TorvaldsMerge tag 'char-misc-5.7-rc3' of git://git./linux/kerne...
2020-04-26 Linus TorvaldsMerge tag 'staging-5.7-rc3' of git://git./linux/kernel...
2020-04-26 Linus TorvaldsMerge tag 'driver-core-5.7-rc3' of git://git./linux...
2020-04-26 Linus TorvaldsMerge tag 's390-5.7-3' of git://git./linux/kernel/git...
next