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
/
aim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify booke and AIM machdep.
jhibbits
2015-04-30
3
-440
/
+8
*
Unify Book-E and AIM trap.c
jhibbits
2015-04-05
2
-777
/
+0
*
Fix integer truncation bug in malloc(9)
rstone
2015-04-01
3
-4
/
+5
*
Deallocate any leftover page table entries in the LPAR at boot. This
nwhitehorn
2015-03-13
1
-0
/
+2
*
Make assembly slightly more idiomatic (and able to be handled by clang's
nwhitehorn
2015-03-07
1
-8
/
+6
*
Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent
nwhitehorn
2015-03-07
4
-73
/
+106
*
The AIM DAR (data access fault address register) and Book-E DEAR registers
nwhitehorn
2015-03-04
1
-8
/
+6
*
Move Book-E/AIM dependent bits for setting user PMAP during thread switch
nwhitehorn
2015-03-04
2
-0
/
+7
*
Fix unitialized variable.
nwhitehorn
2015-02-27
1
-1
/
+1
*
New pmap implementation for 64-bit PowerPC processors. The main focus of
nwhitehorn
2015-02-24
4
-815
/
+815
*
Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7
nwhitehorn
2015-02-22
2
-2
/
+14
*
Remove FreeBSD/wii.
rpaulo
2015-02-10
3
-58
/
+28
*
Set thread priorities on multithreaded CPUs so that threads holding a
nwhitehorn
2015-02-10
1
-1
/
+4
*
Simplify trapcode setup by placing a copy of the generic trap handler at
nwhitehorn
2015-02-09
1
-35
/
+32
*
Fix typo in r277561.
nwhitehorn
2015-01-24
1
-1
/
+1
*
Use relocation-safe methods to determine the sizes of the exception handlers.
nwhitehorn
2015-01-23
3
-52
/
+61
*
Add POWER7+ and POWER8 to the list of CPUs with 32 SLB slots. This is
nwhitehorn
2015-01-21
1
-0
/
+3
*
Make sure to relocate tmpstk with everything else and avoid processing
nwhitehorn
2015-01-21
1
-2
/
+6
*
Make 64-bit AIM trap handlers relocatable by changing all absolute branch
nwhitehorn
2015-01-21
2
-16
/
+69
*
On 64-bit PowerPC, use more native forms of the PPC 970 HID restore
nwhitehorn
2015-01-21
1
-6
/
+23
*
Zero BSS explicitly if not started by loader(8). Add a check for the magic
nwhitehorn
2015-01-20
1
-3
/
+14
*
Add some initial infrastructure for relocating the kernel in place.
nwhitehorn
2015-01-19
1
-3
/
+23
*
Provide a tunable (machdep.moea64_bpvo_pool_size) to set the bootstrap
nwhitehorn
2015-01-19
1
-6
/
+7
*
Use TOC to look up all kernel globals on powerpc64 instead of doing the
nwhitehorn
2015-01-18
2
-7
/
+12
*
Refactor PowerPC (especially AIM) init sequence to be less baroque.
nwhitehorn
2015-01-18
4
-151
/
+62
*
Do not remap Open Firmware mappings covered by the direct map. It's
nwhitehorn
2015-01-14
1
-0
/
+7
*
Factor out duplicated code from dumpsys() on each architecture into generic
markj
2015-01-07
2
-178
/
+127
*
Allow booting with both a real Open Firmware tree and a flattened version of
nwhitehorn
2015-01-01
1
-10
/
+13
*
Restore the trap type argument to the DTrace trap hook, removed in r268600.
markj
2014-12-23
1
-1
/
+1
*
Fix build for powerpc(32|64) kernels.
andreast
2014-12-10
1
-0
/
+1
*
Add support for dtrace:fbt on modules for PowerPC
jhibbits
2014-11-29
4
-32
/
+11
*
cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
jhibbits
2014-11-20
2
-2
/
+0
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-1
/
+1
*
ddb: allow specifying the exact address of the symtab and strtab
royger
2014-09-25
1
-4
/
+5
*
We should have an isync after switching MSR[SF] in bootstrap.
nwhitehorn
2014-09-23
1
-0
/
+1
*
Change pmap_enter(9) interface to take flags parameter and superpage
kib
2014-08-08
2
-33
/
+56
*
Set the si_code appropriately for exception-caused signals.
jhibbits
2014-08-08
1
-2
/
+18
*
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
alc
2014-08-03
2
-79
/
+0
*
Simplify the selection of the pvo_head and pvo allocation zone in
alc
2014-08-01
2
-26
/
+10
*
Retire PVO_EXECUTABLE. It's neither used nor set correctly.
alc
2014-08-01
1
-7
/
+0
*
Correct a long-standing problem in moea{,64}_pvo_enter() that was revealed
alc
2014-08-01
2
-0
/
+44
*
Correct a defect in r268591. In the implementation of the new function
alc
2014-07-31
1
-1
/
+2
*
Allow mappings of memory not previously direct-mapped by the kernel when
nwhitehorn
2014-07-19
1
-0
/
+9
*
Invoke the DTrace trap handler before calling trap() on amd64. This matches
markj
2014-07-14
1
-2
/
+2
*
Eliminate an unused variable. Refresh two comments.
alc
2014-07-13
1
-5
/
+2
*
Implement pmap_unwire(). See r268327 for the motivation behind this change.
alc
2014-07-13
2
-0
/
+57
*
Correct the accounting code for wired mappings. The wrong field of the PVO
alc
2014-07-10
1
-2
/
+2
*
Commit the rest of the changes that were intended to be part of r266826.
markj
2014-05-29
1
-21
/
+0
*
oea64 uses 4k pages, too.
jhibbits
2014-05-15
1
-1
/
+1
*
A page mask size is 12-bits, not 11.
jhibbits
2014-05-15
1
-1
/
+1
[next]