summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao2021-06-221-0/+3
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-4/+4
|\
| * KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater2021-01-301-4/+4
* | KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas2021-02-101-2/+2
* | KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria2021-02-101-0/+10
|/
* powerpc: Fix update form addressing in inline assemblyChristophe Leroy2020-12-041-2/+2
* Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-091-1/+4
|\
| * KVM: PPC: Protect kvm_vcpu_read_guest with srcu locksAlexey Kardashevskiy2020-07-211-1/+4
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/