aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativeJean-Sébastien Pédron2014-09-161-0/+2
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+1
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesJean-Sébastien Pédron2014-08-231-1/+1
* Fix two files forgotten in r269783 (vt_generate_cons_palette)Jean-Sébastien Pédron2014-08-101-2/+2
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-061-5/+1
* Fix allocation of 128MB extended memory region, broken since some carelessNathan Whitehorn2014-07-201-8/+5
* Enable X11 via xf86-video-scfb on the Playstation 3. This commit made fromNathan Whitehorn2014-07-191-0/+3
* Repair some races in IPI handling:Nathan Whitehorn2014-05-121-2/+3
* Fix interrupt allocation after changes to nexus. This makes PS3 bootNathan Whitehorn2014-05-111-2/+12
* Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-111-622/+47
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-011-25/+35
* - Provide necessary includes.Gleb Smirnoff2013-10-291-3/+4
* Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs onNathan Whitehorn2013-09-291-3/+8
* MFcalloutng:Davide Italiano2013-02-281-2/+2
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Introduce PLATFORMMETHOD_END and use it.Rui Paulo2013-02-131-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-3/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-2/+2
* Avoid warnings about duplicate modules.Nathan Whitehorn2012-02-041-1/+1
* Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices beNathan Whitehorn2012-01-151-6/+8
* Now that we can tolerate LPAR context switches on the PS3 hypervisor, goingNathan Whitehorn2012-01-151-10/+0
* Support infrastructure for X11 on PS3.Nathan Whitehorn2011-12-184-8/+49
* Add version header to output file.Nathan Whitehorn2011-12-181-0/+1
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-142-6/+12
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-223-13/+6
* The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.Nathan Whitehorn2011-11-211-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-17/+20
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixNathan Whitehorn2011-08-141-0/+703
* Follow Linux by unconditionally stripping the RX vlan tag from incomingNathan Whitehorn2011-07-051-4/+7
* Use atomic operations to mask and unmask IRQs. This prevents a problemNathan Whitehorn2011-06-231-8/+8
* Use 4 KB pages for storage bus devices, which seems to be what the HV usesNathan Whitehorn2011-06-231-2/+6
* Rework the PS3 disk driver to support NCQ and do its DMA a littleNathan Whitehorn2011-06-231-388/+189
* Add hypervisor call error codes.Nathan Whitehorn2011-06-232-0/+56
* This is more complicated than I expected. Storage devices need the IOMMUNathan Whitehorn2011-06-221-2/+11
* The IOMMU is not involved for the storage bus.Nathan Whitehorn2011-06-221-2/+1
* Work/hack around some race conditions present in the hardware/HV interface.Nathan Whitehorn2011-06-201-14/+33
* Make this slightly less yelly about regions that the hypervisor protectsNathan Whitehorn2011-06-201-2/+10
* Add an OHCI driver to complement the EHCI one. The infrastructure to attachNathan Whitehorn2011-06-201-0/+170
* Driver for PS3's internal hard disk. Hopefully this can be CAM-ified inNathan Whitehorn2011-06-203-22/+1068
* Add RTC support for the LV1 clock on the PS3. The hypervisor won't let usNathan Whitehorn2011-05-241-1/+33