summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár2023-04-204-30/+37
* powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár2023-04-204-16/+46
* powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy2023-04-201-2/+0
* powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy2023-04-201-17/+20
* powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy2023-04-202-4/+4
* powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy2023-04-202-2/+6
* powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy2023-04-202-23/+11
* powerpc/85xx: Remove DBG() macroChristophe Leroy2023-04-203-25/+1
* powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár2023-04-202-4/+1
* powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...Pali Rohár2023-04-201-4/+1
* powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 supportPali Rohár2023-04-201-1/+3
* powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár2023-04-201-1/+0
* powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár2023-04-203-22/+22
* powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár2023-04-203-25/+5
* powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár2023-04-201-3/+2
* powerpc/fsl_uli1575: Misc cleanupChristophe Leroy2023-04-204-9/+14
* powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin2023-04-201-0/+2
* powerpc/boot: Fix crt0.S current address branch formNicholas Piggin2023-04-121-2/+2
* powerpc/32: Include thread_info.h in head_booke.hNathan Chancellor2023-04-111-0/+1
* powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin2023-04-111-5/+0
* powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin2023-04-112-2/+5
* powerpc: differentiate kthread from user kernel thread startNicholas Piggin2023-04-113-6/+39
* powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2023-04-112-36/+64
* powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin2023-04-111-2/+2
* powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin2023-04-113-6/+9
* powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin2023-04-112-4/+1
* powerpc: copy_thread remove unused pkey codeNicholas Piggin2023-04-111-11/+1
* powerpc/64: Always build with 128-bit long doubleMichael Ellerman2023-04-112-4/+1
* powerpc/atomics: Remove unused functionNysal Jan K.A2023-04-041-29/+0
* powerpc: Implement arch_within_stack_framesNicholas Miehlbradt2023-04-043-0/+47
* powerpc: Use of_address_to_resource()Rob Herring2023-04-049-99/+51
* powerpc/usbgecko: Use of_iomap()Rob Herring2023-04-041-19/+1
* powerpc/fsl_rio: Use of_iomap()Rob Herring2023-04-041-20/+3
* powerpc/xics: Use of_address_count()Rob Herring2023-04-041-12/+5
* powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring2023-04-041-129/+37
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-04-0420-114/+226
|\
| * KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras2023-04-034-2/+11
| * KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-0311-26/+78
| * KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-039-31/+47
| * KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin2023-04-035-20/+38
| * KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-039-43/+56
| * KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2023-04-032-1/+4
| * KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul2023-03-271-2/+2
| * KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2023-03-222-3/+4
* | powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-3018-40/+30
* | powerpc: Use of_property_present() for testing DT property presenceRob Herring2023-03-309-13/+12
* | powerpc/rtas: lockdep annotationsNathan Lynch2023-03-301-10/+23
* | powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch2023-03-301-1/+1
* | powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch2023-03-301-0/+17
* | powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch2023-03-301-1/+1