summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman2022-12-161-3/+7
* powerpc/qspinlock: Fix 32-bit buildNicholas Piggin2022-12-121-0/+1
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-0822-49/+142
|\
| * objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-181-0/+1
| * objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-182-0/+8
| * powerpc/vdso: Skip objtool from running on VDSO filesSathvika Vasireddy2022-11-181-0/+2
| * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-1810-35/+89
| * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-152-0/+5
| * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-156-13/+32
| * powerpc: Override __ALIGN and __ALIGN_STR macrosSathvika Vasireddy2022-11-151-0/+3
| * powerpc: Fix __WARN_FLAGS() for use with ObjtoolSathvika Vasireddy2022-11-151-1/+2
* | powerpc/prom: Fix 32-bit buildMichael Ellerman2022-12-081-1/+2
* | powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-072-29/+0
* | powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch2022-12-071-9/+10
* | powerpc/rtas: clean up includesNathan Lynch2022-12-071-26/+16
* | powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch2022-12-071-11/+26
* | powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch2022-12-071-10/+1
* | powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch2022-12-071-1/+6
* | powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch2022-12-071-3/+10
* | powerpc/rtasd: use correct OF API for event scan rateNathan Lynch2022-12-071-2/+5
* | powerpc/rtas: document rtas_call()Nathan Lynch2022-12-072-15/+58
* | powerpc/pseries: unregister VPA when hot unplugging a CPULaurent Dufour2022-12-071-0/+1
* | powerpc/pseries: reset the RCU watchdogs after a LPMLaurent Dufour2022-12-071-2/+5
* | powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour2022-12-071-1/+58
* | powerpc: export the CPU node countLaurent Dufour2022-12-072-0/+4
* | powerpc/dts/fsl: Fix pca954x i2c-mux node namesGeert Uytterhoeven2022-12-066-6/+6
* | powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy2022-12-023-15/+1
* | powerpc/feature-fixups: Do not patch init section after initChristophe Leroy2022-12-021-0/+12
* | powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy2022-12-021-49/+28
* | powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy2022-12-021-52/+32
* | powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy2022-12-021-11/+5
* | powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson2022-12-021-12/+0
* | powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure2022-12-021-1/+1
* | powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure2022-12-021-2/+2
* | powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2022-12-022-11/+32
* | powerpc/64s: IOption for MSR stored in r12Rohan McLure2022-12-021-0/+7
* | powerpc/64: Sanitise common exit code for interruptsRohan McLure2022-12-021-0/+6
* | powerpc/64: Add interrupt register sanitisation macrosRohan McLure2022-12-021-0/+19
* | powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS KconfigRohan McLure2022-12-021-0/+9
* | powerpc/hv-gpci: Fix hv_gpci event listKajol Jain2022-12-024-2/+58
* | powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang2022-12-021-1/+1
* | Merge branch 'topic/qspinlock' into nextMichael Ellerman2022-12-028-63/+1215
|\ \
| * | powerpc/qspinlock: add compile-time tuning adjustmentsNicholas Piggin2022-12-022-6/+94
| * | powerpc/qspinlock: provide accounting and options for sleepy locksNicholas Piggin2022-12-022-19/+230
| * | powerpc/qspinlock: allow indefinite spinning on a preempted ownerNicholas Piggin2022-12-021-15/+62
| * | powerpc/qspinlock: reduce remote node steal spinsNicholas Piggin2022-12-021-3/+40
| * | powerpc/qspinlock: use spin_begin/end APINicholas Piggin2022-12-021-4/+35
| * | powerpc/qspinlock: allow lock stealing in trylock and lock fastpathNicholas Piggin2022-12-022-2/+29
| * | powerpc/qspinlock: add ability to prod new queue head CPUNicholas Piggin2022-12-021-2/+29
| * | powerpc/qspinlock: allow propagation of yield CPU down the queueNicholas Piggin2022-12-021-0/+79