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_object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce vm_radix_is_empty(), and use it in place of
alc
2013-03-10
1
-1
/
+1
*
Merge from vmcontention.
attilio
2013-03-09
1
-103
/
+104
|
\
|
*
MFC
attilio
2013-03-09
1
-102
/
+105
|
|
\
|
|
*
Switch the vm_object mutex to be a rwlock. This will enable in the
attilio
2013-03-09
1
-103
/
+104
|
|
|
\
|
|
|
*
MFC
attilio
2013-03-08
1
-5
/
+5
|
|
|
|
\
|
|
|
*
|
Fix compiling.
attilio
2013-02-26
1
-2
/
+2
|
|
|
*
|
MFC
attilio
2013-02-26
1
-4
/
+4
|
|
|
*
|
MFC
attilio
2013-02-26
1
-2
/
+2
|
|
|
*
|
MFC
attilio
2013-02-26
1
-1
/
+1
|
|
|
*
|
As VM_OBJECT_SLEEP() is a vm_object_t specific function, make
attilio
2013-02-26
1
-3
/
+3
|
|
|
*
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-21
/
+21
|
|
|
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-78
/
+78
|
|
|
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-33
/
+32
|
|
*
|
|
Merge from vmc-playground:
attilio
2013-03-09
1
-5
/
+6
|
|
|
|
/
|
|
|
/
|
|
*
|
|
MFC
attilio
2013-03-04
1
-3
/
+5
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Merge from vmcontention:
attilio
2013-03-04
1
-4
/
+5
*
|
|
|
Evaluations on the likelyhood of empty object cache cannot be made in
attilio
2013-03-04
1
-4
/
+5
*
|
|
|
Remove the boot-time cache support and rely on UMA boot-time slab cache
attilio
2013-03-04
1
-0
/
+2
*
|
|
|
We don't need to reinitialize the root of the page cache trie on every
alc
2013-03-03
1
-1
/
+1
*
|
|
|
Merge from vmcontention
attilio
2013-03-03
1
-1
/
+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
MFC
attilio
2013-03-03
1
-1
/
+0
|
|
\
\
\
|
|
|
/
/
|
|
*
|
The value held by the vm object's field pg_color is only considered
alc
2013-03-02
1
-1
/
+0
|
|
*
|
Merge from vmc-playground branch:
attilio
2013-02-26
1
-4
/
+4
|
|
*
|
Remove white spaces.
attilio
2013-02-26
1
-2
/
+2
|
*
|
|
MFC
attilio
2013-02-26
1
-4
/
+4
|
*
|
|
MFC
attilio
2013-02-26
1
-1
/
+1
*
|
|
|
Revert white space change in the previous commit.
alc
2013-03-02
1
-1
/
+0
*
|
|
|
Assert that the trie is empty when a vm object is destroyed.
alc
2013-03-02
1
-4
/
+6
*
|
|
|
Merge from vmcontention
attilio
2013-02-26
1
-1
/
+1
*
|
|
|
Revert the moving of vm_object objects initialization:
attilio
2013-02-26
1
-9
/
+8
*
|
|
|
Merge from vmcontention
attilio
2013-02-26
1
-7
/
+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
MFC
attilio
2013-02-26
1
-8
/
+5
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Wrap the sleeps synchronized by the vm_object lock into the specific
attilio
2013-02-26
1
-7
/
+5
|
|
|
/
*
|
|
Retire the old UMA primitive uma_zone_set_obj() and replace it with the
attilio
2013-02-24
1
-9
/
+10
*
|
|
Fix wrong object reference.
attilio
2013-02-10
1
-1
/
+1
*
|
|
Make vm_object_cache_is_empty() inline.
attilio
2013-02-06
1
-7
/
+0
*
|
|
Fixup r246423 by adding vm_radix.h includes where it is not present
attilio
2013-02-06
1
-0
/
+1
*
|
|
- Move the vm_object_cache_is_empty() prototype to be sorted
attilio
2013-02-06
1
-1
/
+1
*
|
|
Fix mismerge.
attilio
2013-02-06
1
-8
/
+0
*
|
|
Reduce diffs against HEAD:
attilio
2013-02-06
1
-84
/
+10
*
|
|
Reduce diffs against HEAD:
attilio
2013-02-05
1
-13
/
+4
*
|
|
Reduce differences with HEAD.
attilio
2013-02-04
1
-7
/
+5
*
|
|
Merge from vmcontention
attilio
2013-02-04
1
-43
/
+41
|
\
\
\
|
|
/
/
|
*
|
MFC
attilio
2012-12-11
1
-8
/
+31
|
|
\
\
|
|
|
/
|
|
*
In the past four years, we've added two new vm object types. Each time,
alc
2012-12-09
1
-8
/
+27
|
|
*
Add support for the (relatively) new object type OBJT_MGTDEVICE to
alc
2012-11-28
1
-0
/
+4
|
*
|
MFC
attilio
2012-10-22
1
-35
/
+2
|
|
\
\
|
|
|
/
|
|
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-32
/
+1
|
|
*
Eliminate the conditional for releasing the page queues lock in
alc
2012-10-13
1
-2
/
+0
|
|
*
Fix the mis-handling of the VV_TEXT on the nullfs vnodes.
kib
2012-09-28
1
-1
/
+1
[next]