aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman1-1/+1
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin3-15/+20
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman1-3/+3
2021-02-11KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guestsNicholas Piggin1-0/+3
2021-02-11KVM: PPC: Book3S HV: Ensure radix guest has no SLB entriesPaul Mackerras1-1/+5
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2-2/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-21/+23
2021-02-10crypto: powerpc/sha256 - remove unneeded semicolonYang Li1-1/+1
2021-02-10KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas3-2/+13
2021-02-10KVM: PPC: Book3S HV: Save and restore FSCR in the P9 pathFabiano Rosas1-0/+4
2021-02-10KVM: PPC: remove unneeded semicolonYang Li1-1/+1
2021-02-10KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLBNicholas Piggin1-3/+3
2021-02-10KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guestNicholas Piggin1-1/+5
2021-02-10KVM: PPC: Book3S HV: Fix radix guest SLB side channelNicholas Piggin1-8/+31
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode supportNicholas Piggin5-226/+32
2021-02-10KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria3-0/+23
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria7-1/+87
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria5-30/+30
2021-02-10KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1Ravi Bangoria2-12/+60
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-1/+0
2021-02-09powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman1-0/+45
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman1-0/+3
2021-02-09powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl1-65/+73
2021-02-09powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy1-2/+8
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy5-9/+9
2021-02-09powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2-7/+8
2021-02-09powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2-11/+3
2021-02-09powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-02-09powerpc/sstep: Fix load-store and update emulationSandipan Das1-0/+14
2021-02-09powerpc/8xx: Fix software emulation interruptChristophe Leroy1-1/+1
2021-02-09powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev1-4/+15
2021-02-09powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch1-4/+3
2021-02-09powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin1-3/+20
2021-02-09powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2-10/+23
2021-02-09powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin1-4/+56
2021-02-09powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin1-10/+6
2021-02-09powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin1-13/+25
2021-02-09powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin1-82/+94
2021-02-09powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin1-6/+21
2021-02-09powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev4-15/+39
2021-02-09powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev1-6/+12
2021-02-09powerpc/pkeys: Remove unused codeSandipan Das2-9/+0
2021-02-09powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury1-2/+2
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan16-29/+29
2021-02-09powerpc/akebono: Fix unmet dependency errorsMichael Ellerman2-7/+5
2021-02-09powerpc/64s: runlatch interrupt handling in CNicholas Piggin2-18/+7
2021-02-09powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2-60/+25
2021-02-09powerpc: move NMI entry/exit code into wrapperNicholas Piggin4-46/+38
2021-02-09powerpc/pseries/mce: restore msr before returning from handlerNicholas Piggin1-4/+15