Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Sat Dec 14 17:28:59 UTC 2019

Modified Files:
        src/sys/rump/librump/rumpkern: vm.c
        src/sys/uvm: uvm_km.c uvm_object.c uvm_object.h uvm_page.c

Log Message:
Merge from yamt-pagecache: use radixtree for page lookup.

rbtree page lookup was introduced during the NetBSD 5.0 development cycle to
bypass lock contention problems with the (then) global page hash, and was a
temporary solution to allow us to make progress.  radixtree is the intended
replacement.

Ok yamt@.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.151 -r1.152 src/sys/uvm/uvm_km.c
cvs rdiff -u -r1.16 -r1.17 src/sys/uvm/uvm_object.c
cvs rdiff -u -r1.33 -r1.34 src/sys/uvm/uvm_object.h
cvs rdiff -u -r1.201 -r1.202 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