summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-1/+1
|\
| * Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-1/+1
| |\
| | * KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-1/+1
* | | KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe2023-12-071-1/+1
* | | KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe2023-12-071-9/+29
* | | KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe2023-12-071-1/+1
* | | KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin2023-12-071-6/+12
* | | KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe2023-12-071-0/+2
* | | KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe2023-12-071-2/+2
* | | KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe2023-12-071-2/+4
|/ /
* | KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-141-10/+124
* | KVM: PPC: Book3S HV: Introduce low level MSR accessorJordan Niethe2023-09-141-17/+17
* | KVM: PPC: Book3S HV: Use accessors for VCPU registersJordan Niethe2023-09-141-70/+78
* | KVM: PPC: Use accessors for VCORE registersJordan Niethe2023-09-141-12/+12
* | KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-141-6/+6
* | KVM: PPC: Always use the GPR accessorsJordan Niethe2023-09-141-2/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-3/+3
|\
| * KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth2023-03-161-3/+3
* | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-15/+32
|\ \
| * | KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras2023-04-031-2/+7
| * | KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-1/+1
| * | KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-031-5/+8
| * | KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin2023-04-031-9/+18
| * | KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-2/+2
| |/
* / treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-0/+3
|/
* KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin2022-09-301-21/+41
* KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin2022-09-281-4/+45
* KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin2022-09-281-21/+10
* KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin2022-09-281-2/+2
* KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin2022-09-281-3/+3
* KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2022-09-281-2/+16
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-3/+25
|\
| * powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
| * KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas2022-06-291-5/+18
| * KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas2022-06-291-2/+11
* | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-1/+1
|/
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-14/+59
|\
| * KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas2022-05-191-4/+4
| * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-0/+6
| * KVM: PPC: Book3S HV: Initialize AMOR in nested entryFabiano Rosas2022-05-191-0/+1
| * KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin2022-05-131-0/+4
| * KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive contextNicholas Piggin2022-05-131-6/+20
| * KVM: PPC: Book3S HV P9: Split !nested case out from guest entryNicholas Piggin2022-05-131-4/+13
| * KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin2022-05-131-2/+8
| * KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entryNicholas Piggin2022-05-131-2/+7
| * KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin2022-05-131-1/+1
* | powerpc: Add missing headersChristophe Leroy2022-05-081-0/+1
|/
* KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin2022-03-071-8/+33
* KVM: PPC: Book3S HV: Free allocated memory if module init failsFabiano Rosas2022-02-031-4/+11
* KVM: PPC: Book3S HV: Delay setting of kvm opsFabiano Rosas2022-02-031-5/+7