index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
2020-04-20
1
-0
/
+4
*
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP
Venkatesh Srinivas
2020-04-17
1
-0
/
+11
*
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
2020-04-17
1
-2
/
+8
*
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
2020-04-15
1
-1
/
+1
*
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
2020-04-15
1
-1
/
+0
*
KVM: SVM: Fix build error due to missing release_pages() include
Borislav Petkov
2020-04-15
1
-0
/
+1
*
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
2020-04-15
1
-1
/
+0
*
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
Oliver Upton
2020-04-15
1
-1
/
+1
*
kvm: nVMX: reflect MTF VM-exits if injected by L1
Oliver Upton
2020-04-15
1
-1
/
+18
*
KVM: s390: Return last valid slot if approx index is out-of-bounds
Sean Christopherson
2020-04-14
1
-0
/
+3
*
KVM: Check validity of resolved slot when searching memslots
Sean Christopherson
2020-04-14
1
-1
/
+1
*
KVM: VMX: Enable machine check support for 32bit targets
Uros Bizjak
2020-04-14
1
-1
/
+1
*
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
2020-04-14
3
-28
/
+9
*
KVM: SVM: fix compilation with modular PSP and non-modular KVM
Paolo Bonzini
2020-04-14
1
-1
/
+4
*
KVM: VMX: fix crash cleanup when KVM wasn't used
Vitaly Kuznetsov
2020-04-07
1
-5
/
+7
*
KVM: X86: Filter out the broadcast dest for IPI fastpath
Wanpeng Li
2020-04-07
3
-4
/
+5
*
Merge tag 'kvm-s390-master-5.7-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-04-07
2
-1
/
+7
|
\
|
*
KVM: s390: vsie: Fix possible race when shadowing region 3 tables
David Hildenbrand
2020-04-07
1
-0
/
+1
|
*
KVM: s390: vsie: Fix delivery of addressing exceptions
David Hildenbrand
2020-04-07
1
-0
/
+1
|
*
KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
David Hildenbrand
2020-04-07
1
-1
/
+5
*
|
KVM: nVMX: don't clear mtf_pending when nested events are blocked
Oliver Upton
2020-04-07
1
-1
/
+2
*
|
KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter
Uros Bizjak
2020-04-07
1
-6
/
+2
*
|
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
2020-04-03
3
-90
/
+166
*
|
KVM: SVM: Move SEV code to separate file
Joerg Roedel
2020-04-03
4
-1221
/
+1257
*
|
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
2020-04-03
4
-1050
/
+1091
*
|
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
2020-04-03
4
-1145
/
+1216
*
|
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
2020-04-03
3
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-04-03
206
-9698
/
+7867
|
\
|
*
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
2020-04-02
1
-0
/
+1
|
*
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2020-03-31
2
-5
/
+5
|
*
KVM: VMX: Add a trampoline to fix VMREAD error handling
Sean Christopherson
2020-03-31
2
-7
/
+79
|
*
KVM: SVM: Annotate svm_x86_ops as __initdata
Sean Christopherson
2020-03-31
1
-1
/
+1
|
*
KVM: VMX: Annotate vmx_x86_ops as __initdata
Sean Christopherson
2020-03-31
1
-1
/
+1
|
*
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
2020-03-31
2
-2
/
+2
|
*
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
15
-257
/
+257
|
*
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
2020-03-31
1
-2
/
+2
|
*
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
2020-03-31
3
-21
/
+24
|
*
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
Sean Christopherson
2020-03-31
1
-153
/
+153
|
*
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
2020-03-31
4
-18
/
+36
|
*
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
2020-03-31
7
-16
/
+26
|
*
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-03-31
25
-122
/
+205
|
|
\
|
|
*
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
2020-03-26
8
-0
/
+69
|
|
*
KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
Laurent Dufour
2020-03-24
1
-1
/
+2
|
|
*
KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
Laurent Dufour
2020-03-24
1
-11
/
+21
|
|
*
KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
Fabiano Rosas
2020-03-24
1
-0
/
+3
|
|
*
KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
Greg Kurz
2020-03-19
9
-27
/
+0
|
|
*
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
Greg Kurz
2020-03-19
5
-4
/
+4
|
|
*
KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
Greg Kurz
2020-03-19
2
-2
/
+1
|
|
*
KVM: PPC: Use fallthrough;
Joe Perches
2020-03-19
5
-7
/
+6
|
|
*
KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
Michael Roth
2020-03-19
1
-0
/
+1
[next]