summaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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