summaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-24ps3disk.c: Rewrite ps3disk_transferChattrapat Sangmanee
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-09-13ps3: add elfv2 supportChattrapat Sangmanee
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin
2024-01-23powerpc ps3bus: Use bus_generic_rman_*John Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23ehci_ps3: Remove unused struct definition.John Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-16ps3: Don't add $FreeBSD$ to generated fileWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-26powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj
2023-01-31Mechanically convert ps3 if_glc(4) to IfAPIJustin Hibbits
2022-05-10powerpc ps3: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-12ps3fb: Remove unused variable.John Baldwin
2021-11-25vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori
2021-05-21cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala
2021-05-05powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-27powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-07-25powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-01-12powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits
2019-01-07powerpc: Fix regression introduced in r342771Conrad Meyer
2019-01-04Expose threads-per-core and physical core count informationConrad Meyer
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-07Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn
2018-03-03Honor physical memory regions marked unavailable in the FDT, when present.Nathan Whitehorn
2018-03-03Remove assumption that all physical memory is available to the kernel andNathan Whitehorn
2018-02-24Avoid dereferencing random memory when kickstarting DMA.Nathan Whitehorn
2018-02-17Merge AIM and Book-E PCPU fieldsJustin Hibbits
2018-01-13Document places we assume that physical memory is direct-mapped at zero byNathan Whitehorn
2018-01-02Fix reversed endianness that crept in at some point. Blue is now blueNathan Whitehorn
2017-12-31Use data from the boot loader to pick the appropriate output graphics modeNathan Whitehorn
2017-12-30Remove logic for early console with loader.ps3 now that loader.ps3 is dead.Nathan Whitehorn
2017-12-30Change the way SMP startup works to match the new multi-AP features inNathan Whitehorn
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-03-22Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2016-02-16Another conversion u_long -> rman_res_tJustin Hibbits
2016-01-28EHCI: Make core reset and port speed reading more generic.Michal Meloun