summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy
2023-04-20powerpc/85xx: Remove DBG() macroChristophe Leroy
2023-04-20powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár
2023-04-20powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...Pali Rohár
2023-04-20powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 supportPali Rohár
2023-04-20powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár
2023-04-20powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár
2023-04-20powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár
2023-04-20powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy
2023-04-20powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin
2023-04-12powerpc/boot: Fix crt0.S current address branch formNicholas Piggin
2023-04-11powerpc/32: Include thread_info.h in head_booke.hNathan Chancellor
2023-04-11powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin
2023-04-11powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin
2023-04-11powerpc: differentiate kthread from user kernel thread startNicholas Piggin
2023-04-11powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin
2023-04-11powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin
2023-04-11powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin
2023-04-11powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin
2023-04-11powerpc: copy_thread remove unused pkey codeNicholas Piggin
2023-04-11powerpc/64: Always build with 128-bit long doubleMichael Ellerman
2023-04-04powerpc/atomics: Remove unused functionNysal Jan K.A
2023-04-04powerpc: Implement arch_within_stack_framesNicholas Miehlbradt
2023-04-04powerpc: Use of_address_to_resource()Rob Herring
2023-04-04powerpc/usbgecko: Use of_iomap()Rob Herring
2023-04-04powerpc/fsl_rio: Use of_iomap()Rob Herring
2023-04-04powerpc/xics: Use of_address_count()Rob Herring
2023-04-04powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring
2023-04-04Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin
2023-04-03KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring
2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch
2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch
2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch
2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch
2023-03-30powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul