summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-08powerpc/prom: Fix 32-bit buildMichael Ellerman1-1/+2
2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2-29/+0
2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch1-9/+10
2022-12-07powerpc/rtas: clean up includesNathan Lynch1-26/+16
2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch1-11/+26
2022-12-07powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch1-10/+1
2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2022-12-07powerpc/rtasd: use correct OF API for event scan rateNathan Lynch1-2/+5
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch2-15/+58
2022-12-07powerpc/pseries: unregister VPA when hot unplugging a CPULaurent Dufour1-0/+1
2022-12-07powerpc/pseries: reset the RCU watchdogs after a LPMLaurent Dufour1-2/+5
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour1-1/+58
2022-12-07powerpc: export the CPU node countLaurent Dufour2-0/+4
2022-12-06powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze stateAboorva Devarajan2-3/+10
2022-12-06powerpc/dts/fsl: Fix pca954x i2c-mux node namesGeert Uytterhoeven6-6/+6
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas1-7/+0
2022-12-05selftests/powerpc: Fix resource leaksMiaoqian Lin1-1/+4
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy3-15/+1
2022-12-02powerpc/feature-fixups: Do not patch init section after initChristophe Leroy1-0/+12
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy1-49/+28
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy1-52/+32
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-11/+5
2022-12-02powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson1-12/+0
2022-12-02powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure1-1/+1
2022-12-02powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure1-2/+2
2022-12-02powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2-11/+32
2022-12-02powerpc/64s: IOption for MSR stored in r12Rohan McLure1-0/+7
2022-12-02powerpc/64: Sanitise common exit code for interruptsRohan McLure1-0/+6
2022-12-02powerpc/64: Add interrupt register sanitisation macrosRohan McLure1-0/+19
2022-12-02powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS KconfigRohan McLure1-0/+9
2022-12-02powerpc/hv-gpci: Fix hv_gpci event listKajol Jain4-2/+58
2022-12-02powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang1-1/+1
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman8-63/+1215
2022-12-02selftests/powerpc: Add ptrace setup_core_pattern() null-terminatorBenjamin Gray1-1/+3
2022-12-02selftests/powerpc: Use mfspr/mtspr macrosBenjamin Gray4-21/+10
2022-12-02selftests: powerpc: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-02powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsNicholas Piggin5-1/+160
2022-12-02powerpc: remove STACK_FRAME_OVERHEADNicholas Piggin1-13/+11
2022-12-02powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizesNicholas Piggin1-5/+15
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin12-20/+20
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin4-16/+30
2022-12-02powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin1-0/+2
2022-12-02powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin1-1/+3
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin4-10/+16
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin3-8/+8
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin5-7/+6
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin8-11/+13
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin18-100/+100
2022-12-02powerpc: simplify ppc_save_regsNicholas Piggin1-42/+15