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
*
- Move the implementation of OBJ_ONEMAPPING from vm_map_delete() to
alc
2003-11-05
1
-30
/
+24
*
Update avail_ssize for rstacks after growing them.
marcel
2003-11-04
1
-0
/
+1
*
Whitespace cleanup.
des
2003-11-03
2
-33
/
+33
*
- Increase the scope of the source object lock in vm_map_copy_entry().
alc
2003-11-03
1
-5
/
+3
*
- Increase the scope of two vm object locks in vm_object_split().
alc
2003-11-02
1
-2
/
+2
*
- Introduce and use vm_object_reference_locked(). Unlike
alc
2003-11-02
3
-3
/
+26
*
- Increase the scope of two vm object locks in vm_object_collapse().
alc
2003-11-01
1
-12
/
+4
*
- Modify swap_pager_copy() and its callers such that the source and
alc
2003-11-01
2
-32
/
+18
*
- Additional vm object locking in vm_object_split()
alc
2003-11-01
2
-4
/
+12
*
- Revert a part of revision 1.73: Make vm_object_set_flag() an inline
alc
2003-10-31
2
-7
/
+10
*
- Take advantage of the swap pager locking: Eliminate the use of Giant
alc
2003-10-31
1
-9
/
+0
*
Fix two bugs introduced with the rstack functionality and specific to
marcel
2003-10-31
1
-1
/
+2
*
- Synchronize access to the swdevt's sw_flags with sw_dev_mtx.
alc
2003-10-31
1
-2
/
+3
*
- Synchronize access to the swdevt's sw_blist with sw_dev_mtx.
alc
2003-10-30
1
-20
/
+20
*
- Synchronize access to swdevhd using sw_dev_mtx.
alc
2003-10-30
1
-7
/
+7
*
- Synchronize updates to nswapdev using sw_dev_mtx.
alc
2003-10-29
1
-2
/
+2
*
- Avoid a race in swaponsomething(): Calculate the new swdevt's first and
alc
2003-10-29
1
-17
/
+14
*
- Complete the synchronization of accesses to the swblock hash table.
alc
2003-10-27
1
-0
/
+3
*
- Introduce and use a mutex synchronizing access to the swblock hash table.
alc
2003-10-26
1
-4
/
+20
*
- Simplify vm_object_collapse()'s collapse case, reducing the number
alc
2003-10-26
1
-14
/
+9
*
- Add some of the required vm object locking, including assertions where
alc
2003-10-25
1
-4
/
+24
*
- Align a comment within struct vm_page.
alc
2003-10-25
1
-5
/
+5
*
- Call vnode_pager_input_old() with the vm object locked.
alc
2003-10-25
1
-5
/
+6
*
- Push down Giant from vm_pageout() to vm_pageout_scan(), freeing
alc
2003-10-24
4
-12
/
+14
*
- Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() from
alc
2003-10-22
3
-41
/
+14
*
- Assert that every page found in the active queue is an active page.
alc
2003-10-22
1
-7
/
+2
*
- Assert that the containing vm object is locked in
alc
2003-10-21
1
-0
/
+1
*
- Remove some long unused code.
alc
2003-10-20
2
-11
/
+0
*
- Remove comments referring to functions that no longer exist.
alc
2003-10-20
1
-2
/
+0
*
- Hold the vm object's lock around calls to vm_page_set_validclean().
alc
2003-10-20
1
-0
/
+4
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-19
1
-43
/
+45
*
- Synchronize access to the page's valid field in
alc
2003-10-18
1
-1
/
+2
*
- Increase the object lock's scope in vm_contig_launder() so that access
alc
2003-10-18
4
-17
/
+18
*
Corrections to revision 1.305
alc
2003-10-18
1
-22
/
+36
*
DuH!
phk
2003-10-18
2
-3
/
+3
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().
phk
2003-10-18
2
-1
/
+3
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-17
1
-14
/
+19
*
- vm_fault_copy_entry() should not assume that the source object contains
alc
2003-10-15
1
-5
/
+19
*
Lock the destination object in vm_fault_copy_entry().
alc
2003-10-08
1
-2
/
+7
*
Retire vm_page_copy(). Its reason for being ended when peter@ modified
alc
2003-10-08
3
-20
/
+7
*
Only the super-user should be able to wire pages via the mlock() family
bms
2003-10-06
1
-6
/
+2
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
3
-0
/
+11
*
The addition of a locking assertion to vm_page_zero_invalid() has revealed
alc
2003-10-05
1
-0
/
+1
*
Revert previous commit. Come back vslock(), all is forgiven.
bms
2003-10-05
2
-0
/
+31
*
Retire vslock() and vsunlock() with extreme prejudice.
bms
2003-10-05
2
-31
/
+0
*
Assert that the containing vm object's lock is held in
alc
2003-10-05
1
-0
/
+1
*
Assert that the containing vm object's lock is held in
alc
2003-10-04
1
-0
/
+1
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
1
-4
/
+8
*
- Extend the scope the vm object lock to cover calls to
alc
2003-10-04
1
-0
/
+1
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
1
-4
/
+4
[next]