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_contig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Hold the kernel_object's lock around vm_page_insert(..., kernel_object,
alc
2002-12-23
1
-0
/
+2
*
o Extend the scope of the page queues lock in contigmalloc1().
alc
2002-08-04
1
-8
/
+8
*
o Require that the page queues lock is held on entry to vm_pageout_clean()
alc
2002-07-27
1
-0
/
+2
*
o Lock page queue accesses by vm_page_cache() in vm_contig_launder().
alc
2002-07-20
1
-2
/
+4
*
o Create vm_contig_launder() to replace code that appears twice
alc
2002-07-15
1
-56
/
+38
*
o Lock some (unfortunately, not yet all) accesses to the page queues.
alc
2002-07-12
1
-2
/
+2
*
o Lock accesses to the free page queues in contigmalloc1().
alc
2002-07-05
1
-0
/
+2
*
o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and
alc
2002-06-14
1
-1
/
+1
*
o Make contigmalloc1() static.
alc
2002-05-22
1
-1
/
+1
*
Call vm_pageq_remove_nowakeup() rather than duplicating it.
alc
2002-03-03
1
-8
/
+2
*
contigmalloc1() could cause the vm_page_zero_count to become incorrect.
dillon
2001-10-17
1
-0
/
+2
*
Makes contigalloc[1]() create the vm_map / underlying wired pages in the
dillon
2001-10-13
1
-4
/
+12
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
dillon
2001-07-04
1
-0
/
+309