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
/
sparc64
/
include
/
tsb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the remainder of the low hanging fruits regarding including
marius
2007-01-19
1
-5
/
+14
*
Use vm_paddr_t for physical addresses.
jake
2003-04-08
1
-1
/
+1
*
Add pmap support for user mappings of multiple page sizes (super pages).
jake
2002-08-18
1
-3
/
+3
*
Auto size available kernel virtual address space based on phsyical memory
jake
2002-08-10
1
-6
/
+3
*
Bump TSB_PAGES_SHIFT to 4. Less sucks too much.
jake
2002-06-04
1
-1
/
+1
*
Merge the code in pv.c into pmap.c directly. Place all page mappings onto
jake
2002-05-29
1
-1
/
+1
*
Update tsb_tte_enter prototype per tsb.c rev 1.20.
jake
2002-05-21
1
-1
/
+1
*
Minimal testing has shown that a 4 page tsb is a nice sweet spot for current
jake
2002-02-27
1
-1
/
+1
*
Wrap long lines.
jake
2002-02-27
1
-1
/
+2
*
Allow the user tsb to span multiple pages. Make the default 2 pages for now
jake
2002-02-26
1
-1
/
+3
*
Adapt the tsb_foreach interface to take a source and a destination pmap so
jake
2002-02-23
1
-2
/
+2
*
1. Implement an optimization for pmap_remove() and pmap_protect(): if a
tmm
2002-01-02
1
-1
/
+8
*
Remove support for multi level tsbs, making this code much simpler and
jake
2001-12-29
1
-129
/
+27
*
Parameterize the size of the kernel virtual address space on KVA_PAGES.
jake
2001-10-20
1
-11
/
+7
*
Move the kernel to end of the first 4 gigabytes of address space, so that
jake
2001-09-30
1
-13
/
+3
*
Fix macros for setting and extracting the context field in ttes and
jake
2001-08-06
1
-29
/
+5
*
Fix a bug translating virtual translation table entry addresses to physical
jake
2001-08-03
1
-4
/
+3
*
Flesh out the sparc64 port considerably. This contains:
jake
2001-07-31
1
-0
/
+220