| Age | Commit message (Expand) | Author |
| 2020-07-23 | unifdef -U_LKM | skrll |
| 2020-06-25 | uvm_emap_size was removed a while ago | jdolecek |
| 2020-06-25 | If ubc_winshift gets constified, the extern declaration must be too. | mlelstv |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2017-07-02 | Export the guard size of the main thread via vm.guard_size. Add a | joerg |
| 2017-06-23 | Recommit exec_subr.c revision 1.79: | joerg |
| 2015-09-26 | move CTL_VM constants to uvm_param.h, leaving a comment behind. | christos |
| 2014-02-26 | Add vm.min_address and vm.max_address which return VM_MIN_ADDRESS and | matt |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS and commentary which is no longer used/true. | christos |
| 2014-01-25 | provide proper defaults for topdown and bottomup allocation. | christos |
| 2012-03-19 | Expose vm_inherit/voff_t/pgoff_t to userland to fix build. | uebayasi |
| 2012-03-18 | Move base type definitions from uvm_extern.h to uvm_param.h so that | uebayasi |
| 2012-02-27 | __uvmexp_pagesize is needed also for non-modular builds, as | he |
| 2012-02-23 | Add "opt_modular.h" | matt |
| 2012-02-17 | Make sure to export uvmexp_* if MODULAR is defined. | matt |
| 2011-11-29 | Redefine ptoa() to be the inverse of atop. If you were using a 32-bit vaddr_t | matt |
| 2010-11-14 | Oops. Fix thinko. | uebayasi |
| 2010-11-14 | Platforms that dynamically set PAGE_{SIZE,MASK,SHIFT}, those values are | uebayasi |
| 2010-11-13 | UVM constants should not rely on sys/lock.h. | uebayasi |
| 2009-07-20 | Globalize uvm_emap_size. It use to calculate size of kernel page table. | kiyohara |
| 2006-08-04 | Rearrange included headers and/or add include of <sys/types.h> and | he |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-04-04 | Use maxdmap and maxsmap instead of MAXDSIZ and MAXSSIZ. | pk |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-19 | PR/2931: Eric Beltensen: Move boolean_t and TRUE/FALSE from uvm_param.h to | christos |
| 2003-04-09 | Tweak the way the pagesize-related variables are set: | thorpej |
| 2003-03-14 | Nuke mem_size global since nothing in the kernel actually refers to it. | matt |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2001-12-09 | add {anon,file,exec}max as a upper bound on the amount of memory that | chs |
| 2001-08-05 | Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't | matt |
| 2001-07-14 | Add support for kern.maxphys, vm.maxslp, vm.uspace (the later two for ps). | matt |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-05-02 | Support dynamic sizing of the page color bins. We also support | thorpej |
| 2001-04-29 | Implement page coloring, using a round-robin bucket selection | thorpej |
| 2001-03-21 | use ubc_winshift instead of ubc_winsize in pmaps to set up kernel | chs |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-03-09 | add UBC memory-usage balancing. we track the number of pages in use for | chs |
| 2001-01-09 | atop(): cast argument to `paddr_t' (instead of `u_long') to avoid | pk |
| 2000-12-21 | expose the tunables ubc_nwins and ubc_winsize in uvm_param.h. | chs |
| 2000-11-29 | Add a vm.uvmexp2 sysctl that uses a ABI-safe 'struct uvmexp_sysctl'. | simonb |
| 2000-06-26 | <vm/vm_param.h> -> <uvm/uvm_param.h> | mrg |