summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/powerpc.c
AgeCommit message (Expand)Author
2021-11-18KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-09powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross
2021-07-17KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin
2021-06-22KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-10KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas
2021-02-10KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria
2021-01-30KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy
2020-08-09Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-07-21KVM: PPC: Protect kvm_vcpu_read_guest with srcu locksAlexey Kardashevskiy
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson
2020-03-26KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras
2020-03-19KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz
2020-03-19KVM: PPC: Use fallthrough;Joe Perches
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson
2020-01-24KVM: PPC: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson
2019-11-28KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao
2019-10-21KVM: PPC: Report single stepping capabilityFabiano Rosas
2019-09-10Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-04-30KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation modeCédric Le Goater
2019-04-30KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini