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
...
*
Remove PTE_ISFAKE. While here remove code
marcel
2009-04-24
1
-53
/
+9
*
Eliminate redundant setting of HID0_EMCP.
raj
2009-04-22
1
-1
/
+0
*
Minor style consistency fix.
raj
2009-04-22
1
-7
/
+7
*
Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.
raj
2009-04-22
2
-10
/
+11
*
Centralize setting HID0/1 for E500. Rename HID defines which are specific
raj
2009-04-22
2
-4
/
+21
*
Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually have
marcel
2009-04-21
1
-1
/
+1
*
o Properly set ksym_start & ksym_end when options DDB is set.
marcel
2009-04-21
1
-2
/
+18
*
Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing
rwatson
2009-04-20
1
-2
/
+0
*
Provide locking for PowerPC interrupt sources config.
raj
2009-04-20
1
-5
/
+20
*
Add description and cautionary note regarding CACHE_LINE_SIZE.
rwatson
2009-04-19
1
-0
/
+4
*
For each architecture, define CACHE_LINE_SHIFT and a derived
rwatson
2009-04-19
1
-0
/
+5
*
Fix a typo in the SRR1 comparison for program exceptions. While here,
nwhitehorn
2009-04-19
2
-3
/
+13
*
Changing the overflow trap to use bla to branch to dbtrap in r190946 was
nwhitehorn
2009-04-14
1
-1
/
+1
*
Rework the way we get the cacheline size. Instead of having a table of
nwhitehorn
2009-04-12
3
-13
/
+42
*
Fix recognition of kernel-mode traps that pass through the KDB trap handler
nwhitehorn
2009-04-11
1
-4
/
+2
*
Fix the build when KDB is disabled. The second instance of rfi in
nwhitehorn
2009-04-05
1
-0
/
+3
*
Add an Open Firmware access module for real-mode OF accesses to the PowerPC
nwhitehorn
2009-04-05
1
-0
/
+922
*
Fix KBI breakage by r190520 which affects older linux.ko binaries:
dchagin
2009-04-05
1
-2
/
+2
*
Perform a dummy stwcx. when we switch contexts. The context
marcel
2009-04-04
1
-0
/
+6
*
Add sysarch.h. It's included by drm(4).
marcel
2009-04-04
1
-0
/
+43
*
First round of cleanups. There's a lot of NetBSDism in this header.
marcel
2009-04-04
1
-77
/
+0
*
Implement kernel core dump support for Book-E processors.
marcel
2009-04-04
1
-28
/
+188
*
PowerPC, meet kernel core dumps. The support is based
marcel
2009-04-04
4
-0
/
+391
*
Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode
nwhitehorn
2009-04-04
24
-216
/
+3742
*
Disable ATA DMA for ATAPI devices for now. Apparently, certain revisions
nwhitehorn
2009-03-25
1
-0
/
+4
*
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
thompsa
2009-03-19
1
-1
/
+0
*
Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer
kib
2009-03-17
1
-1
/
+2
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
1
-2
/
+4
*
Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.
raj
2009-03-13
4
-15
/
+10
*
Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match
nwhitehorn
2009-03-11
1
-1
/
+4
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-1
/
+0
*
Prefer register usage style to be more consistent with the rest of the
raj
2009-02-27
1
-8
/
+8
*
Make Book-E debug register state part of the PCB context.
raj
2009-02-27
7
-5
/
+18
*
Fix comment: we write the trap vector to SPRG3, not SPRG0.
nwhitehorn
2009-02-23
1
-3
/
+3
*
Change over the usb kernel options to the new stack (retaining existing
thompsa
2009-02-23
2
-72
/
+18
*
Add Altivec support for supported CPUs. This is derived from the FPU support
nwhitehorn
2009-02-20
9
-54
/
+329
*
Additional features for the tsec(4) Ethernet driver.
raj
2009-02-17
1
-0
/
+3
*
Add uslcom to the build too.
thompsa
2009-02-15
1
-0
/
+1
*
Switch over GENERIC kernels to USB2 by default.
thompsa
2009-02-15
1
-19
/
+70
*
Add support for the I2S and davbus audio controllers found in Apple PowerPC
nwhitehorn
2009-01-25
2
-0
/
+6
*
Fix a race condition where interrupts set up after boot could be enabled in
nwhitehorn
2009-01-25
1
-3
/
+6
*
Fix a race condition in kiic(4) made possible by the way the device's STOP
nwhitehorn
2009-01-20
1
-18
/
+17
*
Provide a device description for macio-attached ATA cells.
nwhitehorn
2009-01-19
1
-0
/
+2
*
Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used for
nwhitehorn
2009-01-15
2
-0
/
+392
*
Clean up BookE low-level exceptions code.
raj
2009-01-13
1
-46
/
+49
*
Clean up BookE pmap.
raj
2009-01-13
1
-137
/
+90
*
Rework BookE pmap towards multi-core support.
raj
2009-01-13
10
-752
/
+466
*
Some early Macintosh GPIO controllers don't provide reg properties for
nwhitehorn
2009-01-12
1
-10
/
+27
*
Add a new quirk type so that the MacIO driver will assign memory resources
nwhitehorn
2009-01-06
1
-2
/
+8
*
Fix the OFW interrupt map parser to use its own idea of the number of interrupt
nwhitehorn
2009-01-03
5
-31
/
+11
[prev]
[next]