index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
85xx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-01
powerpc/85xx: Fix typo in code comment
Dario Binacchi
1
-1
/
+1
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
22
-26
/
+27
2023-08-23
powerpc/85xx: Mark some functions static and add missing includes to fix no p...
Christophe Leroy
2
-4
/
+4
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
20
-22
/
+23
2023-08-01
powerpc/64e: Fix secondary thread bringup for ELFv2 kernels
Michael Ellerman
1
-1
/
+1
2023-06-21
powerpc: drop MPC85xx_CDS platform support
Paul Gortmaker
2
-388
/
+0
2023-06-21
powerpc: drop MPC8540_ADS and MPC8560_ADS platform support
Paul Gortmaker
2
-164
/
+0
2023-04-20
powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020
Pali Rohár
2
-6
/
+21
2023-04-20
powerpc/85xx: p2020: Define just one machine description
Pali Rohár
1
-38
/
+19
2023-04-20
powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks
Pali Rohár
4
-15
/
+36
2023-04-20
powerpc/85xx: mpc85xx_ds: Move i8259 code into own file
Pali Rohár
4
-47
/
+72
2023-04-20
powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.c
Pali Rohár
4
-30
/
+37
2023-04-20
powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.c
Pali Rohár
4
-16
/
+46
2023-04-20
powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdb
Christophe Leroy
1
-2
/
+0
2023-04-20
powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_ds
Christophe Leroy
1
-17
/
+20
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macro
Christophe Leroy
2
-4
/
+4
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()
Christophe Leroy
2
-2
/
+6
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()
Christophe Leroy
2
-23
/
+11
2023-04-20
powerpc/85xx: Remove DBG() macro
Christophe Leroy
3
-25
/
+1
2023-04-20
powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575
Pali Rohár
1
-1
/
+0
2023-04-20
powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver file
Pali Rohár
1
-22
/
+1
2023-04-20
powerpc/fsl_uli1575: Simplify uli_exclude_device() usage
Pali Rohár
1
-12
/
+1
2023-04-20
powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() function
Pali Rohár
1
-3
/
+2
2023-04-20
powerpc/fsl_uli1575: Misc cleanup
Christophe Leroy
1
-3
/
+1
2023-03-16
powerpc: Make generic_calibrate_decr() the default
Christophe Leroy
24
-39
/
+0
2023-03-16
powerpc/85xx: Fix function naming for p1023_rdb platform
Christophe Leroy
1
-4
/
+4
2023-03-14
powerpc/platforms: Use 'compatible' property for simple cases
Christophe Leroy
21
-294
/
+36
2022-11-24
powerpc/sgy_cts1000: convert to using gpiod API and facelift
Dmitry Torokhov
1
-79
/
+53
2022-09-26
powerpc: Cleanup idle for e500
Christophe Leroy
2
-8
/
+0
2022-09-26
powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500
Christophe Leroy
1
-1
/
+1
2022-09-26
powerpc: Remove redundant selection of E500 and E500MC
Christophe Leroy
1
-3
/
+0
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E
Christophe Leroy
1
-1
/
+1
2022-09-08
powerpc/85xx: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2022-09-05
powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()
Liang He
1
-2
/
+4
2022-09-05
powerpc/85xx: Add missing of_node_put() in sgy_cst1000
Liang He
1
-13
/
+22
2022-09-05
powerpc/85xx: Add missing of_node_put() in ksi8560.c
Liang He
1
-0
/
+2
2022-07-28
powerpc/85xx: Fix description of MPC85xx and P1/P2 boards options
Pali Rohár
1
-8
/
+10
2022-05-22
powerpc/85xx: Remove FSL_85XX_CACHE_SRAM
Christophe Leroy
1
-9
/
+0
2022-05-08
powerpc: Add missing headers
Christophe Leroy
8
-5
/
+9
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
9
-9
/
+0
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-04-27
powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()
Michael Ellerman
1
-1
/
+1
2022-02-07
powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINT
Christophe Leroy
1
-1
/
+1
2022-01-31
powerpc/e500/qemu-e500: allow core to idle without waiting
Tobias Waldekranz
1
-0
/
+5
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
8
-9
/
+11
2021-12-23
powerpc/85xx: Add __init attribute to eligible functions
Nick Child
5
-6
/
+6
2021-11-29
powerpc/85xx: Make c293_pcie_pic_init() static
Michael Ellerman
1
-1
/
+1
2021-11-29
powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
Michael Ellerman
1
-2
/
+2
2021-11-29
powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()
Michael Ellerman
1
-0
/
+2
2021-11-29
powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
Xiaoming Ni
1
-2
/
+2
[next]