Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking] src/sys/uvm
Module Name: src
Committed By: ad
Date: Thu Apr 5 21:32:53 UTC 2007
Modified Files:
src/sys/uvm [vmlocking]: uvm_amap.c uvm_aobj.c uvm_bio.c uvm_extern.h
uvm_glue.c uvm_init.c uvm_map.c uvm_map.h uvm_mremap.c uvm_page.c
Log Message:
- Put a per-LWP lock around swapin / swapout.
- Replace use of lockmgr().
- Minor locking fixes and assertions.
- uvm_map.h no longer pulls in proc.h, etc.
- Use kpause where appropriate.
To generate a diff of this commit:
cvs rdiff -r1.79.4.2 -r1.79.4.3 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.87.4.2 -r1.87.4.3 src/sys/uvm/uvm_aobj.c
cvs rdiff -r1.56.4.1 -r1.56.4.2 src/sys/uvm/uvm_bio.c src/sys/uvm/uvm_map.h
cvs rdiff -r1.128 -r1.128.2.1 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.104.2.2 -r1.104.2.3 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.26.10.1 -r1.26.10.2 src/sys/uvm/uvm_init.c
cvs rdiff -r1.235.2.3 -r1.235.2.4 src/sys/uvm/uvm_map.c
cvs rdiff -r1.4.4.1 -r1.4.4.2 src/sys/uvm/uvm_mremap.c
cvs rdiff -r1.119.4.4 -r1.119.4.5 src/sys/uvm/uvm_page.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index