summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-1/+0
|\
| * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
* | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-081-1/+1
|/
* Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-6/+1
|\
| * KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-3/+1
| * KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUSean Christopherson2023-11-131-4/+0
| * KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERSean Christopherson2023-11-131-3/+4
* | KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-141-2/+2
* | KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-141-36/+36
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-3/+2
|\
| * KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-3/+2
* | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-3/+5
|\ \
| * | KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-031-2/+2
| * | KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin2023-04-031-1/+2
| * | KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-1/+2
| |/
* / KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+6
|/
* KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-5/+0
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-5/+0
* KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-5/+0
* KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-291-1/+1
* KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
* KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-091-2/+16
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-1/+0
|\
| * KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2022-09-281-1/+0
* | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+0
|/
* powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-17/+13
|\
| * KVM: PPC: Book3S HV: Use IDA allocator for LPID allocatorNicholas Piggin2022-05-131-12/+13
| * KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin2022-05-131-6/+1
* | powerpc: Add missing headersChristophe Leroy2022-05-081-0/+1
* | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-2/+2
|/
* KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-081-0/+17
* KVM: PPC: Decrement module refcount if init_vm failsFabiano Rosas2022-02-031-2/+7
* KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2022-02-021-3/+13
* KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas2022-01-311-0/+22
* KVM: PPC: mmio: Return to guest after emulation failureFabiano Rosas2022-01-311-3/+3
* KVM: PPC: mmio: Reject instructions that access more than mmio.data sizeFabiano Rosas2022-01-311-11/+5
* KVM: PPC: Fix vmx/vsx mixup in mmio emulationFabiano Rosas2022-01-311-2/+2
* KVM: PPC: Book3S HV: Stop returning internal values to userspaceFabiano Rosas2022-01-311-0/+8
* KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-081-1/+2
* KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-081-2/+2
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-2/+3
* KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-9/+1
* KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-2/+2
* Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-051-2/+2
|\
| * powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-091-2/+2
* | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
|/
* KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2