summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin2021-11-241-20/+1
| * KVM: PPC: Book3S HV P9: Demand fault TM facility registersNicholas Piggin2021-11-241-6/+20
| * KVM: PPC: Book3S HV P9: Demand fault EBB facility registersNicholas Piggin2021-11-241-2/+14
| * KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...Nicholas Piggin2021-11-241-1/+2
| * KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possibleNicholas Piggin2021-11-241-4/+2
| * KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entryNicholas Piggin2021-11-241-43/+36
| * KVM: PPC: Book3S HV P9: Move nested guest entry into its own functionNicholas Piggin2021-11-241-58/+67
| * KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-inNicholas Piggin2021-11-241-378/+1
| * KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functionsNicholas Piggin2021-11-241-24/+41
| * KVM: PPC: Book3S HV P9: Juggle SPR switching aroundNicholas Piggin2021-11-241-4/+4
| * KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changedNicholas Piggin2021-11-241-20/+31
| * KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stallsNicholas Piggin2021-11-241-4/+4
| * KVM: PPC: Book3S HV P9: Optimise timebase readsNicholas Piggin2021-11-241-42/+46
| * KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-241-28/+30
| * KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_threadNicholas Piggin2021-11-241-2/+9
| * KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disableNicholas Piggin2021-11-241-5/+18
| * KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRsNicholas Piggin2021-11-241-19/+40
| * KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprsNicholas Piggin2021-11-241-2/+2
| * KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-writeNicholas Piggin2021-11-241-1/+1
| * KVM: PPC: Book3S HV P9: Factor out yield_count incrementNicholas Piggin2021-11-241-12/+12