cvs commit: src/sys/amd64/include pmap.h vmparam.h

2008-07-05 Thread Alan Cox
alc 2008-07-05 20:44:55 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h vmparam.h Log: SVN rev 180311 on 2008-07-05 20:44:55Z by alc Increase the kernel map's size to 7GB, making room for a kmem map of size greater than 4GB. (Auto-sizing will se

Re: cvs commit: src/sys/amd64/include pmap.h

2008-06-30 Thread Alan Cox
Ed Schouten wrote: Alan, * Ruslan Ermilov <[EMAIL PROTECTED]> wrote: Can you please draw a new layout, similar to the one made by Peter? http://lists.freebsd.org/pipermail/freebsd-amd64/2005-July/005578.html I'm not familiar with the design of amd64 or its page tables, but is there

cvs commit: src/sys/amd64/include pmap.h

2008-06-29 Thread Alan Cox
alc 2008-06-30 02:35:55 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h Log: SVN rev 180108 on 2008-06-30 02:35:55Z by alc Compute NKPDPE from NKPT. This reduces the number of knobs that must be turned in order to change the size of the kernel v

Re: cvs commit: src/sys/amd64/include pmap.h

2008-06-29 Thread Ed Schouten
Alan, * Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > Can you please draw a new layout, similar to the one made by Peter? > > http://lists.freebsd.org/pipermail/freebsd-amd64/2005-July/005578.html I'm not familiar with the design of amd64 or its page tables, but is there some kind of overhead when

Re: cvs commit: src/sys/amd64/include pmap.h

2008-06-29 Thread Alan Cox
Ruslan Ermilov wrote: On Sun, Jun 29, 2008 at 06:35:00PM +, Alan Cox wrote: alc 2008-06-29 18:35:00 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h Log: SVN rev 180100 on 2008-06-29 18:35:00Z by alc Increase the size of the kernel virtual addr

Re: cvs commit: src/sys/amd64/include pmap.h

2008-06-29 Thread Ruslan Ermilov
On Sun, Jun 29, 2008 at 06:35:00PM +, Alan Cox wrote: > alc 2008-06-29 18:35:00 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/includepmap.h > Log: > SVN rev 180100 on 2008-06-29 18:35:00Z by alc > > Increase the size of the kernel virtual address

cvs commit: src/sys/amd64/include pmap.h vmparam.h

2008-06-29 Thread Alan Cox
alc 2008-06-29 19:13:27 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h vmparam.h Log: SVN rev 180101 on 2008-06-29 19:13:27Z by alc Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However, in practice, the error (currently)

cvs commit: src/sys/amd64/include pmap.h

2008-06-29 Thread Alan Cox
alc 2008-06-29 18:35:00 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h Log: SVN rev 180100 on 2008-06-29 18:35:00Z by alc Increase the size of the kernel virtual address space to 6GB. Until the maximum size of the kmem map can be greater than 4

cvs commit: src/sys/amd64/include pmap.h src/sys/amd64/amd64 pmap.c

2007-05-05 Thread Alan Cox
alc 2007-05-06 05:23:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/includepmap.h sys/amd64/amd64 pmap.c Log: MFC Revision 1.531 of pmap.c: Avoid unnecessary differences between the amd64 and i386 format strings. M

cvs commit: src/sys/amd64/include pmap.h

2007-02-02 Thread Alan Cox
alc 2007-02-03 02:57:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/includepmap.h Log: MFC revision 1.133 Define the additional page fault error codes that are implemented by amd64. Revision ChangesPath 1.127.2.1 +2

cvs commit: src/sys/amd64/include pmap.h src/sys/arm/include pmap.h src/sys/i386/include pmap.h src/sys/ia64/include pmap.h src/sys/sun4v/include pmap.h

2006-11-12 Thread Ruslan Ermilov
ru 2006-11-13 06:26:57 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h sys/arm/include pmap.h sys/i386/include pmap.h sys/ia64/include pmap.h sys/sun4v/includepmap.h Log: Fix a comment. Revision ChangesPat

cvs commit: src/sys/amd64/include pmap.h

2006-08-02 Thread Alan Cox
alc 2006-08-02 16:24:23 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h Log: Define the additional page fault error codes that are implemented by amd64. Revision ChangesPath 1.133 +2 -0 src/sys/amd64/include/pmap.h _