summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini2022-01-193-11/+37
|\
| * Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-12-281-1/+1
| |\
| | * powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman2021-12-211-1/+1
| * | Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-12-192-10/+36
| |\|
| | * powerpc/module_64: Fix livepatching for RO modulesRussell Currey2021-12-141-8/+34
| | * powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni2021-11-291-2/+2
* | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-1929-730/+1558
|\ \ \
| * | | KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson2021-12-141-2/+3
| * | | KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUESTAlexey Kardashevskiy2021-12-021-1/+1
| * | | KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy2021-12-021-2/+6
| * | | KVM: PPC: Book3S HV P9: Remove unused ri_set local variableNicholas Piggin2021-12-021-10/+3
| * | | KVM: PPC: Book3S HV P9: Remove subcore HMI handlingNicholas Piggin2021-11-245-9/+67
| * | | KVM: PPC: Book3S HV P9: Stop using vc->dpdesNicholas Piggin2021-11-243-12/+22
| * | | 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-243-19/+22
| * | | KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_readyNicholas Piggin2021-11-241-1/+1
| * | | KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exitNicholas Piggin2021-11-241-27/+23
| * | | KVM: PPC: Book3S HV P9: Optimise hash guest SLB savingNicholas Piggin2021-11-241-4/+18
| * | | KVM: PPC: Book3S HV P9: Improve mfmsr performance on entryNicholas Piggin2021-11-243-39/+47
| * | | KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entryNicholas Piggin2021-11-243-5/+13
| * | | KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exitNicholas Piggin2021-11-243-37/+65
| * | | KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushingNicholas Piggin2021-11-243-48/+70
| * | | KVM: PPC: Book3S HV P9: Don't restore PSSCR if not neededNicholas Piggin2021-11-242-9/+24
| * | | KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRsNicholas Piggin2021-11-241-14/+20
| * | | KVM: PPC: Book3S HV P9: Comment and fix MMU context switching codeNicholas Piggin2021-11-243-13/+42
| * | | KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin2021-11-245-51/+73
| * | | KVM: PPC: Book3S HV P9: Demand fault TM facility registersNicholas Piggin2021-11-243-10/+34
| * | | KVM: PPC: Book3S HV P9: Demand fault EBB facility registersNicholas Piggin2021-11-243-8/+37
| * | | KVM: PPC: Book3S HV P9: More SPR speed improvementsNicholas Piggin2021-11-241-30/+43
| * | | KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...Nicholas Piggin2021-11-242-3/+6
| * | | KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possibleNicholas Piggin2021-11-242-8/+4
| * | | KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exitNicholas Piggin2021-11-241-4/+23
| * | | KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entryNicholas Piggin2021-11-242-66/+109
| * | | 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-243-378/+399
| * | | 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-242-12/+15
| * | | KVM: PPC: Book3S HV P9: Optimise timebase readsNicholas Piggin2021-11-243-58/+65
| * | | KVM: PPC: Book3S HV P9: Move TB updatesNicholas Piggin2021-11-241-18/+18
| * | | KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-246-43/+49
| * | | 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-244-19/+71
| * | | 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-242-10/+7
| * | | KVM: PPC: Book3S HV P9: Factor out yield_count incrementNicholas Piggin2021-11-241-12/+12
| * | | KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuseNicholas Piggin2021-11-241-33/+98