summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r269643:kib2014-08-131-1/+1
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-2/+1
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-4/+4
* Switch vm_object lock to be a rwlock.attilio2013-02-201-4/+4
* Add new pager type, OBJT_MGTDEVICE. It provides the device pagerkib2012-05-121-0/+1
* Update the device pager interface, while keeping the compatibilitykib2011-11-151-0/+14
* Move the definition of M_VMPGDATA to the swap pager, where the onlyalc2011-01-181-3/+0
* Reimplement vm_object_page_clean(), using the fact that vm object memqkib2010-07-041-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-2/+4
* Eliminate an unneeded forward declaration. (This should have been removedalc2009-06-061-2/+0
* Update some comments to reflect the change from spl-based to lock-basedalc2005-05-181-2/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Improve readability with a bunch of typedefs for the pager ops.phk2004-11-091-7/+15
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-081-1/+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-2/+0
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-241-2/+4
* Add XXX: comment to vm_pager_unswapped().phk2003-08-061-0/+5
* Use sparse struct initialization for struct pagerops.phk2003-08-051-2/+0
* Move extern declaration of the various pagerops from vm_pager.cphk2003-08-031-0/+6
* Assert that the vm object is locked on entry to vm_pager_get_pages().alc2003-06-231-5/+1
* Maintain a lock on the vm object of interest throughout vm_fault(),alc2003-06-221-1/+1
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-2/+5
* Allow the VM object flushing code to cluster. When the filesystem syncerdillon2002-12-281-2/+4
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-011-3/+0
* Remove __P.alfred2002-03-191-21/+21
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-7/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-10/+5
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-1/+15
* protect pbufs and associated counts with a mutexalfred2001-04-131-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-3/+3
* Move and staticize the bufchain functions so they become local to thephk2000-05-011-4/+0
* Add necessary spl protection for swapper. The problem was located bydillon2000-03-271-0/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-2/+16
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-2/+9
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-5/+5
* Move many of the vm_pager_*() functions from vm_pager.c to inlines indillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-5/+54
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-2/+5
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-5/+5
OpenPOWER on IntegriCloud