index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
powerpc
/
ps3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the resource_list_print_type() calls to use uintmax_t.
jhibbits
2016-03-22
1
-2
/
+2
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
6
-6
/
+0
*
Another conversion u_long -> rman_res_t
jhibbits
2016-02-16
1
-5
/
+5
*
EHCI: Make core reset and port speed reading more generic.
mmel
2016-01-28
1
-1
/
+12
*
Add support for USB display link adapters to the FB and VT drivers.
hselasky
2015-03-07
1
-1
/
+0
*
New pmap implementation for 64-bit PowerPC processors. The main focus of
nwhitehorn
2015-02-24
1
-121
/
+94
*
Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.
nwhitehorn
2015-02-22
1
-5
/
+5
*
Add 64-bit DMA support in the XHCI controller driver.
hselasky
2015-01-05
2
-0
/
+4
*
Use FDT properties to identify a PS3 if present.
nwhitehorn
2015-01-05
2
-10
/
+18
*
Make PS3 work with the userspace kboot loader. loader.ps3 will disappear
nwhitehorn
2015-01-05
1
-2
/
+5
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-5
/
+5
*
vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative
dumbbell
2014-09-16
1
-0
/
+2
*
vt(4): Add vd_bitblt_bmp_t callback
dumbbell
2014-08-23
1
-0
/
+1
*
vt_fb: Implement vd_bitblt_text_t for vt_fb and derivatives
dumbbell
2014-08-23
1
-1
/
+1
*
Fix two files forgotten in r269783 (vt_generate_cons_palette)
dumbbell
2014-08-10
1
-2
/
+2
*
Retire vd_maskbitbltchr. The same functionality can be obtained by testing
nwhitehorn
2014-08-07
1
-1
/
+0
*
Retire various intertwined bits of fbd(4) and vt_fb, in particular the
nwhitehorn
2014-08-06
1
-5
/
+1
*
Fix allocation of 128MB extended memory region, broken since some careless
nwhitehorn
2014-07-20
1
-8
/
+5
*
Enable X11 via xf86-video-scfb on the Playstation 3. This commit made from
nwhitehorn
2014-07-19
1
-0
/
+3
*
Repair some races in IPI handling:
nwhitehorn
2014-05-12
1
-2
/
+3
*
Fix interrupt allocation after changes to nexus. This makes PS3 boot
nwhitehorn
2014-05-11
1
-2
/
+12
*
Move the PS3 framebuffer console to use vt instead of syscons and adjust
nwhitehorn
2014-05-11
1
-622
/
+47
*
Rearchitect platform memory map parsing to make it less
nwhitehorn
2013-12-01
1
-25
/
+35
*
- Provide necessary includes.
glebius
2013-10-29
1
-3
/
+4
*
Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on
nwhitehorn
2013-09-29
1
-3
/
+8
*
MFcalloutng:
davide
2013-02-28
1
-2
/
+2
*
Merge from vmobj-rwlock branch:
attilio
2013-02-26
1
-1
/
+0
*
Introduce PLATFORMMETHOD_END and use it.
rpaulo
2013-02-13
1
-1
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-3
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
- Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
jhb
2012-03-01
1
-2
/
+2
*
Avoid warnings about duplicate modules.
nwhitehorn
2012-02-04
1
-1
/
+1
*
Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices be
nwhitehorn
2012-01-15
1
-6
/
+8
*
Now that we can tolerate LPAR context switches on the PS3 hypervisor, going
nwhitehorn
2012-01-15
1
-10
/
+0
*
Support infrastructure for X11 on PS3.
nwhitehorn
2011-12-18
4
-8
/
+49
*
Add version header to output file.
nwhitehorn
2011-12-18
1
-0
/
+1
*
Implement better support for USB controller suspend and resume.
hselasky
2011-12-14
2
-6
/
+12
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
3
-13
/
+6
*
The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.
nwhitehorn
2011-11-21
1
-0
/
+2
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Add descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
1
-17
/
+20
*
Add support for the Blu-Ray drive found in the Sony Playstation 3 and fix
nwhitehorn
2011-08-14
1
-0
/
+703
*
Follow Linux by unconditionally stripping the RX vlan tag from incoming
nwhitehorn
2011-07-05
1
-4
/
+7
*
Use atomic operations to mask and unmask IRQs. This prevents a problem
nwhitehorn
2011-06-23
1
-8
/
+8
*
Use 4 KB pages for storage bus devices, which seems to be what the HV uses
nwhitehorn
2011-06-23
1
-2
/
+6
*
Rework the PS3 disk driver to support NCQ and do its DMA a little
nwhitehorn
2011-06-23
1
-388
/
+189
*
Add hypervisor call error codes.
nwhitehorn
2011-06-23
2
-0
/
+56
*
This is more complicated than I expected. Storage devices need the IOMMU
nwhitehorn
2011-06-22
1
-2
/
+11
*
The IOMMU is not involved for the storage bus.
nwhitehorn
2011-06-22
1
-2
/
+1
*
Work/hack around some race conditions present in the hardware/HV interface.
nwhitehorn
2011-06-20
1
-14
/
+33
[next]