summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-1/+2
|\ \ \
| * | | powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V2023-08-211-1/+1
| * | | powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-181-0/+1
| |/ /
* | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-293-3/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-4/+4
| |\ \ \ | | | |/ | | |/|
| * | | net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy2023-08-083-3/+0
| | |/ | |/|
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-1/+1
|\ \ \ | |_|/ |/| |
| * | spufs: convert to ctime accessor functionsJeff Layton2023-07-101-1/+1
* | | powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Benjamin Gray2023-08-021-3/+3
* | | powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman2023-08-011-1/+1
| |/ |/|
* | 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
|\ \ \
| * | | watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-091-2/+2