summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy1-4/+4
2023-03-16powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2-8/+2
2023-03-16powerpc/47x: Split ppc47x machine in twoChristophe Leroy1-20/+17
2023-03-14powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy62-631/+88
2023-03-14powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2-6/+8
2023-03-14powerpc/machdep: Make machine name constChristophe Leroy1-1/+1
2023-03-14powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+Nathan Chancellor1-2/+1
2023-03-14powerpc: Fix use of '-mabi=elfv2' with clangNathan Chancellor1-3/+1
2023-03-14powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPERNathan Chancellor1-3/+3