aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-7/+7
* powerpc ps3bus: Use bus_generic_rman_*John Baldwin2024-01-231-56/+74
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* ehci_ps3: Remove unused struct definition.John Baldwin2023-11-231-5/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* ps3: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1212-12/+12
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-261-1/+1
* Mechanically convert ps3 if_glc(4) to IfAPIJustin Hibbits2023-01-312-54/+52
* powerpc ps3: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-107-21/+7
* ps3fb: Remove unused variable.John Baldwin2022-04-121-3/+0
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-1/+1
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-211-0/+1
* powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits2021-05-061-0/+1
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-1/+90
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-26/+15
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-271-28/+34
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-26/+25
* powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits2019-07-251-5/+5
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-121-9/+9
* powerpc: Fix regression introduced in r342771Conrad Meyer2019-01-071-2/+9
* Expose threads-per-core and physical core count informationConrad Meyer2019-01-041-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-4/+2
* Honor physical memory regions marked unavailable in the FDT, when present.Nathan Whitehorn2018-03-031-28/+39
* Remove assumption that all physical memory is available to the kernel andNathan Whitehorn2018-03-031-1/+1
* Avoid dereferencing random memory when kickstarting DMA.Nathan Whitehorn2018-02-241-1/+2
* Merge AIM and Book-E PCPU fieldsJustin Hibbits2018-02-171-1/+1
* Document places we assume that physical memory is direct-mapped at zero byNathan Whitehorn2018-01-131-1/+1
* Fix reversed endianness that crept in at some point. Blue is now blueNathan Whitehorn2018-01-021-1/+1
* Use data from the boot loader to pick the appropriate output graphics modeNathan Whitehorn2017-12-311-3/+49
* Remove logic for early console with loader.ps3 now that loader.ps3 is dead.Nathan Whitehorn2017-12-301-7/+8
* Change the way SMP startup works to match the new multi-AP features inNathan Whitehorn2017-12-301-12/+17
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-0/+24
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-226-6/+0
* Another conversion u_long -> rman_res_tJustin Hibbits2016-02-161-5/+5
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-281-1/+12
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-1/+0
* New pmap implementation for 64-bit PowerPC processors. The main focus ofNathan Whitehorn2015-02-241-121/+94
* Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.Nathan Whitehorn2015-02-221-5/+5
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-052-0/+4
* Use FDT properties to identify a PS3 if present.Nathan Whitehorn2015-01-052-10/+18
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearNathan Whitehorn2015-01-051-2/+5