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 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
* KVM: PPC: Book3S HV: Check return value of kvmppc_radix_initFabiano Rosas2022-02-031-1/+4
* KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2022-02-021-19/+12
* KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-251-2/+1
* Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-191-409/+451
|\
| * KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson2021-12-141-2/+3
| * KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy2021-12-021-2/+6
| * KVM: PPC: Book3S HV P9: Remove subcore HMI handlingNicholas Piggin2021-11-241-7/+5
| * KVM: PPC: Book3S HV P9: Stop using vc->dpdesNicholas Piggin2021-11-241-8/+10
| * KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entryNicholas Piggin2021-11-241-25/+35
| * KVM: PPC: Book3S HV P9: Remove most of the vcore logicNicholas Piggin2021-11-241-62/+85
| * KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exitNicholas Piggin2021-11-241-17/+22
| * KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_readyNicholas Piggin2021-11-241-1/+1
| * KVM: PPC: Book3S HV P9: Improve mfmsr performance on entryNicholas Piggin2021-11-241-15/+3
| * KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entryNicholas Piggin2021-11-241-0/+12
| * KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exitNicholas Piggin2021-11-241-10/+38
| * KVM: PPC: Book3S HV P9: Don't restore PSSCR if not neededNicholas Piggin2021-11-241-2/+5