index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-83
/
+95
2020-05-15
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Jim Mattson
1
-1
/
+1
2020-05-13
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2
-18
/
+17
2020-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-05-08
KVM: SVM: Disable AVIC before setting V_IRQ
Suravee Suthikulpanit
1
-1
/
+12
2020-05-08
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
2
-2
/
+2
2020-05-08
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
1
-1
/
+1
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
4
-28
/
+32
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
4
-27
/
+20
2020-05-08
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-07
KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on
Paolo Bonzini
1
-0
/
+8
2020-05-07
KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
Peter Xu
1
-1
/
+1
2020-05-07
KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
Peter Xu
1
-1
/
+1
2020-05-07
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
2
-11
/
+8
2020-05-07
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
1
-0
/
+1
2020-05-06
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
1
-0
/
+1
2020-05-06
kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
Paolo Bonzini
1
-15
/
+5
2020-05-06
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
1
-0
/
+3
2020-05-04
kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
Paolo Bonzini
1
-5
/
+5
2020-05-04
KVM: SVM: fill in kvm_run->debug.arch.dr[67]
Paolo Bonzini
1
-0
/
+2
2020-05-04
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
Sean Christopherson
1
-1
/
+1
2020-04-21
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
3
-8
/
+45
2020-04-21
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
1
-0
/
+4
2020-04-17
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP
Venkatesh Srinivas
1
-0
/
+11
2020-04-17
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
1
-2
/
+8
2020-04-15
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
1
-1
/
+1
2020-04-15
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
1
-1
/
+0
2020-04-15
KVM: SVM: Fix build error due to missing release_pages() include
Borislav Petkov
1
-0
/
+1
2020-04-15
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
1
-1
/
+0
2020-04-15
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
Oliver Upton
1
-1
/
+1
2020-04-15
kvm: nVMX: reflect MTF VM-exits if injected by L1
Oliver Upton
1
-1
/
+18
2020-04-14
KVM: VMX: Enable machine check support for 32bit targets
Uros Bizjak
1
-1
/
+1
2020-04-14
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
2
-7
/
+9
2020-04-14
KVM: SVM: fix compilation with modular PSP and non-modular KVM
Paolo Bonzini
1
-1
/
+4
2020-04-11
KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest
Xiaoyao Li
1
-3
/
+34
2020-04-11
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
1
-1
/
+11
2020-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-3513
/
+3737
2020-04-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+0
2020-04-07
KVM: VMX: fix crash cleanup when KVM wasn't used
Vitaly Kuznetsov
1
-5
/
+7
2020-04-07
KVM: X86: Filter out the broadcast dest for IPI fastpath
Wanpeng Li
3
-4
/
+5
2020-04-07
KVM: nVMX: don't clear mtf_pending when nested events are blocked
Oliver Upton
1
-1
/
+2
2020-04-07
KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter
Uros Bizjak
1
-6
/
+2
2020-04-03
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
3
-90
/
+166
2020-04-03
KVM: SVM: Move SEV code to separate file
Joerg Roedel
4
-1221
/
+1257
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
4
-1050
/
+1091
2020-04-03
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
4
-1145
/
+1216
2020-04-03
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
3
-1
/
+1
2020-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
28
-1778
/
+2549
2020-04-02
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
1
-0
/
+1
2020-04-01
vhost: refine vhost and vringh kconfig
Jason Wang
1
-4
/
+0
[next]