summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-8/+8
* KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-3/+3
* KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul2023-03-271-2/+2
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-7/+18
|\
| * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-0/+3
| * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-7/+15
* | powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-1/+1
|/
* KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin2022-10-071-1/+1
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-2/+2
* KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas2022-06-291-12/+12
* KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy2022-05-191-6/+6
* KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-10/+0
* KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-131-0/+8
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-3/+2
* KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-241-13/+0
* KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-writeNicholas Piggin2021-11-241-9/+6
* KVM: PPC: Book3S HV P9: Implement PMU save/restore in CNicholas Piggin2021-11-241-34/+9
* powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin2021-11-241-2/+0
* KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()Michael Ellerman2021-11-151-2/+2
* KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman2021-10-161-2/+7
* KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman2021-10-161-9/+10
* KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
* KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 pathNicholas Piggin2021-08-251-42/+0
* KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-101-410/+11
* KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-101-12/+2
* KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-101-1/+1
* KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin2021-06-101-100/+3
* KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-101-34/+0
* KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-101-118/+7
* KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin2021-06-101-0/+5
* KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in CNicholas Piggin2021-06-101-0/+5
* KVM: PPC: Book3S 64: move bad_host_intr check to HV handlerNicholas Piggin2021-06-101-1/+3
* KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin2021-06-101-9/+2
* KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-06-041-0/+7
* 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-191-9/+9
|/
* powerpc/64s/exception: Move KVM test to common codeNicholas Piggin2020-04-011-11/+0