summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2023-04-20powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy
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-19powerpc: Move script to check relocations at compile time in scripts/Alexandre Ghiti
2023-04-18powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-16Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf
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-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-05powerc/mm: try VMA lock-based page fault handling firstLaurent Dufour
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
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-04powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman