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: 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
*
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
|
|
*
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...
Gustavo Romero
2020-03-19
3
-7
/
+40
|
|
*
KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
Michael Ellerman
2020-03-19
1
-1
/
+1
|
|
*
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
Paul Mackerras
2020-03-19
1
-62
/
+57
|
*
|
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-03-31
663
-11702
/
+7583
|
|
\
\
|
|
*
\
Merge tag 'kvm-arm-removal' into kvmarm-master/next
Marc Zyngier
2020-03-24
51
-6300
/
+16
|
|
|
\
\
|
|
|
*
|
MAINTAINERS: RIP KVM/arm
Marc Zyngier
2020-03-24
1
-4
/
+1
|
|
|
*
|
arm: Remove the ability to set HYP vectors outside of the decompressor
Marc Zyngier
2020-03-24
2
-36
/
+8
|
|
|
*
|
arm: Remove GICv3 vgic compatibility macros
Marc Zyngier
2020-03-24
1
-114
/
+0
|
|
|
*
|
arm: Remove HYP/Stage-2 page-table support
Marc Zyngier
2020-03-24
8
-93
/
+1
|
|
|
*
|
arm: Remove 32bit KVM host support
Marc Zyngier
2020-03-24
37
-6046
/
+5
|
|
|
*
|
arm: Remove KVM from config files
Marc Zyngier
2020-03-24
1
-2
/
+0
|
|
|
*
|
arm: Unplug KVM from the build system
Marc Zyngier
2020-03-24
3
-4
/
+1
|
|
*
|
|
Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next
Marc Zyngier
2020-03-24
17
-69
/
+895
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs
Marc Zyngier
2020-03-24
1
-1
/
+13
|
|
|
*
|
|
KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
Marc Zyngier
2020-03-24
1
-1
/
+2
|
|
|
*
|
|
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
Marc Zyngier
2020-03-24
4
-1
/
+14
|
|
|
*
|
|
KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
Marc Zyngier
2020-03-24
2
-2
/
+49
|
|
|
*
|
|
KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
Marc Zyngier
2020-03-24
3
-0
/
+102
|
|
|
*
|
|
KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
Marc Zyngier
2020-03-24
2
-8
/
+107
|
|
|
*
|
|
KVM: arm64: GICv4.1: Let doorbells be auto-enabled
Marc Zyngier
2020-03-24
1
-1
/
+8
|
|
*
|
|
|
KVM: arm64: Use the correct timer structure to access the physical counter
KarimAllah Ahmed
2020-03-16
1
-1
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-03-30
2
-4
/
+11
|
|
\
\
\
\
|
|
*
|
|
|
s390/gmap: return proper error code on ksm unsharing
Christian Borntraeger
2020-03-27
2
-4
/
+11
|
*
|
|
|
|
Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-03-26
5
-17
/
+20
|
|
\
|
|
|
|
|
|
*
|
|
|
KVM: s390: mark sie block as 512 byte aligned
Christian Borntraeger
2020-03-23
1
-1
/
+1
[next]