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
*
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
*
Optimize zero_page for book-e mmu.
jhibbits
2015-12-30
1
-1
/
+10
*
Rewrite tid_flush() in C.
jhibbits
2015-12-30
2
-73
/
+47
*
Update capabilities of e500mc, e5500, e6500.
jhibbits
2015-12-29
1
-2
/
+5
*
Extend Book-E to support >4GB RAM
jhibbits
2015-12-24
8
-36
/
+39
*
Implement OF_decode_addr() for arm. Move most of powerpc's implementation
ian
2015-12-21
2
-124
/
+17
*
Provide link state reporting so that ifconfig_llan0="DHCP" works. The
nwhitehorn
2015-12-19
1
-0
/
+38
*
Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernel
nwhitehorn
2015-12-18
1
-0
/
+1
*
Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of
ian
2015-12-14
1
-0
/
+1
*
No need to reset tlb1 here, it gets reset again after BSS is cleared in
jhibbits
2015-12-11
1
-4
/
+1
*
Follow up to r292071. Actually handle the Altivec Assist for book-e.
jhibbits
2015-12-11
1
-0
/
+1
*
Add more interrupts handled for booke.
jhibbits
2015-12-11
3
-2
/
+46
*
Bump MAXCPU. We already run on hardware with 32 threads and the same hardware
nwhitehorn
2015-12-03
1
-1
/
+1
*
Provide support for ELFv2 userland if using a newer compiler (recent clang
nwhitehorn
2015-12-03
2
-0
/
+10
*
Print machine check address for Book-E.
jhibbits
2015-11-30
2
-1
/
+9
*
Add Freescale QorIQ GPIO driver.
jhibbits
2015-11-30
1
-0
/
+309
*
Make ELFv2 powerpc64 kernels build and run. Loader support will come in a
nwhitehorn
2015-11-29
5
-4
/
+27
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
2
-9
/
+0
*
Fix whitespace on addition of IPSEC option
emaste
2015-11-26
1
-1
/
+1
*
Use what we really mean (powerpc_lwsync()) rather than the Linux-compat
nwhitehorn
2015-11-24
1
-2
/
+8
[next]