summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guestsNicholas Piggin2021-02-111-0/+3
* KVM: PPC: Book3S HV: Ensure radix guest has no SLB entriesPaul Mackerras2021-02-111-1/+5
* KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLBNicholas Piggin2021-02-101-3/+3
* KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guestNicholas Piggin2021-02-101-1/+5
* KVM: PPC: Book3S HV: Fix radix guest SLB side channelNicholas Piggin2021-02-101-8/+31
* KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin2021-02-101-61/+19
* KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria2021-02-101-0/+23
* KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria2021-02-101-10/+10
* powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin2020-09-081-0/+8
* KVM: PPC: Book3S HV: Save/restore new PMU registersAthira Rajeev2020-07-221-0/+24
* KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCRAthira Rajeev2020-07-221-6/+6
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-05-201-0/+5
|\
| * powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater2020-05-071-0/+5
* | powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria2020-05-181-9/+9
|/
* powerpc/64s/exception: Move KVM test to common codeNicholas Piggin2020-04-011-11/+0
* powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-251-0/+2
* KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-171-2/+2
* KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-141-0/+30
* powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe2019-10-091-0/+1
* powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-211-4/+6
* powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2019-08-301-6/+33
* KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras2019-08-161-0/+2
* KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras2019-08-161-13/+23
* Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-221-2/+13
|\
| * KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real modeSuraj Jitindar Singh2019-06-181-1/+10
| * KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr()Michael Neuling2019-06-181-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-8/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-53/+33
|\
| * KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUsPaul Mackerras2019-05-141-6/+0
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-04-301-10/+13
| |\
| * | KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-301-2/+4
| * | KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C codePaul Mackerras2019-04-301-34/+4
| * | KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push codeSuraj Jitindar Singh2019-04-301-11/+25
| * | KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-301-1/+1
* | | powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-46/+72
| |/ |/|
* | powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-201-10/+13
|/
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-221-46/+20
|\
| * powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman2019-02-221-9/+17
| * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-37/+3
* | KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2019-02-221-0/+10
|/
* KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras2018-10-091-0/+2
* KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-091-0/+8
* KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-091-2/+2
* KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guestsPaul Mackerras2018-10-091-3/+92
* KVM: PPC: Book3S: Rework TM save/restore code and make it C-callablePaul Mackerras2018-10-091-26/+23
* KVM: PPC: Book3S HV: Simplify real-mode interrupt handlingPaul Mackerras2018-10-091-109/+111
* KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functionsPaul Mackerras2018-10-091-164/+199
* KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-091-53/+17
* KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-2/+2
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1