hi, > Module Name: src > Committed By: matt > Date: Thu Apr 12 01:40:27 UTC 2012 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c > uvm_meter.c uvm_pdaemon.c uvm_pdaemon.h uvm_pdpolicy.h > uvm_pdpolicy_clock.c uvm_stat.c > > Log Message: > Separate object-less anon pages out of the active list if there is no swap > device. Make uvm_reclaimable and uvm.*estimatable understand colors and > kmem allocations.
i like the idea. - why the queue is inside the pdpolicy? - why don't you use PQ_SWAPBACKED? YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.148.4.2.4.5 -r1.148.4.2.4.6 src/sys/uvm/uvm_extern.h > cvs rdiff -u -r1.125.6.1.4.4 -r1.125.6.1.4.5 src/sys/uvm/uvm_fault.c > cvs rdiff -u -r1.101.4.2.4.9 -r1.101.4.2.4.10 src/sys/uvm/uvm_km.c > cvs rdiff -u -r1.49.16.3 -r1.49.16.4 src/sys/uvm/uvm_meter.c > cvs rdiff -u -r1.93.4.2.4.8 -r1.93.4.2.4.9 src/sys/uvm/uvm_pdaemon.c > cvs rdiff -u -r1.15 -r1.15.28.1 src/sys/uvm/uvm_pdaemon.h > cvs rdiff -u -r1.3.62.1 -r1.3.62.2 src/sys/uvm/uvm_pdpolicy.h > cvs rdiff -u -r1.12.16.4 -r1.12.16.5 src/sys/uvm/uvm_pdpolicy_clock.c > cvs rdiff -u -r1.31.12.3 -r1.31.12.4 src/sys/uvm/uvm_stat.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.