Age | Commit message (Expand) | Author |
2023-09-16 | Allow counters_read(9) to take an optional scratch buffer. | Martin Pieuchot |
2023-08-18 | Move the loadavg calculation to sched_bsd.c as update_loadav() | Claudio Jeker |
2023-08-03 | Remove the per-cpu loadavg calculation. | Claudio Jeker |
2023-08-03 | Mark the exponential constants for load avarage calculation as const. | Claudio Jeker |
2023-08-02 | uvm_loadav: don't recompute schedstate_percpu.spc_nrun | Scott Soule Cheloha |
2023-08-01 | The swapper left the building long time ago. Now with the issue in | Claudio Jeker |
2023-06-21 | Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout" | Scott Soule Cheloha |
2023-06-20 | schedcpu, uvm_meter(9): make uvm_meter() an independent timeout | Scott Soule Cheloha |
2020-12-28 | Use per-CPU counters for fault and stats counters reached in uvm_fault(). | Martin Pieuchot |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-03-24 | Use FALLTHROUGH in uvm_total() like it is done in uvm_loadav(). | Martin Pieuchot |
2019-12-05 | Move uvmexp_print() to a better place. | Martin Pieuchot |
2018-11-06 | new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@ | Otto Moerbeek |
2017-05-09 | Stop considering some sleeping threads are running. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-07-08 | rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.h | Theo de Raadt |
2014-05-06 | Include <sys/vmmeter.h> directly instead of relying on it being | Martin Pieuchot |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2010-07-22 | Remove the VM_KMPAGESFREE sysctl. After the pmemrange | Thordur I. Bjornsson |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-05-08 | Remove static qualifier of functions that are not inline. | Ariane van der Steldt |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2007-12-15 | export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-17 | typo | Pedro Martelletto |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-02 | Sysctl for finding out how many pages there are in kmem_map. | Artur Grabowski |
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski |
2000-06-14 | put in own ctl level for swapencrypt. | Niels Provos |
2000-03-18 | postpone memory allocation for uvm swap encryption until it is turned on with | Niels Provos |
2000-03-15 | Fix the NetBSD id strings. | Artur Grabowski |
1999-12-30 | swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled | Niels Provos |
1999-08-23 | sync with NetBSD from 1999.05.24 (there is a reason for this date) | Artur Grabowski |
1999-02-26 | add OpenBSD tags | Artur Grabowski |
1999-02-26 | Import of uvm from NetBSD. Some local changes, some code disabled | Artur Grabowski |