summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2023-10-17powerpc/pseries: PLPKS SED Opal keystore supportGreg Joyce3-0/+138
2023-10-11powerpc: Remove now superfluous sentinel element from ctl_table arraysJoel Granados1-1/+0
2023-09-30powerpc/pseries: Remove unused r0 in the hcall tracing codeAthira Rajeev1-4/+0
2023-09-30powerpc/pseries: Fix STK_PARAM access in the hcall tracing codeAthira Rajeev1-3/+1
2023-09-18powerpc/82xx: Select FSL_SOCChristophe Leroy1-2/+1
2023-09-18powerpc/32: Add dependencies of POWER_RESET for pmac32Yuan Tan1-0/+1
2023-09-18powerpc/powermac: add missing of_node_putJulia Lawall2-2/+6
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds100-657/+490
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+2
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+0
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-25powerpc/pseries: Remove unused hcall tracing instructionNicholas Piggin1-1/+0
2023-08-25powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=nNicholas Piggin1-0/+1
2023-08-25powerpc/eeh: Use pci_dev_id() to simplify the codeJialin Zhang1-2/+1
2023-08-25powerpc/64s: Move CPU -mtune options into KconfigMichael Ellerman1-0/+7
2023-08-25powerpc/powermac: Fix unused function warningMichael Ellerman1-4/+4
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey3-12/+4
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman3-1/+3
2023-08-24powerpc/powernv: Use struct opal_prd_msg in more placesMichael Ellerman1-5/+5
2023-08-24powerpc/powernv: Fix fortify source warnings in opal-prd.cMichael Ellerman1-5/+12
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2-4/+4
2023-08-23powerpc/powernv: fix debugfs_create_dir() error checkingImmad Mir1-2/+2
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2-4/+4
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V1-0/+1
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek1-2/+0
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V4-67/+12
2023-08-18powerpc/4xx: Add missing includes to fix no previous prototype errorsChristophe Leroy2-0/+2
2023-08-18powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...Christophe Leroy1-55/+0
2023-08-18powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy1-12/+5
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy2-22/+5
2023-08-18powerpc/82xx: Remove pq2_init_pciChristophe Leroy1-46/+0
2023-08-18powerpc/83xx: Split usb.cChristophe Leroy4-119/+152
2023-08-18powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...Christophe Leroy2-22/+15
2023-08-18powerpc/512x: Make mpc512x_select_reset_compat() staticChristophe Leroy2-16/+15
2023-08-18powerpc/ps3: refactor strncpy usageJustin Stitt1-2/+2
2023-08-16powerpc/powernv/pci: use pci_dev_id() to simplify the codeXiongfeng Wang1-3/+3
2023-08-16powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie1-0/+1
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy2-54/+22
2023-08-16powerpc: Remove CONFIG_PCI_8260Christophe Leroy1-0/+1
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy3-16/+0
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy3-3/+1
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy1-1/+0
2023-08-16ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai1-1/+1
2023-08-14powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap1-1/+1
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman3-9/+25
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2023-08-09net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy3-3/+0
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2-2/+0