| Commit message (Expand) | Author | Age | Files | Lines |
| * | correct range in comment | Kip Macy | 2009-05-16 | 1 | -1/+1 |
| * | update vm map comment | Kip Macy | 2009-05-16 | 1 | -1/+0 |
| * | Increase default kernel map to 512GB | Kip Macy | 2009-05-16 | 1 | -2/+2 |
| * | Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocating | Alan Cox | 2008-07-08 | 1 | -2/+2 |
| * | Increase the kernel map's size to 7GB, making room for a kmem map of size | Alan Cox | 2008-07-05 | 1 | -2/+2 |
| * | Increase the ceiling on the kmem map's size to 3.6GB. Also, define the | Alan Cox | 2008-07-03 | 1 | -1/+2 |
| * | Document the layout of the address space, borrowing heavily from | Alan Cox | 2008-06-30 | 1 | -2/+12 |
| * | Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However, | Alan Cox | 2008-06-29 | 1 | -1/+1 |
| * | Ensure that KERNBASE is no less than the virtual address -2GB. | Alan Cox | 2008-06-23 | 1 | -1/+1 |
| * | Add configuration knobs for the superpage reservation system. Initially, | Alan Cox | 2007-12-27 | 1 | -0/+14 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -2/+3 |
| * | Add the machine-specific definitions for configuring the new physical | Alan Cox | 2007-06-03 | 1 | -0/+38 |
| * | Define every architecture as either VM_PHYSSEG_DENSE or | Alan Cox | 2007-05-05 | 1 | -0/+5 |
| * | Add support for specifying a minimal size for vm.kmem_size in the loader via | Stephane E. Potvin | 2007-04-21 | 1 | -1/+2 |
| * | Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice | Peter Wemm | 2004-10-27 | 1 | -1/+1 |
| * | Increase VM_KMEM_SIZE_MAX from 200MB to 400MB. | Alan Cox | 2003-12-07 | 1 | -1/+1 |
| * | Update the graffiti. | Peter Wemm | 2003-11-08 | 1 | -0/+2 |
| * | Re-raise the default datasize and stacksize now that the 32 bit exec | Peter Wemm | 2003-09-25 | 1 | -2/+2 |
| * | Oops. back out last commit. The data and stack limits are used by the | Peter Wemm | 2003-09-23 | 1 | -2/+2 |
| * | Increase the default data size limit from 512MB to 8GB. Increase default | Peter Wemm | 2003-09-22 | 1 | -2/+2 |
| * | Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending | Peter Wemm | 2003-07-09 | 1 | -8/+8 |
| * | Typo fix. oops. | Peter Wemm | 2003-05-23 | 1 | -1/+1 |
| * | Major pmap rework to take advantage of the larger address space on amd64 | Peter Wemm | 2003-05-23 | 1 | -12/+24 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -16/+9 |
| * | Better fix for previous previous which still allows the 4megs of kva at | Jake Burkholder | 2003-04-07 | 1 | -1/+1 |
| * | - Removed UMAXPTDI and UMAXPTEOFF. | Jake Burkholder | 2003-02-24 | 1 | -1/+1 |
| * | Make sysv-style shared memory tuneable params fully runtime adjustable | Peter Wemm | 2000-03-30 | 1 | -7/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Increased max kmem to 200MB. This should fix some out-of-kmem panics on | David Greenman | 1999-07-24 | 1 | -2/+2 |
| * | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | David Greenman | 1998-06-12 | 1 | -3/+3 |
| * | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | John Dyson | 1998-02-23 | 1 | -2/+18 |
| * | 1) Start using a cleaner and more consistant page allocator instead | John Dyson | 1998-02-05 | 1 | -1/+6 |
| * | Bump MAXDSIZ to 512MB so that soft limits have a chance to actually | Jordan K. Hubbard | 1997-10-27 | 1 | -2/+2 |
| * | Allow the kernel configuration file to override the amount of memory | Tor Egge | 1997-06-25 | 1 | -1/+3 |
| * | Use UPAGES_HOLE instead of UPAGES in case it's changed some time. | Peter Wemm | 1997-04-07 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Let the VM system know that on certain arch's that VM_PROT_READ | John Dyson | 1996-12-30 | 1 | -1/+3 |
| * | removed: | Poul-Henning Kamp | 1996-05-02 | 1 | -3/+3 |
| * | pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from | Poul-Henning Kamp | 1996-04-30 | 1 | -14/+21 |
| * | Killed some historical #define cruft that we've never used in FreeBSD: | David Greenman | 1996-03-12 | 1 | -22/+1 |
| * | Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" | David Greenman | 1995-05-25 | 1 | -2/+1 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -3/+3 |
| * | Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel | David Greenman | 1994-09-23 | 1 | -2/+2 |
| * | Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system | David Greenman | 1994-09-12 | 1 | -111/+7 |
| * | Got rid of some old, unused junk. | David Greenman | 1994-09-01 | 1 | -26/+1 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -14/+0 |
| * | Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initially | David Greenman | 1994-03-21 | 1 | -2/+5 |
| * | "New" VM system from John Dyson & myself. For a run-down of the | David Greenman | 1994-01-14 | 1 | -10/+19 |
| * | Increased maximum and default 'size' limits to more reasonable values. | David Greenman | 1994-01-03 | 1 | -5/+5 |