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
/
booke
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pmap function pmap_copy_pages(), which copies the content of the
kib
2013-03-14
1
-0
/
+33
*
MFC
attilio
2013-03-02
1
-19
/
+10
|
\
|
*
MFcalloutng:
mav
2013-02-28
1
-19
/
+10
|
*
Merge from vmobj-rwlock:
attilio
2013-02-27
1
-3
/
+2
|
*
Merge from vmc-playground branch:
attilio
2013-02-26
1
-2
/
+1
*
|
MFC
attilio
2013-02-26
1
-2
/
+1
*
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-5
/
+5
*
|
Fix other architectures and ZFS.
attilio
2013-02-21
1
-0
/
+1
*
|
There is no need to use VM_OBJECT_LOCKED() as the assertion won't
attilio
2013-02-20
1
-3
/
+2
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-4
/
+4
|
/
*
Introduce PLATFORMMETHOD_END and use it.
rpaulo
2013-02-13
1
-1
/
+1
*
Replace all uses of the page queues lock by a R/W lock that is private
alc
2012-11-03
1
-34
/
+40
*
1. Have the APs initialize the TLB1 entries from what has been
marcel
2012-11-03
4
-58
/
+89
*
userret() already checks for td_locks when INVARIANTS is enabled, so
attilio
2012-09-08
1
-1
/
+0
*
Avoid recursion on the pvh global lock in the aim oea pmap.
alc
2012-07-10
1
-1
/
+1
*
Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.
marcel
2012-07-02
1
-1
/
+1
*
Handle traps from the debugger. We need to catch them and re-enter
marcel
2012-07-02
1
-0
/
+7
*
Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)
marcel
2012-07-02
1
-0
/
+4
*
Implement cpu_flush_dcache(). This allows us to optimize __syncicache()
marcel
2012-07-02
1
-1
/
+18
*
Panic openly if we cannot retrieve memory information from the device tree.
raj
2012-05-30
1
-3
/
+3
*
Extract vendor specific Book-E pieces into separate files and have a common
raj
2012-05-30
3
-39
/
+384
*
Remove redundant check, we catch ULE platform support in common
raj
2012-05-27
1
-4
/
+0
*
Let us manage differences of Book-E PowerPC variations i.e. vendor /
raj
2012-05-27
2
-1
/
+7
*
Retrieve CPU number info from the device tree.
raj
2012-05-26
1
-18
/
+8
*
Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits for
raj
2012-05-26
2
-8
/
+10
*
Fix physical address type to vm_paddr_t.
raj
2012-05-24
1
-10
/
+10
*
o Rename kernload_ap to bp_kernelload. This to introduce a common prefix
marcel
2012-05-24
3
-19
/
+39
*
Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bit
kib
2012-01-30
1
-0
/
+5
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
1
-1
/
+1
*
Remove locking of the vm page queues from several pmaps, which only
kib
2011-09-28
1
-2
/
+0
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
1
-0
/
+2
*
Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic
kib
2011-09-06
1
-15
/
+15
*
- Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag
kib
2011-08-09
1
-17
/
+15
*
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
*
Fix r224187: .word defines a 16-bit object and size_t is defined as
marcel
2011-07-31
1
-2
/
+2
*
- Remove the eintrcnt/eintrnames usage and introduce the concept of
attilio
2011-07-18
1
-2
/
+5
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-6
/
+6
*
Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)
nwhitehorn
2011-06-23
3
-12
/
+12
*
MFC
attilio
2011-05-31
1
-2
/
+2
*
MFC
attilio
2011-05-29
4
-95
/
+102
|
\
|
*
Better support different kernel hand-offs. When loaded directly
marcel
2011-05-28
3
-53
/
+62
|
*
o The P1020(E) & P2020(E) also have two cores. This conditional has
marcel
2011-05-27
1
-18
/
+20
|
*
Wire the kernel using TLB1 entry 0 rather than entry 1. A more recent
marcel
2011-05-27
2
-23
/
+10
*
|
MFC
attilio
2011-05-27
1
-2
/
+5
|
\
\
|
|
/
|
*
Don't assume we have a valid bootinfo pointer.
marcel
2011-05-26
1
-2
/
+5
|
*
Revert r222069,222068 as they were intended to be committed to the
attilio
2011-05-18
2
-10
/
+6
|
*
Fix warning spit out.
attilio
2011-05-18
1
-4
/
+7
[next]