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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate an unused parameter from vm_pageout_object_deactivate_pages().
alc
2003-04-30
1
-6
/
+5
*
Add vm_object locking to vmspace_swap_count().
alc
2003-04-30
1
-5
/
+6
*
Remove unused declarations and definitions.
alc
2003-04-29
1
-6
/
+0
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
- Lock the vm_object when performing swap_pager_isswapped().
alc
2003-04-28
2
-14
/
+17
*
uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the caller
alc
2003-04-28
1
-2
/
+3
*
- Define VM_OBJECT_LOCK_INIT().
alc
2003-04-28
2
-5
/
+6
*
- Tell witness that holding two or more vm_object locks is okay.
alc
2003-04-27
1
-2
/
+4
*
Various changes to vm_object_shadow(): (1) update the vm_object locking,
alc
2003-04-27
1
-13
/
+16
*
Various changes to vm_object_page_remove():
alc
2003-04-26
1
-7
/
+7
*
- Lock the vm_object on entry to vm_object_terminate().
alc
2003-04-26
1
-2
/
+4
*
- Convert vm_object_pip_wait() from using tsleep() to msleep().
alc
2003-04-26
4
-9
/
+22
*
- Extend the scope of two existing vm_object locks to cover
alc
2003-04-26
2
-2
/
+2
*
Remove an XXX comment. It is no longer a problem.
alc
2003-04-26
1
-4
/
+1
*
- Don't bother using the proc lock to test just P_SYSTEM as that is set in
jhb
2003-04-25
1
-8
/
+6
*
- Lock the vm_object when iterating over its list of resident pages.
alc
2003-04-25
1
-0
/
+8
*
- Relax the Giant required in vm_page_remove().
alc
2003-04-25
1
-3
/
+2
*
- Move swap_pager_isswapped()'s prototype to a more logical place.
alc
2003-04-24
2
-1
/
+1
*
- Acquire the vm_object's lock when performing vm_object_page_clean().
alc
2003-04-24
5
-14
/
+17
*
Fix compiling in the NO_SWAPPING case.
jhb
2003-04-23
1
-5
/
+7
*
Lock the proc to check p_flag and several other related tests in
jhb
2003-04-22
1
-2
/
+5
*
Prefer the proc lock to sched_lock when testing PS_INMEM now that it is
jhb
2003-04-22
1
-3
/
+4
*
- Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a
jhb
2003-04-22
1
-42
/
+36
*
Revision 1.246 should have also included
alc
2003-04-22
1
-1
/
+2
*
Remove unused declarations.
alc
2003-04-22
1
-4
/
+0
*
Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() being
alc
2003-04-22
1
-3
/
+2
*
Add VM_OBJECT_LOCKED().
alc
2003-04-22
1
-0
/
+1
*
- Assert that the vm_object is locked in vm_object_clear_flag(),
alc
2003-04-21
1
-5
/
+7
*
- Lock the vm_object when performing either vm_object_clear_flag() or
alc
2003-04-20
1
-1
/
+13
*
- Update the vm_object locking in vm_map_insert().
alc
2003-04-20
1
-8
/
+13
*
- Lock the vm_object when performing vm_object_pip_wakeup().
alc
2003-04-20
1
-2
/
+2
*
- Lock the vm_object when performing vm_object_pip_wakeup().
alc
2003-04-20
1
-0
/
+10
*
- Lock the vm_object when performing vm_object_pip_add().
alc
2003-04-20
1
-4
/
+3
*
Update vm_object locking in vm_map_delete().
alc
2003-04-20
1
-5
/
+9
*
- Lock the vm_object when performing vm_object_pip_add().
alc
2003-04-20
4
-1
/
+14
*
- Lock the vm_object when performing vm_object_pip_subtract().
alc
2003-04-19
2
-0
/
+5
*
- Lock the vm_object when performing vm_object_pip_wakeupn().
alc
2003-04-19
3
-1
/
+7
*
o Update locking around vm_object_page_remove() in vm_map_clean()
alc
2003-04-19
1
-4
/
+2
*
Lock the vm_object in obj_alloc().
alc
2003-04-19
1
-0
/
+2
*
Update locking around vm_object_page_remove() to use the new macros.
alc
2003-04-18
1
-2
/
+2
*
Don't grab Giant in slab_zalloc() if M_NOWAIT is specified. This
gallatin
2003-04-18
1
-4
/
+9
*
suser() does not need the proc lock, just the setting of P_PROTECTED in
jhb
2003-04-17
1
-4
/
+5
*
Add some tunable descriptions.
trhodes
2003-04-17
1
-2
/
+2
*
Pre-content whitespace commit.
trhodes
2003-04-17
1
-4
/
+4
*
Update locking on the kmem_object to use the new macros.
alc
2003-04-15
1
-7
/
+7
*
Update locking on the kernel_object to use the new macros.
alc
2003-04-14
1
-2
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-0
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
2
-4
/
+6
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-7
/
+7
*
Add new macros for locking and unlocking a vm object.
alc
2003-04-13
1
-0
/
+3
[next]