summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek2023-08-181-2/+0
* powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-184-67/+12
* powerpc/4xx: Add missing includes to fix no previous prototype errorsChristophe Leroy2023-08-182-0/+2
* powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...Christophe Leroy2023-08-181-55/+0
* powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+5
* powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy2023-08-182-22/+5
* powerpc/82xx: Remove pq2_init_pciChristophe Leroy2023-08-181-46/+0
* powerpc/83xx: Split usb.cChristophe Leroy2023-08-184-119/+152
* powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...Christophe Leroy2023-08-182-22/+15
* powerpc/512x: Make mpc512x_select_reset_compat() staticChristophe Leroy2023-08-182-16/+15
* powerpc/ps3: refactor strncpy usageJustin Stitt2023-08-181-2/+2
* powerpc/powernv/pci: use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-161-3/+3
* powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie2023-08-161-0/+1
* powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy2023-08-162-54/+22
* powerpc: Remove CONFIG_PCI_8260Christophe Leroy2023-08-161-0/+1
* powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-163-16/+0
* powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2023-08-163-3/+1
* powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2023-08-161-1/+0
* ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-161-1/+1
* powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap2023-08-141-1/+1
* Merge branch 'topic/cpu-smt' into nextMichael Ellerman2023-08-143-9/+25
|\
| * powerpc/pseries: Honour current SMT state when DLPAR onlining CPUsMichael Ellerman2023-08-021-0/+8
| * powerpc/pseries: Initialise CPU hotplug callbacks earlierMichael Ellerman2023-08-023-9/+17
* | powerpc/ep8248e: Mark driver as non removableUwe Kleine-König2023-08-021-7/+1
* | powerpc: address missing-prototypes warningsArnd Bergmann2023-08-026-1/+9
* | powerpc: Explicitly include correct DT includesRob Herring2023-08-0253-52/+64
|/
* powerpc/512x: lpbfifo: Convert to platform remove callback returning voidUwe Kleine-König2023-07-171-4/+2
* powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window closeHaren Myneni2023-07-171-2/+7
* powerpc: Include asm/nmi.c in mobility.c for watchdog_hardlockup_set_timeout_...Douglas Anderson2023-07-031-0/+1
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-3025-1705/+63
|\
| * powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memoryGaurav Batra2023-06-261-4/+14
| * powerpc: powernv: Annotate data races in opal eventsRohan McLure2023-06-211-3/+3
| * powerpc: powernv: Fix KCSAN datarace warnings on idle_state contentionRohan McLure2023-06-211-7/+9
| * powerpc/powernv/pci: Remove last IODA1 definesJoel Stanley2023-06-212-3/+3
| * powerpc/powernv/pci: Remove MVE codeJoel Stanley2023-06-212-24/+1
| * powerpc/powernv/pci: Remove ioda1 supportJoel Stanley2023-06-213-455/+2
| * powerpc: 52xx: Make immr_id DT match tables staticRob Herring2023-06-212-2/+2
| * powerpc: mpc512x: Remove open coded "ranges" parsingRob Herring2023-06-211-32/+14
| * powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring2023-06-211-6/+6
| * powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker2023-06-212-388/+0
| * powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker2023-06-212-164/+0
| * powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King2023-06-191-3/+3
| * powerpc/64s: Fix VAS mm use after freeNicholas Piggin2023-06-152-2/+2
| * powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-142-2/+2
| * powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is setRandy Dunlap2023-06-091-2/+2
| * Merge branch 'fixes' into nextMichael Ellerman2023-06-093-56/+21
| |\
| * | powerpc: Drop MPC5200 LocalPlus bus FIFO driverUwe Kleine-König2023-05-153-601/+0
| * | powerpc/spufs: remove unneeded if-checksTom Rix2023-05-151-6/+0
| * | powerpc: delete empty config entry for PPC_86xxRandy Dunlap2023-05-151-1/+0
* | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-2/+2
|\ \ \