summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch2023-03-301-2/+2
| * | | | powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap2023-03-301-3/+2
| * | | | powerpc/wii: fix resource printk format warningsRandy Dunlap2023-03-303-4/+4
| * | | | powerpc/mpc512x: fix resource printk format warningRandy Dunlap2023-03-301-1/+1
| * | | | powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2023-03-302-3/+8
| * | | | powerpc/pseries: Add spaces around / operatorPetr Vaněk2023-03-301-1/+1
| * | | | powerpc: Remove memcpy_page_flushcache()Ira Weiny2023-03-292-9/+0
| * | | | powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain2023-03-221-9/+1
| * | | | powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain2023-03-161-9/+1
| * | | | powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-1679-95/+5
| * | | | powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy2023-03-161-4/+4
| * | | | powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2023-03-162-8/+2