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
Commit message (
Expand
)
Author
Age
Files
Lines
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+2
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
2
-0
/
+4
*
Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic
kib
2011-09-06
4
-42
/
+42
*
Follow up to r225203 refining break-to-debugger run-time configuration
rwatson
2011-08-27
1
-2
/
+0
*
Attempt to make break-to-debugger and alternative break-to-debugger more
rwatson
2011-08-26
1
-19
/
+3
*
Add support for the Blu-Ray drive found in the Sony Playstation 3 and fix
nwhitehorn
2011-08-14
1
-0
/
+703
*
- Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag
kib
2011-08-09
4
-58
/
+44
*
Cross a T and dot an I:
marcel
2011-08-02
1
-2
/
+3
*
It's invalid to use GLOBAL() for kernload_ap, as the macro switches
marcel
2011-08-02
1
-1
/
+2
*
There's no ':' after GLOBAL(). Missed due to no SMP testing.
marcel
2011-08-02
1
-1
/
+1
*
Add support for Juniper's loader. The difference between FreeBSD's and
marcel
2011-08-02
3
-125
/
+128
*
Apply r221124 to Book-E: switch to the new NFS client.
marcel
2011-07-31
1
-1
/
+1
*
Fix r222813: we need to include sys/cpuset.h. because the PIC interface
marcel
2011-07-31
1
-2
/
+2
*
Fix r224187: .word defines a 16-bit object and size_t is defined as
marcel
2011-07-31
1
-2
/
+2
*
Fix an error that could cause sysctl -a to enter an infinite loop in the
nwhitehorn
2011-07-30
1
-6
/
+6
*
This a follow up commit from r224216 for powerpc 32-bit. Increase
andreast
2011-07-25
1
-2
/
+2
*
On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes
attilio
2011-07-19
1
-2
/
+2
*
Add the possibility to specify from kernel configs MAXCPU value.
attilio
2011-07-19
1
-0
/
+2
*
- Remove the eintrcnt/eintrnames usage and introduce the concept of
attilio
2011-07-18
3
-6
/
+15
*
Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTION
nwhitehorn
2011-07-14
2
-0
/
+2
*
Follow Linux by unconditionally stripping the RX vlan tag from incoming
nwhitehorn
2011-07-05
1
-4
/
+7
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
4
-30
/
+19
*
Add better error handling for RTAS calls. These can potentially cause
nwhitehorn
2011-06-26
1
-1
/
+18
*
Revert r223479. It is unnecessary and served only to slightly ameliorate
nwhitehorn
2011-06-26
2
-4
/
+0
*
Turn the minimum PWM fan speed down to 30 from 40. It turns out the burning
nwhitehorn
2011-06-26
1
-1
/
+1
*
Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)
nwhitehorn
2011-06-23
16
-71
/
+82
*
Clear any outstanding atomic reservations when traps are taken. This fixes
nwhitehorn
2011-06-23
2
-0
/
+4
*
Fix merge typo.
andreast
2011-06-23
1
-1
/
+1
*
Add leading zeros when printing the stackframe on __powerpc64__.
andreast
2011-06-23
1
-1
/
+1
*
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
*
Make this slightly less yelly about regions that the hypervisor protects
nwhitehorn
2011-06-20
1
-2
/
+10
*
Add an OHCI driver to complement the EHCI one. The infrastructure to attach
nwhitehorn
2011-06-20
1
-0
/
+170
*
Driver for PS3's internal hard disk. Hopefully this can be CAM-ified in
nwhitehorn
2011-06-20
3
-22
/
+1068
*
Follow up r222980 on PowerPC: add sound(4) and common device drivers
nwhitehorn
2011-06-11
2
-8
/
+15
*
MFC
attilio
2011-06-04
8
-61
/
+431
|
\
|
*
Add new fan controller driver for the G4 MDD PowerMac. Submitted and tested
andreast
2011-06-04
3
-0
/
+218
|
*
- Improve error handling.
andreast
2011-06-04
1
-30
/
+60
|
*
Retry the memory map-related portions of r222613, written by andreast,
nwhitehorn
2011-06-04
1
-26
/
+145
|
*
Fix a typo derived from a mismerge from mmu_oea that would cause
nwhitehorn
2011-06-04
1
-2
/
+2
|
*
- Introduce a define for ZERO_C_TO_K.
andreast
2011-06-03
2
-3
/
+6
*
|
MFC
attilio
2011-06-03
18
-260
/
+824
|
\
\
|
|
/
|
*
Quantities stored on the stack on ppc64 tend to be twice as large as on
nwhitehorn
2011-06-03
1
-1
/
+1
|
*
Temporarily back out those parts of r222613 related to parsing the memory
nwhitehorn
2011-06-02
1
-144
/
+25
|
*
The POWER7 has only 32 SLB slots instead of 64, like other supported
nwhitehorn
2011-06-02
4
-44
/
+52
[next]