Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/uvm



Module Name:    src
Committed By:   ad
Date:           Wed Jun  4 15:06:04 UTC 2008

Modified Files:
        src/sys/uvm: uvm.h uvm_init.c uvm_object.h uvm_page.c uvm_page.h

Log Message:
Replace the global vm_page hash with a per vm_object rbtree.
Proposed on tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/uvm/uvm.h src/sys/uvm/uvm_page.h
cvs rdiff -r1.32 -r1.33 src/sys/uvm/uvm_init.c
cvs rdiff -r1.25 -r1.26 src/sys/uvm/uvm_object.h
cvs rdiff -r1.133 -r1.134 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