| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid an exclusive acquisition of the object lock on the expected execution | alc | 2014-09-14 | 1 | -0/+27 |
* | - Add a general purpose resource allocator, vmem, from NetBSD. It was | jeff | 2013-06-28 | 1 | -8/+4 |
* | Prepare to replace the buf splay with a trie: | jeff | 2013-04-06 | 1 | -20/+4 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -1/+1 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -3/+3 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+2 |
* | vm_pager_object_lookup: small performance optimization | avg | 2012-05-23 | 1 | -6/+7 |
* | Add new pager type, OBJT_MGTDEVICE. It provides the device pager | kib | 2012-05-12 | 1 | -1/+2 |
* | Remove the condition that is always true. | kib | 2011-11-15 | 1 | -1/+1 |
* | Move the definition of M_VMPGDATA to the swap pager, where the only | alc | 2011-01-18 | 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/+2 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -4/+4 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -5/+2 |
* | Consider a scenario in which one processor, call it Pt, is performing | alc | 2007-08-05 | 1 | -7/+19 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | kan | 2005-08-13 | 1 | -0/+1 |
* | Remove calls to spl*(). | alc | 2005-05-18 | 1 | -11/+0 |
* | Make npages static and const. | phk | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp(). | phk | 2004-11-15 | 1 | -0/+42 |
* | More kasserts. | phk | 2004-11-15 | 1 | -1/+6 |
* | style polishing. | phk | 2004-11-15 | 1 | -7/+3 |
* | Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff. | phk | 2004-11-15 | 1 | -0/+44 |
* | expect the caller to have called pbrelvp() if necessary. | phk | 2004-11-15 | 1 | -3/+0 |
* | Retire b_magic now, we have the bufobj containing the same hint. | phk | 2004-11-04 | 1 | -1/+0 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -1/+0 |
* | The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits | alc | 2004-04-08 | 1 | -3/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. | alc | 2004-04-06 | 1 | -20/+0 |
* | - Remove comments referring to functions that no longer exist. | alc | 2003-10-20 | 1 | -2/+0 |
* | Use sparse struct initializations for struct pagerops. | phk | 2003-08-05 | 1 | -25/+5 |
* | Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate | alc | 2003-08-04 | 1 | -1/+1 |
* | Move extern declaration of the various pagerops from vm_pager.c | phk | 2003-08-03 | 1 | -6/+0 |
* | Initialize b_saveaddr when we hand out pbufs | phk | 2003-06-20 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Lock the vm_object when performing vm_pager_deallocate(). | alc | 2003-05-06 | 1 | -0/+5 |
* | Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge | alc | 2003-04-05 | 1 | -2/+1 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -1/+1 |
* | o Remove some long dead code: from revision 1.41 of vm/vm_pager.c | alc | 2002-07-01 | 1 | -19/+0 |
* | o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). | alc | 2002-06-21 | 1 | -3/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -6/+6 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | jake | 2002-03-17 | 1 | -2/+3 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -2/+0 |
* | * Move bswlist declaration and initialization from kern/vfs_bio.c to | eivind | 2002-03-05 | 1 | -1/+6 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -2/+2 |
* | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | peter | 2002-02-27 | 1 | -2/+2 |
* | Whitespace fixes. | jhb | 2001-08-04 | 1 | -1/+1 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -2/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -16/+4 |