| Age | Commit message (Expand) | Author |
| 2022-08-20 | x86: Split most of pmap.h into pmap_private.h or vmparam.h. | riastradh |
| 2020-11-26 | make the max text size the same as the max data size | christos |
| 2020-10-06 | GC unused MAXTSIZ32 | christos |
| 2020-01-22 | Move the UBC defaults into vmparam.h | ad |
| 2019-02-11 | We reorganise definitions for XEN source support as follows: | cherry |
| 2019-01-17 | Increase VM_PHYSSEG_MAX from 32 to 64. Saw an example on tech-kern@ of a | maxv |
| 2018-10-29 | Make VM_MIN_KERNEL_ADDRESS and others available in the _KMEMUSER case | maya |
| 2018-10-28 | Add #ifdef _KERNEL, vaddr_t does not exist in userland, and we don't want | maxv |
| 2018-08-12 | Randomize the main memory on Xen, same as native. Tested on amd64-dom0. | maxv |
| 2018-08-12 | More ASLR: randomize the kernel main memory. VM_MIN_KERNEL_ADDRESS becomes | maxv |
| 2017-11-13 | Remove superfluous word in comment. Noted by Geoff Wing. | wiz |
| 2017-11-11 | bump PAGER_MAP_DEFAULT_SIZE to 512MB. this should allow more | mrg |
| 2017-06-24 | Update VM_DEFAULT_ADDRESS32_TOPDOWN to include guard area. | joerg |
| 2017-06-23 | Recommit exec_subr.c revision 1.79: | joerg |
| 2017-06-17 | Increase the kernel heap size from 512GB to 32TB, in such a way that it | maxv |
| 2017-06-15 | Correct these values. They must be consistent with NKL4_MAX_ENTRIES, | maxv |
| 2017-02-11 | Remove VM_MAX_KERNEL_BUF (unused). Looks like several other ports could | maxv |
| 2016-11-19 | Put a one-page redzone between userland and the PTE space on amd64 and | maxv |
| 2016-08-07 | Remove unused <sys/tree.h>. | dholland |
| 2014-07-24 | Add a FIRST1G page freelist to x86, for old graphics devices. | riastradh |
| 2014-06-12 | Tweak x86 page freelists and add x86_select_freelist. | riastradh |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match | christos |
| 2014-01-25 | provide propert address defaults for topdown and bottomup allocation | 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-01-10 | reduce VM_MAX_KERNEL_ADDRESS so that it does not include | chs |
| 2011-11-24 | Bump text size to 128MB to make sure that gcc46 fits. It exceeded 64MB by | christos |
| 2011-03-04 | Revert max stack size change. This is not used anymore for 32 bit binaries. | christos |
| 2011-03-04 | Reduce MAXSSIZ to 64MB, otherwise netbsd32 binaries crash in ld.elf_so, | joerg |
| 2011-02-17 | make stack size limit (both initial and maximum) for native code | drochner |
| 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-11-22 | For amd64, introduce a third free list distinct from the default free list | bouyer |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2008-12-13 | _VMPARAM_H_ -> _$MACHINE_VMPARAM_H_ | pooka |
| 2008-12-13 | wrap in #ifdef __x86_64__ | pooka |
| 2008-01-20 | - rewrite P->V tracking. | yamt |
| 2008-01-06 | #include <sys/mutex.h> | ad |
| 2007-11-22 | Pull up the bouyer-xenamd64 branch to HEAD. This brings in amd64 support | bouyer |
| 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 |
| 2006-01-11 | Add support for VM_TOPDOWN, and use it unconditionally (just like i386). | cube |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-30 | Fix typo reported in PR 30872. | wiz |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-11 | Prevent integer overflow. | ws |
| 2005-02-10 | Increase max data size, now that the Xserver can grok it. | ws |