| Age | Commit message (Expand) | Author |
| 2020-06-14 | Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s but | ad |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-03-22 | Process concurrent page faults on individual uvm_objects / vm_amaps in | ad |
| 2020-03-19 | sysctl_vm_uvmexp2(): some counters were needlessly truncated. | ad |
| 2020-01-15 | Merge from yamt-pagecache (after much testing): | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | Counter tweaks: | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-01-07 | add sysctl to easily set ubc_direct | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-12-02 | add two new members to uvmexp_sysctl{}: bootpages and poolpages. | mrg |
| 2017-07-02 | Export the guard size of the main thread via vm.guard_size. Add a | joerg |
| 2014-12-01 | Sort in uvmexp_sysctl's order for readability. No functional change. | msaitoh |
| 2014-12-01 | Fix a bug that "vmstat -s" print uvmexp.ncolors incorrectly. | msaitoh |
| 2014-02-26 | Fix copy & pasto | martin |
| 2014-02-26 | Add vm.min_address and vm.max_address which return VM_MIN_ADDRESS and | matt |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-12-30 | prevent kernel from writing more than userland passed. | christos |
| 2011-11-13 | if you are going to dereference a variable, check the variable itself, not | christos |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-16 | Nowadays, comparing priority against PZERO doesn't make any sense. | enami |
| 2010-11-06 | Include uvm/uvm.h because this is part of UVM. | uebayasi |
| 2010-04-16 | - Merge sched_pstats() and uvm_meter()/uvm_loadav(). Avoids double loop | rmind |
| 2010-04-11 | now that CTLTYPE_BOOL actually works, use it to export vm_page_zero_enable | mrg |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2008-06-04 | - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2007-02-26 | implement priority inheritance. | yamt |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-15 | Fix load average calculation: | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | even more __unused. | dogcow |
| 2006-09-15 | merge yamt-pdpolicy branch. | yamt |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2005-12-21 | whitespace in SYSCTL_DESCR. | yamt |
| 2005-12-21 | make length of inactive queue tunable by sysctl. (vm.inactivepct) | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-09 | Whitespace nit. | simonb |
| 2005-06-27 | Use ANSI function decls. | thorpej |
| 2005-05-15 | remove anon related statistics which are no longer used. | yamt |
| 2004-10-10 | expose vm_page_zero_enable as vm.idlezero sysctl. | yamt |
| 2004-05-25 | Sysctl descriptions under vm subtree | atatat |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |