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
*
Let rman_init() initialize the default rman range.
jhibbits
2016-03-03
1
-2
/
+0
*
Fix 2 bugs in the mpc85xx local bus controller driver.
jhibbits
2016-03-02
1
-2
/
+26
*
Add another compatibility check for QorIQ GPIO driver.
jhibbits
2016-03-01
1
-1
/
+2
*
Add VM_MEMATTR_CACHEABLE support for AIM, for parity with Book-E.
jhibbits
2016-03-01
2
-0
/
+4
*
Add support for the Freescale dTSEC DPAA-based ethernet controller.
jhibbits
2016-02-29
13
-6
/
+298
*
Implement pmap_change_attr() for PowerPC (Book-E only for now)
jhibbits
2016-02-27
5
-0
/
+94
*
Move another range check to use RMAN_IS_DEFAULT_RANGE().
jhibbits
2016-02-27
1
-1
/
+1
*
Allow the size argument for law_enable() to be non-power-of-2.
jhibbits
2016-02-23
1
-1
/
+2
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
16
-16
/
+0
*
Revert r295756:
zbb
2016-02-20
6
-5
/
+12
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
1
-1
/
+1
*
Extract common code from PowerPC's ofw_pci
zbb
2016-02-18
6
-12
/
+5
*
Introduce bus_get_bus_tag() method
zbb
2016-02-18
1
-0
/
+9
*
Another conversion u_long -> rman_res_t
jhibbits
2016-02-16
1
-5
/
+5
*
Allow callers of OF_decode_addr to get the size of the found mapping. This
andrew
2016-02-16
2
-2
/
+5
*
Fix a panic bug that cropped up in the PTE rewrite.
jhibbits
2016-02-16
2
-1
/
+3
*
POSIX states that #include <signal.h> shall make both mcontext_t and
kib
2016-02-12
1
-5
/
+5
*
Migrate the PTE format for book-e to standardize on the 'indirect PTE' format
jhibbits
2016-02-11
4
-65
/
+66
*
Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a
glebius
2016-02-09
1
-1
/
+0
*
Fix build of powerpc FPU emulator after changes in r295132 to restore the
jhb
2016-02-04
2
-24
/
+24
*
Fix build.
glebius
2016-02-04
1
-0
/
+1
*
Align signal stack pointer to 16 bytes.
jhibbits
2016-02-03
2
-5
/
+5
*
Make lbc(4) the same driver pass as simplebus.
jhibbits
2016-02-03
1
-1
/
+2
*
Restore the ABI of 'struct fpreg' on powerpc.
jhb
2016-02-01
5
-13
/
+19
*
Use the correct type to pmap_mapdev() in nexus_activate_resource().
jhibbits
2016-02-01
1
-4
/
+4
*
EHCI: Make core reset and port speed reading more generic.
mmel
2016-01-28
1
-1
/
+12
*
Convert ss_sp in stack_t and sigstack to void *.
jhb
2016-01-27
1
-1
/
+1
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
7
-18
/
+27
*
Older Book-E processors (e500v1/e500v2) don't support dcbzl.
jhibbits
2016-01-26
1
-1
/
+1
*
Fix a debug printf().
jhibbits
2016-01-26
1
-2
/
+2
*
Revert a printf change from r294307.
jhibbits
2016-01-19
1
-1
/
+1
*
Hide most of the PTE initialization and management.
jhibbits
2016-01-19
1
-30
/
+46
*
Move RTAS PCI-specific interpretation of the "reg" property of the PCI host
nwhitehorn
2016-01-18
3
-9
/
+9
*
Partially revert r294055.
jhibbits
2016-01-16
1
-1
/
+1
*
Adjust VM_MAX_KERNEL_ADDRESS to the max address, not the minimum next.
jhibbits
2016-01-14
1
-2
/
+2
*
Remove dead code and dead comments, most notably the implemenation of the
nwhitehorn
2016-01-10
6
-188
/
+18
*
Use setjmp() instead of the identical-except-for-having-a-wrong-prototype
nwhitehorn
2016-01-10
7
-47
/
+60
*
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
dchagin
2016-01-09
2
-0
/
+2
*
Make arguments for booke_init() u_long, to match register width.
jhibbits
2016-01-04
1
-2
/
+2
*
Set the cacheline size before calling powerpc_init()
jhibbits
2016-01-04
1
-2
/
+2
*
Initialize the rid for input.
jhibbits
2016-01-03
1
-0
/
+1
*
Add error interrupt handler for Freescale PCI errors
jhibbits
2016-01-03
1
-1
/
+112
*
Fix booting of 32-bit kernels on 64-bit G5 hardware.
andreast
2016-01-02
1
-4
/
+4
*
Bump the maximum number of interrupt controllers to allow for the
nwhitehorn
2016-01-02
2
-1
/
+7
*
Bring CPU features list in line with the ABI requirements.
nwhitehorn
2016-01-02
3
-45
/
+77
*
Switch setting MSR[SF] to C code. This removes any CPU-specific code
nwhitehorn
2016-01-02
2
-7
/
+11
*
Make the 'env' directive described in config(5) work on all architectures,
ian
2016-01-02
1
-1
/
+2
*
Use uint32_t for LBC block size.
jhibbits
2016-01-01
1
-3
/
+3
*
Extend idle support for newer Book-E cores.
jhibbits
2016-01-01
6
-12
/
+84
*
Add platform support for QorIQ SoCs.
jhibbits
2015-12-30
6
-59
/
+432
[next]