summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
Commit message (Expand)AuthorAgeFilesLines
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-8/+4
* Prepare to replace the buf splay with a trie:jeff2013-04-061-20/+4
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-3/+3
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+2
* vm_pager_object_lookup: small performance optimizationavg2012-05-231-6/+7
* Add new pager type, OBJT_MGTDEVICE. It provides the device pagerkib2012-05-121-1/+2
* Remove the condition that is always true.kib2011-11-151-1/+1
* Move the definition of M_VMPGDATA to the swap pager, where the onlyalc2011-01-181-2/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+2
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-4/+4
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-5/+2
* Consider a scenario in which one processor, call it Pt, is performingalc2007-08-051-7/+19
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.kan2005-08-131-0/+1
* Remove calls to spl*().alc2005-05-181-11/+0
* Make npages static and const.phk2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp().phk2004-11-151-0/+42
* More kasserts.phk2004-11-151-1/+6
* style polishing.phk2004-11-151-7/+3
* Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff.phk2004-11-151-0/+44
* expect the caller to have called pbrelvp() if necessary.phk2004-11-151-3/+0
* Retire b_magic now, we have the bufobj containing the same hint.phk2004-11-041-1/+0
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-1/+0
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-081-3/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses.alc2004-04-061-20/+0
* - Remove comments referring to functions that no longer exist.alc2003-10-201-2/+0
* Use sparse struct initializations for struct pagerops.phk2003-08-051-25/+5
* Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocatealc2003-08-041-1/+1
* Move extern declaration of the various pagerops from vm_pager.cphk2003-08-031-6/+0
* Initialize b_saveaddr when we hand out pbufsphk2003-06-201-2/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-061-0/+5
* Remove GIANT_REQUIRED from getpbuf(). Reviewed by: teggealc2003-04-051-2/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-1/+1
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-011-19/+0
* o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().alc2002-06-211-3/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-191-6/+6
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/jake2002-03-171-2/+3
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-2/+0
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-051-1/+6
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-2/+2
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-271-2/+2
* Whitespace fixes.jhb2001-08-041-1/+1
* whitespace / register cleanupdillon2001-07-041-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-16/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-4/+23
OpenPOWER on IntegriCloud