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
*
Extend the scope of the vm object lock in swp_pager_async_iodone() to cover
alc
2003-06-13
1
-3
/
+4
*
Add vm object locking to various pagers' "get pages" methods, i386 stack
alc
2003-06-13
5
-7
/
+17
*
Use __FBSDID().
obrien
2003-06-11
23
-41
/
+69
*
GC unused cpu_wait() function
peter
2003-06-11
1
-1
/
+0
*
- Finish vm object and page locking in vnode_pager_setsize().
alc
2003-06-10
1
-26
/
+21
*
Revert last commit, I have no idea what happened.
phk
2003-06-09
1
-1
/
+1
*
A white-space nit I noticed.
phk
2003-06-09
1
-1
/
+1
*
Hold the vm object's lock when performing vm_page_lookup().
alc
2003-06-09
1
-0
/
+2
*
Don't use vm_object_set_flag() to initialize the vm object's flags.
alc
2003-06-09
1
-1
/
+1
*
- Properly handle the paging_in_progress case on two vm objects in
alc
2003-06-08
1
-26
/
+16
*
Lock the kernel object in kmem_alloc().
alc
2003-06-07
1
-0
/
+2
*
Teach vm_page_grab() how to handle the vm object's lock.
alc
2003-06-07
1
-4
/
+16
*
Assert that the vm object is locked on entry to swap_pager_freespace().
alc
2003-06-07
1
-1
/
+1
*
Pass the vm object to vm_object_collapse() with its lock held.
alc
2003-06-07
2
-10
/
+7
*
Fix NFS file swapping, I broke it 3 months ago it seems.
phk
2003-06-05
1
-6
/
+6
*
- Extend the scope of the backing object's lock in vm_object_collapse().
alc
2003-06-05
1
-2
/
+4
*
- Add further vm object locking to vm_object_deallocate(), specifically,
alc
2003-06-04
1
-2
/
+12
*
- Add VM_OBJECT_TRYLOCK().
alc
2003-06-04
1
-0
/
+1
*
- Add vm object locking to vm_object_deallocate(). (Still more
alc
2003-06-04
2
-17
/
+15
*
Add vm object locking to vm_object_coalesce().
alc
2003-06-03
1
-7
/
+12
*
Change kernel_object and kmem_object to (&kernel_object_store) and
alc
2003-06-01
2
-8
/
+8
*
Prepend _ to internal union members to avoid ambiguity.
phk
2003-05-31
1
-4
/
+4
*
Remove unused variables
phk
2003-05-31
1
-4
/
+0
*
Add vm object locking to vm_object_madvise().
alc
2003-05-31
1
-9
/
+17
*
If we seem to be out of VM, don't allow the pagedaemon to kill
das
2003-05-19
1
-7
/
+8
*
Reduce the size of a vm object by converting its shadow list from a TAILQ
alc
2003-05-18
2
-24
/
+12
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-11
/
+1
*
Give the kmem object's mutex a unique name, instead of "vm object",
alc
2003-05-09
1
-1
/
+6
*
Lock the vm_object when performing vm_pager_deallocate().
alc
2003-05-06
4
-6
/
+11
*
Extend the scope of the vm_object lock in vm_object_terminate().
alc
2003-05-04
1
-4
/
+4
*
Avoid a lock-order reversal and implement vm_object locking
alc
2003-05-04
1
-8
/
+8
*
Lock the vm_object on entry to vm_object_vndeallocate().
alc
2003-05-03
1
-1
/
+4
*
- Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't
alc
2003-05-03
1
-4
/
+6
*
Move a declaration to its proper place.
alc
2003-05-03
2
-1
/
+1
*
Lock the vm_object when updating its shadow list.
alc
2003-05-02
1
-2
/
+10
*
Simplify the removal of a shadow object in vm_object_collapse().
alc
2003-05-02
1
-3
/
+3
*
Extend the scope of the vm_object locking in vm_object_split().
alc
2003-05-01
1
-4
/
+4
*
- Update the vm_object locking in vm_object_reference().
alc
2003-05-01
1
-10
/
+8
*
Increase the scope of the vm_object lock in vm_map_delete().
alc
2003-04-30
1
-12
/
+13
*
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
[next]