summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: drop MPC832x_MDS platform supportPaul Gortmaker2023-04-208-607/+0
* powerpc: drop MPC837x_MDS platform supportPaul Gortmaker2023-04-209-1611/+0
* powerpc: drop MPC836x_MDS platform supportPaul Gortmaker2023-04-208-756/+0
* powerpc: drop MPC834x_MDS platform supportPaul Gortmaker2023-04-208-569/+0
* powerpc/pseries: Add FW_FEATURE_PLPKS feature flagAndrew Donnellan2023-04-203-2/+8
* selftests/powerpc/dscr: Restore timeout to DSCR selftestsBenjamin Gray2023-04-202-3/+0
* selftests/powerpc/dscr: Speed up DSCR sysfs testsBenjamin Gray2023-04-201-7/+4
* selftests/powerpc/dscr: Improve DSCR explicit random test caseBenjamin Gray2023-04-203-115/+113
* selftests/powerpc/dscr: Add lockstep test cases to DSCR explicit testsBenjamin Gray2023-04-203-14/+159
* selftests/powerpc: Allow bind_to_cpu() to automatically pick CPUBenjamin Gray2023-04-207-15/+21
* selftests/powerpc: Move bind_to_cpu() to utils.hBenjamin Gray2023-04-204-14/+13
* selftests/powerpc/dscr: Correct typosBenjamin Gray2023-04-203-6/+6
* powerpc: Remove duplicate SPRN_HSRR definitionsJoel Stanley2023-04-201-2/+0
* powerpc/64: modules support building with PCREL addresingNicholas Piggin2023-04-205-35/+309
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-2019-38/+228
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-2015-103/+114
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-207-6/+112
* powerpc/64s: Run at the kernel virtual address earlier in bootNicholas Piggin2023-04-201-38/+44
* powerpc/64: Move initial base and TOC pointer calculationNicholas Piggin2023-04-201-9/+22
* powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible stringPali Rohár2023-04-201-1/+1
* powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020Pali Rohár2023-04-202-6/+21
* powerpc/85xx: p2020: Define just one machine descriptionPali Rohár2023-04-201-38/+19
* powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacksPali Rohár2023-04-204-15/+36
* powerpc/85xx: mpc85xx_ds: Move i8259 code into own filePali Rohár2023-04-204-47/+72
* powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár2023-04-204-30/+37
* powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár2023-04-204-16/+46
* powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy2023-04-201-2/+0
* powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy2023-04-201-17/+20
* powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy2023-04-202-4/+4
* powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy2023-04-202-2/+6
* powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy2023-04-202-23/+11
* powerpc/85xx: Remove DBG() macroChristophe Leroy2023-04-203-25/+1
* powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár2023-04-202-4/+1
* powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...Pali Rohár2023-04-201-4/+1
* powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 supportPali Rohár2023-04-201-1/+3
* powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár2023-04-201-1/+0
* 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