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
/
vm_phys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
1
-1
/
+4
*
This change is the next step in implementing the cache control functionality
alc
2009-06-26
1
-1
/
+1
*
Implement a mechanism within vm_phys_alloc_contig() to defer all necessary
alc
2009-06-21
1
-9
/
+20
*
Strive for greater consistency among the places that implement real,
alc
2009-06-21
1
-4
/
+9
*
Track the kernel mapping of a physical page by a new entry in vm_page
thompsa
2009-06-18
1
-2
/
+1
*
Make the maintenance of a page's valid bits by contigmalloc() more like
alc
2009-06-17
1
-3
/
+5
*
Introduce vm_reserv_reclaim_contig(). This function is used by
alc
2008-04-06
1
-0
/
+8
*
Eliminate an unnecessary test from vm_phys_unfree_page().
alc
2008-04-05
1
-1
/
+1
*
Update the comment describing vm_phys_unfree_page().
alc
2007-12-21
1
-1
/
+3
*
Modify vm_phys_unfree_page() so that it no longer requires the given
alc
2007-12-20
1
-7
/
+10
*
Correct one half of a loop continuation condition in vm_phys_unfree_page().
alc
2007-12-19
1
-3
/
+1
*
Change the management of cached pages (PQ_CACHE) in two fundamental
alc
2007-09-25
1
-33
/
+115
*
Eliminate two unused functions: vm_phys_alloc_pages() and
alc
2007-07-14
1
-34
/
+13
*
Update a comment.
alc
2007-06-16
1
-7
/
+7
*
Add a new physical memory allocator. However, do not yet connect it
alc
2007-06-10
1
-0
/
+689