summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-13/+12
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-10-29powerpc: Convert to physical address DMA mappingLeon Romanovsky-14/+19
2025-10-22arch: powerpc: ps3: Make ps3_system_bus_type constAdrian Barnaś-1/+1
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2025-05-16powerpc: Switch irq_domain_add_nomap() to use fwnodeJiri Slaby (SUSE)-1/+1
2025-04-16powerpc/ps3: Use str_write_read() in ps3_notification_read_write()Thorsten Blum-1/+2
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-1/+1
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-2/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-4/+1
2024-11-14powerpc/ps3: Reorganize kerneldoc parameter namesJulia Lawall-2/+2
2024-11-07powerpc/ps3: Mark ps3_setup_uhc_device() __initGeert Uytterhoeven-1/+1
2024-11-05powerpc/ps3: replace open-coded sysfs_emit functionPaulo Miguel Almeida-3/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan-2/+2
2024-04-03powerpc: Fix PS3 allmodconfig warningGeoff Levand-29/+32
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-131/+167
2024-02-21powerpc/ps3: Make real stack frames for LV1 hcallsNicholas Piggin-58/+94
2024-02-21powerpc/ps3: lv1 hcall code use symbolic constant for LR save offsetNicholas Piggin-64/+64
2024-02-21powerpc/ps3: Fix lv1 hcall assembly for ELFv2 calling conventionNicholas Piggin-9/+9
2024-02-09drivers/ps3: select VIDEO to provide cmdline functionsRandy Dunlap-0/+1
2023-12-21powerpc/ps3: Add missing set_freezable() for ps3_probe_thread()Kevin Hao-0/+1
2023-11-21powerpc/ps3: move udbg_shutdown_ps3gelic prototypeArnd Bergmann-13/+2
2023-08-18powerpc/ps3: refactor strncpy usageJustin Stitt-2/+2
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy-3/+1
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+1
2023-02-12powerpc/ps3: Change updateboltedpp() panic to infoGeoff Levand-1/+1
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell-1/+1
2022-11-30powerpc/ps3: mark ps3_system_bus_type staticChristoph Hellwig-1/+1
2022-07-27powerpc: Remove remaining parts of oprofileChristophe Leroy-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy-1/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-4/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall-2/+2
2022-05-04powerpc: Fix spelling mistake "mesages" -> "messages" in KconfigColin Ian King-1/+1
2022-03-09powerpc/ps3: remove unneeded semicolonsjing yangyang-2/+2
2021-12-23powerpc/ps3: Add __init attribute to eligible functionsNick Child-24/+24
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+8
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2021-08-09powerpc/iommu: return error code from .map_sg() opsMartin Oliveira-1/+1
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini-3/+8
2021-07-21bus: Make remove callback return voidUwe Kleine-König-2/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-7/+66
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier-0/+1
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier-2/+2
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier-0/+1
2021-06-10powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand-0/+12
2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand-4/+5