summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
2021-07-14KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh
2021-07-14KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor
2021-06-10KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin
2021-05-14KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exitNicholas Piggin
2021-05-12powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=nMichael Ellerman
2021-05-12powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabledMichael Ellerman
2021-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-22KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens
2021-02-11powerpc/xive: Assign boolean values to a bool variableJiapeng Chong
2021-02-11KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guestsNicholas Piggin
2021-02-11KVM: PPC: Book3S HV: Ensure radix guest has no SLB entriesPaul Mackerras
2021-02-10KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas
2021-02-10KVM: PPC: Book3S HV: Save and restore FSCR in the P9 pathFabiano Rosas
2021-02-10KVM: PPC: remove unneeded semicolonYang Li
2021-02-10KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLBNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guestNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Fix radix guest SLB side channelNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1Ravi Bangoria
2021-02-09powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-02-09KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqsNicholas Piggin
2021-01-30powerpc/kvm: Force selection of CONFIG_PPC_FPUChristophe Leroy
2021-01-30KVM: PPC: Book3S HV: Include prototypesCédric Le Goater
2021-01-30KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15KVM: PPC: Book3S HV: Fix mask size for emulated msgsndpLeonardo Bras
2020-12-15KVM: PPC: fix comparison to bool warningKaixu Xia
2020-12-15KVM: PPC: Book3S: Assign boolean values to a bool variableKaixu Xia
2020-12-11KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numberingCédric Le Goater
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater
2020-12-11powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater
2020-12-11KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug outputCédric Le Goater
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy
2020-12-04KVM: PPC: BOOK3S: PR: Ignore UAMOR SPRAneesh Kumar K.V
2020-12-04KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guestsNicholas Piggin
2020-12-04KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enable...Nicholas Piggin
2020-12-01KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity checkGreg Kurz
2020-11-25Merge branch 'fixes' into nextMichael Ellerman
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy
2020-11-19powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V
2020-11-16KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB pageCédric Le Goater
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches