aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2022-12-02powerpc/qspinlock: allow propagation of yield CPU down the queueNicholas Piggin1-0/+79
2022-12-02powerpc/qspinlock: allow stealing when head of queue yieldsNicholas Piggin1-3/+56
2022-12-02powerpc/qspinlock: implement option to yield to previous nodeNicholas Piggin1-1/+45
2022-12-02powerpc/qspinlock: paravirt yield to lock ownerNicholas Piggin1-12/+87
2022-12-02powerpc/qspinlock: store owner CPU in lock wordNicholas Piggin3-4/+22
2022-12-02powerpc/qspinlock: theft prevention to control latencyNicholas Piggin2-1/+60
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingNicholas Piggin2-9/+124
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyNicholas Piggin3-42/+68
2022-12-02powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx.Nicholas Piggin2-7/+18
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersNicholas Piggin3-6/+214
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin8-69/+65
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-22/+0
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand2-77/+5
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray4-0/+31
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray2-37/+0
2022-11-30cxl: Use radix__flush_all_mm instead of generic flush_all_mmBenjamin Gray1-3/+3
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray2-46/+9
2022-11-30powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray1-8/+9
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe2-3/+37
2022-11-30powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryPali Rohár1-0/+13
2022-11-30powerpc: dts: turris1x.dts: Add channel labels for temperature sensorPali Rohár1-0/+14
2022-11-30powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh1-1/+0
2022-11-30powerpc/ps3: mark ps3_system_bus_type staticChristoph Hellwig2-5/+1
2022-11-30Merge branch 'fixes' into nextMichael Ellerman20-81/+261
2022-11-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman7-22/+26
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin3-9/+15
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman1-1/+1
2022-11-26powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman1-0/+1
2022-11-24powerpc: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-24powerpc/pseries: fix plpks_read_var() code for different consumersNayna Jain1-10/+18
2022-11-24powerpc/pseries: replace kmalloc with kzalloc in PLPKS driverNayna Jain1-6/+2
2022-11-24powerpc/pseries: cleanup error logs in plpks driverNayna Jain1-10/+0
2022-11-24powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED errorNayna Jain1-1/+1
2022-11-24powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain2-3/+2
2022-11-24powerpc/pseries: fix the object owners enum value in plpks driverNayna Jain1-1/+1
2022-11-24powerpc/powermac: Fix symbol not declared warningsChen Lifu1-13/+5
2022-11-24powerpc/pseries/eeh: Fix some kernel-doc warningsBo Liu1-2/+2
2022-11-24powerpc/8xx: Fix warning in hw_breakpoint_handler()Russell Currey1-1/+1
2022-11-24powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao1-6/+6
2022-11-24powerpc/kprobes: Have optimized_callback() use preempt_enable()Naveen N. Rao1-1/+1
2022-11-24powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...Naveen N. Rao1-2/+0
2022-11-24powerpc/mpic_msgr: fix cast removes address space of expression warningsruanjinjie1-2/+2
2022-11-24powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang1-0/+1
2022-11-24powerpc: suppress some linker warnings in recent linker versionsStephen Rothwell1-1/+14
2022-11-24powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET1-3/+3
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin2-37/+3
2022-11-24powerpc: Print instruction dump on a single lineMichael Ellerman1-4/+1
2022-11-24powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman1-1/+1
2022-11-24powerpc/microwatt: Add litesdJoel Stanley1-0/+22