summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-04-20powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020Pali Rohár2-6/+21
2023-04-20powerpc/85xx: p2020: Define just one machine descriptionPali Rohár1-38/+19
2023-04-20powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacksPali Rohár4-15/+36
2023-04-20powerpc/85xx: mpc85xx_ds: Move i8259 code into own filePali Rohár4-47/+72
2023-04-20powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár4-30/+37
2023-04-20powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár4-16/+46
2023-04-20powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy1-2/+0
2023-04-20powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy1-17/+20
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy2-4/+4
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy2-2/+6
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy2-23/+11
2023-04-20powerpc/85xx: Remove DBG() macroChristophe Leroy3-25/+1
2023-04-20powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár2-4/+1
2023-04-20powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...Pali Rohár1-4/+1
2023-04-20powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 supportPali Rohár1-1/+3
2023-04-20powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár1-1/+0
2023-04-20powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár3-22/+22
2023-04-20powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár3-25/+5
2023-04-20powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár1-3/+2
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy4-9/+14
2023-04-20powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin1-0/+2
2023-04-19powerpc: Move script to check relocations at compile time in scripts/Alexandre Ghiti1-16/+2
2023-04-18powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-6/+0
2023-04-18powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)1-7/+9
2023-04-16Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+8
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-1/+1
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 Ellerman2-4/+1
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman4-2/+27
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman7-9/+46
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang1-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+27
2023-04-05powerc/mm: try VMA lock-based page fault handling firstLaurent Dufour3-0/+39
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov6-20/+17
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+1
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg4-25/+25
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