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:           Sat Dec 13 11:34:43 UTC 2008

Modified Files:
        src/sys/uvm: uvm_km.c uvm_map.c uvm_page.c

Log Message:
It's easier for kernel reserve pages to be consumed because the pagedaemon
serves as less of a barrier these days. Restrict provision of kernel reserve
pages to kmem and one of these cases:

- doing a NOWAIT allocation
- caller is a realtime thread
- caller is a kernel thread
- explicitly requested, for example by the pmap


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/uvm/uvm_km.c
cvs rdiff -r1.264 -r1.265 src/sys/uvm/uvm_map.c
cvs rdiff -r1.140 -r1.141 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