index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
powerpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
2019-08-05
1
-10
/
+0
*
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
2019-08-05
1
-0
/
+5
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-12
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-06-05
1
-12
/
+1
*
|
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
2019-06-04
1
-2
/
+2
|
/
*
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
2019-05-28
1
-0
/
+3
*
Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-05-15
1
-0
/
+37
|
\
|
*
KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation mode
Cédric Le Goater
2019-04-30
1
-3
/
+4
|
*
KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE
Cédric Le Goater
2019-04-30
1
-0
/
+36
*
|
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
2019-04-16
1
-3
/
+0
|
/
*
KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
Suraj Jitindar Singh
2019-03-01
1
-4
/
+14
*
KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
Paul Mackerras
2019-02-19
1
-2
/
+2
*
Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-12-20
1
-4
/
+29
|
\
|
*
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
Suraj Jitindar Singh
2018-12-17
1
-0
/
+8
|
*
KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
Suraj Jitindar Singh
2018-12-17
1
-2
/
+16
|
*
KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
Suraj Jitindar Singh
2018-12-17
1
-1
/
+4
|
*
KVM: PPC: Pass change type down to memslot commit function
Bharata B Rao
2018-12-17
1
-1
/
+1
*
|
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
Paolo Bonzini
2018-12-14
1
-12
/
+2
|
/
*
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
2018-10-09
1
-0
/
+12
*
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
Paul Mackerras
2018-10-09
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-19
1
-15
/
+15
|
\
|
*
KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation
Simon Guo
2018-07-18
1
-15
/
+15
*
|
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
2018-07-30
1
-1
/
+0
|
/
*
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2018-06-14
1
-57
/
+254
|
\
|
*
KVM: PPC: Remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
Simon Guo
2018-06-01
1
-2
/
+0
|
*
KVM: PPC: Move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
Simon Guo
2018-06-01
1
-3
/
+6
|
*
KVM: PPC: Book3S PR: Enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
Simon Guo
2018-06-01
1
-3
/
+2
|
*
KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...
Simon Guo
2018-05-22
1
-47
/
+212
|
*
KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element types
Simon Guo
2018-05-22
1
-5
/
+5
|
*
KVM: PPC: Add giveup_ext() hook to PPC KVM ops
Simon Guo
2018-05-22
1
-0
/
+9
|
*
KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
Simon Guo
2018-05-22
1
-0
/
+23
|
*
KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue
Simon Guo
2018-05-18
1
-1
/
+1
*
|
kvm: Change return type to vm_fault_t
Souptick Joarder
2018-06-01
1
-1
/
+1
|
/
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-03-23
1
-1
/
+4
|
\
|
*
KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
Paul Mackerras
2018-03-23
1
-1
/
+4
*
|
KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
Paul Mackerras
2018-02-13
1
-1
/
+1
*
|
KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n
Paul Mackerras
2018-02-13
1
-0
/
+2
|
/
*
Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-02-09
1
-2
/
+151
|
\
|
*
KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
Jose Ricardo Ziviani
2018-02-09
1
-0
/
+150
|
*
KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
David Gibson
2018-02-09
1
-2
/
+1
*
|
Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-02-01
1
-9
/
+5
|
\
|
|
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2018-01-19
1
-5
/
+2
|
|
\
|
*
|
KVM: PPC: Book3S HV: Enable migration of decrementer register
Paul Mackerras
2018-01-16
1
-1
/
+1
|
*
|
KVM: PPC: Book3S: Eliminate some unnecessary checks
Paul Mackerras
2017-11-23
1
-8
/
+4
*
|
|
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
1
-0
/
+131
|
\
\
\
|
*
|
|
KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds
Paul Mackerras
2018-01-19
1
-0
/
+131
|
|
|
/
|
|
/
|
*
|
|
KVM: introduce kvm_arch_vcpu_async_ioctl
Paolo Bonzini
2017-12-14
1
-3
/
+11
*
|
|
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
Christoffer Dall
2017-12-14
1
-6
/
+7
*
|
|
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
Christoffer Dall
2017-12-14
1
-1
/
+5
|
/
/
*
/
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
2017-11-27
1
-5
/
+2
|
/
[next]