Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [matt-nb5-mips64] src/sys/uvm
Module Name: src
Committed By: matt
Date: Fri Jun 3 02:43:43 UTC 2011
Modified Files:
src/sys/uvm [matt-nb5-mips64]: uvm.h uvm_extern.h uvm_map.c uvm_meter.c
uvm_page.c uvm_page.h uvm_pager.c uvm_pdaemon.c uvm_pglist.c
uvm_pglist.h uvm_vnode.c
Log Message:
Rework page free lists to be sorted by color first rather than free_list.
Kept per color PGFL_* counter in each page free list.
Minor cleanups.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.16.1 src/sys/uvm/uvm.h
cvs rdiff -u -r1.148.4.2.4.2 -r1.148.4.2.4.3 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.263.4.3.4.4 -r1.263.4.3.4.5 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.49 -r1.49.16.1 src/sys/uvm/uvm_meter.c
cvs rdiff -u -r1.140.6.3.4.3 -r1.140.6.3.4.4 src/sys/uvm/uvm_page.c
cvs rdiff -u -r1.55.14.3 -r1.55.14.4 src/sys/uvm/uvm_page.h
cvs rdiff -u -r1.92.18.1 -r1.92.18.2 src/sys/uvm/uvm_pager.c
cvs rdiff -u -r1.93.4.2 -r1.93.4.2.4.1 src/sys/uvm/uvm_pdaemon.c
cvs rdiff -u -r1.42.16.8 -r1.42.16.9 src/sys/uvm/uvm_pglist.c
cvs rdiff -u -r1.7 -r1.7.16.1 src/sys/uvm/uvm_pglist.h
cvs rdiff -u -r1.90.28.1 -r1.90.28.2 src/sys/uvm/uvm_vnode.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