Age | Commit message (Expand) | Author |
2020-03-31 | KVM: Pass kvm_init()'s opaque param to additional arch funcs | Sean Christopherson |
2020-03-26 | KVM: PPC: Book3S HV: Add a capability for enabling secure guests | Paul Mackerras |
2020-03-19 | KVM: PPC: Book3S PR: Fix kernel crash with PR KVM | Greg Kurz |
2020-03-19 | KVM: PPC: Use fallthrough; | Joe Perches |
2020-03-16 | KVM: Remove unnecessary asm/kvm_host.h includes | Peter Xu |
2020-03-16 | KVM: Simplify kvm_free_memslot() and all its descendents | Sean Christopherson |
2020-03-16 | KVM: Drop "const" attribute from old memslot in commit_memory_region() | Sean Christopherson |
2020-03-16 | KVM: Drop kvm_arch_create_memslot() | Sean Christopherson |
2020-03-16 | KVM: PPC: Move memslot memory allocation into prepare_memory_region() | Sean Christopherson |
2020-01-27 | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() | Sean Christopherson |
2020-01-27 | KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create() | Sean Christopherson |
2020-01-27 | KVM: Move vcpu alloc and init invocation to common code | Sean Christopherson |
2020-01-24 | KVM: Introduce kvm_vcpu_destroy() | Sean Christopherson |
2020-01-24 | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues | Sean Christopherson |
2020-01-24 | KVM: PPC: Drop kvm_arch_vcpu_free() | Sean Christopherson |
2020-01-24 | KVM: PPC: Move kvm_vcpu_init() invocation to common code | Sean Christopherson |
2020-01-24 | KVM: PPC: Allocate vcpu struct in common PPC code | Sean Christopherson |
2019-11-28 | KVM: PPC: Book3S HV: Support reset of secure guest | Bharata B Rao |
2019-10-21 | KVM: PPC: Report single stepping capability | Fabiano Rosas |
2019-09-10 | Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2019-08-27 | KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun... | Paul Mackerras |
2019-08-05 | KVM: remove kvm_arch_has_vcpu_debugfs() | Paolo Bonzini |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner |
2019-06-04 | KVM: Directly return result from kvm_arch_check_processor_compat() | Sean Christopherson |
2019-05-28 | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID | Thomas Huth |
2019-05-15 | Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2019-04-30 | KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation mode | Cédric Le Goater |
2019-04-30 | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE | Cédric Le Goater |
2019-04-16 | kvm: move KVM_CAP_NR_MEMSLOTS to common code | Paolo Bonzini |
2019-03-01 | KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char() | Suraj Jitindar Singh |
2019-02-19 | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE | Paul Mackerras |
2018-12-20 | Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Radim Krčmář |
2018-12-17 | KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest | Suraj Jitindar Singh |
2018-12-17 | KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants | Suraj Jitindar Singh |
2018-12-17 | KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines | Suraj Jitindar Singh |
2018-12-17 | KVM: PPC: Pass change type down to memslot commit function | Bharata B Rao |
2018-12-14 | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic | Paolo Bonzini |
2018-10-09 | KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization | Paul Mackerras |
2018-10-09 | KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode | Paul Mackerras |
2018-08-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-07-30 | powerpc: remove unnecessary inclusion of asm/tlbflush.h | Christophe Leroy |
2018-07-18 | KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation | Simon Guo |
2018-06-14 | Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2018-06-01 | kvm: Change return type to vm_fault_t | Souptick Joarder |
2018-06-01 | KVM: PPC: Remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl | Simon Guo |
2018-06-01 | KVM: PPC: Move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl | Simon Guo |
2018-06-01 | KVM: PPC: Book3S PR: Enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl | Simon Guo |
2018-05-22 | KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal... | Simon Guo |