summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-20powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin1-0/+2
2023-04-12powerpc/boot: Fix crt0.S current address branch formNicholas Piggin1-2/+2
2023-04-11powerpc/32: Include thread_info.h in head_booke.hNathan Chancellor1-0/+1
2023-04-11powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin1-5/+0
2023-04-11powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin2-2/+5
2023-04-11powerpc: differentiate kthread from user kernel thread startNicholas Piggin3-6/+39
2023-04-11powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2-36/+64
2023-04-11powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin1-2/+2
2023-04-11powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin3-6/+9
2023-04-11powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin2-4/+1
2023-04-11powerpc: copy_thread remove unused pkey codeNicholas Piggin1-11/+1
2023-04-11powerpc/64: Always build with 128-bit long doubleMichael Ellerman3-5/+2
2023-04-04powerpc/atomics: Remove unused functionNysal Jan K.A1-29/+0
2023-04-04powerpc: Implement arch_within_stack_framesNicholas Miehlbradt3-0/+47
2023-04-04powerpc: Use of_address_to_resource()Rob Herring9-99/+51
2023-04-04powerpc/usbgecko: Use of_iomap()Rob Herring1-19/+1
2023-04-04powerpc/fsl_rio: Use of_iomap()Rob Herring1-20/+3
2023-04-04powerpc/xics: Use of_address_count()Rob Herring1-12/+5
2023-04-04powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring1-129/+37
2023-04-04Merge branch 'topic/ppc-kvm' into nextMichael Ellerman20-114/+226
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras4-2/+11
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras11-26/+78
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras9-31/+47
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin5-20/+38
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin9-43/+56
2023-04-03KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2-1/+4
2023-03-30macintosh: Use of_property_present() for testing DT property presenceRob Herring2-2/+2
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring18-40/+30
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring9-13/+12
2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch1-10/+23
2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch1-1/+1
2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch1-0/+17
2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-03-30powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch1-2/+2
2023-03-30macintosh: via-pmu-led: requires ATA to be setRandy Dunlap1-0/+1
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2-3/+8
2023-03-30selftests/powerpc: Make dd output quietBenjamin Gray1-1/+1
2023-03-30selftests/powerpc: Pass make context to childrenBenjamin Gray2-16/+16
2023-03-30selftests/powerpc: Use CLEAN macro to fix make warningBenjamin Gray1-2/+5
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk1-1/+1
2023-03-30macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He1-0/+1
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny2-9/+0
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul1-2/+2
2023-03-22powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain1-9/+1
2023-03-22KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2-3/+4
2023-03-16powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain1-9/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy79-95/+5