summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/powerpc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton1-2/+1
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-1/+1
2023-12-01KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-6/+1
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-3/+1
2023-11-13KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUSean Christopherson1-4/+0
2023-11-13KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERSean Christopherson1-3/+4
2023-09-14KVM: PPC: Use accessors for VCPU registersJordan Niethe1-2/+2
2023-09-14KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe1-36/+36
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+5
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras1-2/+2
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin1-1/+2
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin1-1/+2
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+6
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-3/+2
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-5/+0
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-5/+0
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-5/+0
2022-12-29KVM: PPC: Move processor compatibility check to module initSean Christopherson1-1/+1
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-5/+0
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini1-2/+16
2022-10-10Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+0
2022-09-27KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas1-1/+0
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-0/+1
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-17/+13
2022-05-13KVM: PPC: Book3S HV: Use IDA allocator for LPID allocatorNicholas Piggin1-12/+13
2022-05-13KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin1-6/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+1
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson1-2/+2
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin1-0/+17
2022-02-03KVM: PPC: Decrement module refcount if init_vm failsFabiano Rosas1-2/+7
2022-02-02KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy1-3/+13
2022-01-31KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas1-0/+22
2022-01-31KVM: PPC: mmio: Return to guest after emulation failureFabiano Rosas1-3/+3
2022-01-31KVM: PPC: mmio: Reject instructions that access more than mmio.data sizeFabiano Rosas1-11/+5
2022-01-31KVM: PPC: Fix vmx/vsx mixup in mmio emulationFabiano Rosas1-2/+2
2022-01-31KVM: PPC: Book3S HV: Stop returning internal values to userspaceFabiano Rosas1-0/+8
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson1-1/+2
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson1-2/+2
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-2/+3
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier1-9/+1
2021-11-18KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov1-2/+2
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2021-10-08powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers1-2/+2
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1