summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_hv.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2024-05-07KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exceptionVaibhav Jain1-1/+1
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-1/+0
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2024-02-21powerpc: Add Power11 architected and raw modeMadhavan Srinivasan1-0/+1
2024-02-20KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'Amit Machhiwal1-2/+24
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe1-1/+1
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe1-9/+29
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe1-1/+1
2023-12-07KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin1-6/+12
2023-12-07KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe1-0/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe1-2/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe1-2/+4
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-1/+1
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson1-1/+1
2023-09-14KVM: PPC: Add support for nestedv2 guestsJordan Niethe1-10/+124
2023-09-14KVM: PPC: Book3S HV: Introduce low level MSR accessorJordan Niethe1-17/+17
2023-09-14KVM: PPC: Book3S HV: Use accessors for VCPU registersJordan Niethe1-70/+78
2023-09-14KVM: PPC: Use accessors for VCORE registersJordan Niethe1-12/+12
2023-09-14KVM: PPC: Use accessors for VCPU registersJordan Niethe1-6/+6
2023-09-14KVM: PPC: Always use the GPR accessorsJordan Niethe1-2/+6
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-15/+32
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras1-2/+7
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras1-1/+1
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras1-5/+8
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin1-9/+18
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin1-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-0/+3
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth1-3/+3
2022-09-30KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin1-21/+41
2022-09-27KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin1-4/+45
2022-09-27KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin1-21/+10
2022-09-27KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin1-2/+2
2022-09-27KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin1-3/+3
2022-09-27KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas1-2/+16
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+25
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-1/+1
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman1-1/+1
2022-06-29KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas1-5/+18
2022-06-29KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas1-2/+11
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-14/+59
2022-05-18KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas1-4/+4
2022-05-18KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy1-0/+6
2022-05-18KVM: PPC: Book3S HV: Initialize AMOR in nested entryFabiano Rosas1-0/+1
2022-05-13KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin1-0/+4
2022-05-13KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive contextNicholas Piggin1-6/+20
2022-05-13KVM: PPC: Book3S HV P9: Split !nested case out from guest entryNicholas Piggin1-4/+13
2022-05-13KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin1-2/+8