| Commit message (Expand) | Author | Age | Files | Lines |
* | Place VM objects on the object list when created and never remove them. | jhb | 2015-05-08 | 1 | -12/+4 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -12/+12 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -4/+4 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | - Add system wide page faults requiring I/O counter. | zont | 2013-01-28 | 1 | -0/+1 |
* | In the past four years, we've added two new vm object types. Each time, | alc | 2012-12-09 | 1 | -1/+1 |
* | - The previous commit (r228449) accidentally moved the vm.stats.vm.* sysctls | eadler | 2011-12-14 | 1 | -47/+50 |
* | Document a large number of currently undocumented sysctls. While here | eadler | 2011-12-13 | 1 | -108/+63 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -3/+0 |
* | Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present. | jmallett | 2011-02-12 | 1 | -5/+1 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -2/+0 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done | jhb | 2009-01-23 | 1 | -53/+53 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -0/+1 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -1/+4 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -16/+6 |
* | Add a counter for the total number of pages cached and support for | alc | 2007-07-27 | 1 | -0/+2 |
* | Eliminate dead code. | alc | 2007-07-12 | 1 | -10/+0 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -3/+9 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -62/+60 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -60/+62 |
* | Remove a redundant pointer-type variable. | ru | 2006-11-20 | 1 | -19/+18 |
* | When counting vm totals, skip unreferenced objects, including | ru | 2006-11-20 | 1 | -0/+7 |
* | Retire debug.mpsafevm. None of the architectures supported in CVS require | alc | 2006-07-21 | 1 | -8/+0 |
* | Set debug.mpsafevm to true on PowerPC. (Now, by default, all architectures | alc | 2006-07-10 | 1 | -4/+0 |
* | Enable debug.mpsafevm on arm by default. | alc | 2006-06-10 | 1 | -1/+1 |
* | Close race between vmspace_exitfree() and exit1() and races between | tegge | 2006-05-29 | 1 | -1/+6 |
* | Enable debug_mpsafevm on ia64 due to the severe functional regression | marcel | 2005-05-08 | 1 | -1/+1 |
* | Tidy vcnt() by moving a duplicated line above #ifdef and removing a useless | jhb | 2005-04-12 | 1 | -5/+2 |
* | Flip the switch and turn mpsafevm on by default for sparc64. | jhb | 2005-04-04 | 1 | -1/+1 |
* | sysctl node vm.stats can not be static (for ia64 reasons). | phk | 2005-02-11 | 1 | -1/+1 |
* | Make three SYSCTL_NODEs static | phk | 2005-02-10 | 1 | -3/+5 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Enable debug.mpsafevm by default on alpha. | alc | 2004-12-17 | 1 | -1/+1 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -2/+18 |
* | Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on- | alc | 2004-09-04 | 1 | -0/+4 |
* | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | alc | 2004-08-16 | 1 | -0/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Avoid lock-order reversal between the vm object list mutex and the vm | alc | 2004-01-02 | 1 | -5/+15 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Lock some manipulations of the vm object's flags. | alc | 2003-04-13 | 1 | -7/+7 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | dillon | 2003-01-11 | 1 | -1/+1 |
* | Add vm map and vm object locking to vmtotal(). | alc | 2003-01-03 | 1 | -5/+14 |
* | Lock the vm object when performing vm_object_clear_flag(). | alc | 2003-01-02 | 1 | -1/+4 |
* | Eliminate some dead code. (Any possible use for this code died with | alc | 2002-12-23 | 1 | -4/+0 |
* | The UP -current was not properly counting the per-cpu VM stats in the | dillon | 2002-12-22 | 1 | -0/+3 |
* | Rename the mutex thread and process states to use a more generic 'LOCK' | jhb | 2002-10-02 | 1 | -1/+1 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -23/+14 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -32/+39 |
* | Reintroduce locking on accesses to vm_object_list. | alc | 2002-04-20 | 1 | -0/+4 |