Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: matt-nb5-mips64
Revision 1.177.4.2.2.1.2.2 / (download) - annotate - [select for diffs], Wed May 25 23:58:48 2011 UTC (23 months, 3 weeks ago) by matt
Branch: matt-nb5-mips64
Changes since 1.177.4.2.2.1.2.1: +6 -5
lines
Diff to previous 1.177.4.2.2.1.2.1 (colored) to branchpoint 1.177.4.2.2.1 (colored) next main 1.177.4.3 (colored)
Make uvm_map recognize UVM_FLAG_COLORMATCH which tells uvm_map that the 'align' argument specifies the starting color of the KVA range to be returned. When calling uvm_km_alloc with UVM_KMF_VAONLY, also specify the starting color of the kva range returned (UMV_KMF_COLORMATCH) and pass those to uvm_map. In uvm_pglistalloc, make sure the pages being returned have sequentially advancing colors (so they can be mapped in a contiguous address range). Add a few missing UVM_FLAG_COLORMATCH flags to uvm_pagealloc calls. Make the socket and pipe loan color-safe. Make the mips pmap enforce strict page color (color(VA) == color(PA)).
Revision 1.177.4.2.2.1.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:28:18 2010 UTC (3 years ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.177.4.2.2.1: +2 -2
lines
Diff to previous 1.177.4.2.2.1 (colored)
sync to netbsd-5
Revision 1.177.4.2.2.1 / (download) - annotate - [select for diffs], Sun May 3 13:26:34 2009 UTC (4 years ago) by bouyer
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.177.4.2: +3 -3
lines
Diff to previous 1.177.4.2 (colored) next main 1.177.4.3 (colored)
Pull up following revision(s) (requested by ad in ticket #731): sys/kern/uipc_socket.c: revision 1.189 PR kern/41311: Mutex error: mutex_vector_enter: locking against myself