| Age | Commit message (Expand) | Author |
| 2014-01-28 | only limit bottom-up allocations, put back 3G limit on datasize. | christos |
| 2014-01-28 | Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up | christos |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match | christos |
| 2012-11-13 | bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough. | chs |
| 2012-08-15 | Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires | sborrill |
| 2012-05-07 | Raise per-image text size limit to 256MB. 64MB has seen already, so | joerg |
| 2012-02-19 | Removing remaining references to the alternate PTE space. Modify documentatio... | cherry |
| 2010-11-14 | Move struct vm_page_md definition from vmparam.h to pmap.h, because | uebayasi |
| 2010-11-06 | Remove incomplete, never worked dynamic run-time memory registration | uebayasi |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2008-12-13 | _VMPARAM_H_ -> _$MACHINE_VMPARAM_H_ | pooka |
| 2008-01-23 | Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 | bouyer |
| 2008-01-20 | - rewrite P->V tracking. | yamt |
| 2008-01-11 | Merge the bouyer-xeni386 branch to head, at tag bouyer-xeni386-merge1 (the | bouyer |
| 2008-01-06 | #include <sys/mutex.h> | ad |
| 2007-10-18 | merge yamt-x86pmap branch. | yamt |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-29 | Merge most x86 changes from the vmlocking branch, except the threaded soft | ad |
| 2006-09-27 | This is again that time of the millenium where we have to crank up a few | cube |
| 2005-09-20 | - Bump default data size from 128M to 256M, allows the java interpreter to | christos |
| 2005-07-17 | Increase the default datasize limit to 2GB. | christos |
| 2005-01-10 | Now that countless UVM bugs have been fixed, enable "topdown" memory | mycroft |
| 2004-05-12 | add a comment on mp_attrs. | yamt |
| 2003-10-23 | rename pv_next to pv_node. use SPLAY_RIGHT() instead of expanding it inline. | chs |
| 2003-10-23 | changed linked list in pmap_remove_pv to a splay tree; approved: fvdl@ | provos |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-22 | move pv_head and page attributes into md part of vm_page structure | yamt |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-16 | kernal -> kernel | cjep |
| 2003-02-23 | #include opt_uvm.h in machine/vmparam.h (for those ports offering the | atatat |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2003-01-29 | give some VM which was reserved for the UAREA but not used anymore back | drochner |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-10-20 | Until early last year, the i386 port had 256M of kvm, and the max. | fvdl |
| 2001-06-25 | Compute the VM_* constants directly, rather than hard-coding | thorpej |
| 2001-05-01 | Per discussion w/ chuck and chuck, restructure the md page stuff | thorpej |
| 2001-04-29 | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for | thorpej |
| 2001-01-03 | Bump shm max pages value to a more realistic one. | fvdl |
| 2000-11-14 | The i386 page size is fixed -- override PAGE_SIZE, et al, so that they | thorpej |
| 2000-11-09 | BIOS memory loading messages can be enabled with DEBUG_MEMLOAD. | kim |
| 2000-06-18 | Fix integer overflow in calculation of VM_MAX_KERNEL_BUF. | castor |
| 2000-02-11 | Update for the NKMEMPAGES changes. | thorpej |
| 2000-02-11 | Move KERNBASE to 0xc0000000, giving the kernel a more-or-less full 1G | thorpej |
| 2000-01-26 | Remove obsoleted macros. | tsutsui |
| 1999-12-04 | CL* discarding. | ragge |
| 1999-06-17 | PMAP_NEW is no longer optional on the i386; the old pmap's page table | thorpej |
| 1999-04-26 | Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size | thorpej |
| 1999-01-16 | remove non MNN code | chuck |