Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-04-11 Thread YAMAMOTO Takashi
> > On Apr 11, 2012, at 7:34 PM, YAMAMOTO Takashi wrote: > >> 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_met

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-04-11 Thread Matt Thomas
On Apr 11, 2012, at 7:34 PM, YAMAMOTO Takashi wrote: > 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

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-04-11 Thread YAMAMOTO Takashi
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 >

re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-08-18 Thread matthew green
> > On Aug 18, 2010, at 6:11 PM, matthew green wrote: > > > > >> Module Name: src > >> Committed By: matt > >> Date: Wed Aug 18 18:19:11 UTC 2010 > >> > >> Modified Files: > >>src/sys/uvm [matt-nb5-mips64]: uvm_map.c > >> > >> Log Message: > >> Add a hook so that M

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-08-18 Thread Matt Thomas
On Aug 18, 2010, at 6:11 PM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Wed Aug 18 18:19:11 UTC 2010 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_map.c >> >> Log Message: >> Add a hook so that MD code has handle the chang

re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-08-18 Thread matthew green
> Module Name: src > Committed By: matt > Date: Wed Aug 18 18:19:11 UTC 2010 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_map.c > > Log Message: > Add a hook so that MD code has handle the change in address space limits > when an exec happens. > Add a routine to turn o

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 27 07:45:19 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_page.c Log Message: Remove JRT two line comment about cache interference since the change specifically addresses general VIPT cache issue. Need mor

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 26 21:26:28 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c uvm_page.c Log Message: Pass hints to uvm_pagealloc* to get it to use the right page color rather than guess t

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 23 20:03:28 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c Log Message: Use roundup2 instead of roundup when doing alignment rounding since all alignments must be a power of 2. (thanks to rmind for sugg

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 23 19:54:04 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_page.h uvm_pglist.c Log Message: Add a start_hint to vm_physseg so when allocating pages, we can skip forward over pages that are probably still allocat

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 22 08:54:41 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c Log Message: Remove some optimizations since they actually don't do the right thing. We never want to test the starting page first since it doe

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-22 Thread enami tsugutomo
> >> To generate a diff of this commit: > >> cvs rdiff -u -r1.42 -r1.42.16.1 src/sys/uvm/uvm_pglist.c > > > >> /* > >>* Test both the ending and starting pages to see if = > they are > >>* both free. If the ending and starting pages are = > same page,

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-22 Thread Matt Thomas
On Jan 22, 2010, at 12:28 AM, enami tsugutomo wrote: >> Module Name: src >> Committed By:matt >> Date:Fri Jan 22 05:17:32 UTC 2010 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c >> >> Log Message: >> Rework the algorithm to allocate contiguous

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-22 Thread enami tsugutomo
> Module Name: src > Committed By: matt > Date: Fri Jan 22 05:17:32 UTC 2010 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c > > Log Message: > Rework the algorithm to allocate contiguous pages to be much much faster. > (read the comments if you want to know how i

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-21 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Jan 22 06:05:16 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c Log Message: Fix a couple comment typos. To generate a diff of this commit: cvs rdiff -u -r1.42.16.1 -r1.42.16.2 src/sys/uvm/uvm_pglist.c Ple

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 22 05:17:32 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c Log Message: Rework the algorithm to allocate contiguous pages to be much much faster. (read the comments if you want to know how it's done).

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 22 04:03:22 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_stat.c Log Message: Print out colors in uvmexp_print To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.31.12.1 src/sys/uvm/uvm_stat.c Please

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 9 05:54:40 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_km.c Log Message: If PMAP_ALLOC_POOLPAGE is defined use it instead of uvm_pagealloc To generate a diff of this commit: cvs rdiff -u -r1.101.4.2 -r1.10