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
/
vm
/
pmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up some loose ends.
peter
2002-04-29
1
-2
/
+0
*
Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()
peter
2002-04-15
1
-3
/
+3
*
Remove __P.
alfred
2002-03-19
1
-53
/
+50
*
- Remove a number of extra newlines that do not belong here according to
eivind
2002-03-10
1
-4
/
+0
*
Fix a horribly suboptimal algorithm in the vm_daemon.
silby
2002-02-27
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+6
*
Unrevert the pmap_map() changes. They weren't broken on x86.
jhb
2001-03-07
1
-1
/
+1
*
Back out the pmap_map() change for now, it isn't completely stable on the
jhb
2001-03-07
1
-1
/
+1
*
- Rework pmap_map() to take advantage of direct-mapped segments on
jhb
2001-03-06
1
-1
/
+1
*
Implement write combining for crashdumps. This is useful when
ps
2000-10-17
1
-1
/
+1
*
Brucify the pmap_enter_temporary() changes.
dfr
2000-05-29
1
-1
/
+1
*
Add a new pmap entry point, pmap_enter_temporary() to be used during
dfr
2000-05-28
1
-0
/
+1
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-10
/
+10
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix the following problem:
alc
1999-07-21
1
-1
/
+2
*
Make pmap_collect() an official pmap interface.
dt
1999-04-23
1
-1
/
+2
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-1
/
+2
*
Notify pmap when a page is freed on the alpha to allow it to clean up
dfr
1998-07-26
1
-1
/
+4
*
Forward declare more structs that are used in prototypes here - don't
bde
1998-02-01
1
-1
/
+4
*
VM level code cleanups.
dyson
1998-01-22
1
-3
/
+2
*
After one of my analysis passes to evaluate methods for SMP TLB mgmt, I
dyson
1997-12-14
1
-1
/
+2
*
Fixed the commit botch that was causing crashes soon after system
dyson
1997-08-05
1
-1
/
+2
*
Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use
dyson
1997-08-05
1
-2
/
+1
*
Modify pmap to use our new memory allocator. Also, change the vm_map_entry
dyson
1997-08-05
1
-1
/
+2
*
Add support for 4MB pages. This includes the .text, .data, .data parts
dyson
1997-07-17
1
-1
/
+2
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-1
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Prepare better for multi-platform by eliminating another required
dyson
1997-01-11
1
-2
/
+1
*
Move much of the machine dependent code from vm_glue.c into
dyson
1996-10-15
1
-1
/
+5
*
Addition of page coloring support. Various levels of coloring are afforded.
dyson
1996-09-08
1
-1
/
+2
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
1
-5
/
+5
*
Clean up some lint.
dyson
1996-07-27
1
-3
/
+3
*
Missing (prototype) change from the previous commit.
dyson
1996-07-27
1
-2
/
+2
*
Several bugfixes/improvements:
dyson
1996-06-17
1
-1
/
+2
*
Initial support for mincore and madvise. Both are almost fully
dyson
1996-05-19
1
-2
/
+5
*
Add a function prototype for pmap_prefault.
dyson
1996-03-28
1
-1
/
+3
*
Cleaned up prototypes in pmap headers: removed ones for nonexistent
bde
1995-12-17
1
-41
/
+36
*
Fixed 1TB filesize changes. Some pindexes had bogus names and types
bde
1995-12-17
1
-1
/
+3
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-41
/
+44
*
pmap.h:
bde
1994-11-14
1
-1
/
+3
*
Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().
dg
1994-09-02
1
-2
/
+1
*
Fixed various prototype problems with the pmap functions and the subsequent
dg
1994-08-06
1
-31
/
+31
*
Added $Id$
dg
1994-08-02
1
-1
/
+3
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+122