summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_contig.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Make contigmalloc(9)'s page laundering more robust. Specifically, usealc2007-11-251-3/+6
* Tidy up: Add comments. Eliminate the pointlessalc2007-11-251-19/+23
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-10/+1
* Enable the new physical memory allocator.alc2007-06-161-374/+42
* Conditionally acquire Giant in vm_contig_launder_page().alc2007-06-111-0/+4
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Correct contigmalloc2()'s implementation of M_ZERO. Specifically,alc2007-04-191-1/+1
* Change the free page queue lock from a spin mutex to a default (blocking)alc2007-02-051-7/+7
* Ensure that the page's oflags field is initialized by contigmalloc().alc2006-11-081-0/+1
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-221-2/+2
* sun4v requires TSBs (translation storage buffers) to be contiguous and bekmacy2006-10-121-4/+6
* Make vm_page_release_contig() static.alc2006-09-031-1/+1
* Prevent a call to contigmalloc() that asks for more physical memory thanalc2006-08-261-1/+1
* Ignore dirty pages owned by "dead" objects.tegge2006-03-081-0/+4
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+3
* Hold extra reference to vm object while cleaning pages.tegge2006-03-021-0/+2
* The change a few years ago of having contigmalloc start its scan at the topscottl2006-01-291-2/+19
* Plug a leak in the newer contigmalloc() implementation. Specifically, ifalc2006-01-261-10/+5
* The previous revision incorrectly changed a switch statement into an ifalc2006-01-251-3/+3
* MI changes:netchild2005-12-311-6/+5
* Check for marker pages when scanning active and inactive page queues.tegge2005-08-121-0/+5
* The new contigmalloc(9) has a bad degenerate case where there weregreen2005-06-111-11/+23
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* Try to close a potential, but serious race in our VM subsystem.delphij2004-11-241-2/+15
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-2/+0
* Acquire the vm object lock before rather than after callingalc2004-10-241-4/+5
* Turn on the new contigmalloc(9) by default. There should not actuallygreen2004-08-051-1/+1
* Remove extraneous locks on the VM free page queue mutex; it is notgreen2004-07-191-2/+0
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-191-36/+270
* Make contigmalloc() more reliable:green2004-06-151-6/+25
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Remove GIANT_REQUIRED from contigfree().alc2004-03-131-1/+1
* In the last revision, I introduced a physical contiguity check that is bothalc2004-03-051-3/+1
* Modify contigmalloc1() so that the free page queues lock is not held whenalc2004-03-021-1/+13
* Correct a long-standing race condition in vm_contig_launder() that couldalc2004-02-161-0/+2
* Remove vm_page_alloc_contig(). It's now unused.alc2004-01-141-15/+0
* - Unmanage pages allocated by contigmalloc1(). (There is no point inalc2004-01-101-6/+2
* - Enable recursive acquisition of the mutex synchronizing access to thealc2004-01-081-2/+6
* Don't bother clearing PG_ZERO in contigmalloc1(), kmem_alloc(), oralc2004-01-061-1/+0
* - Increase the object lock's scope in vm_contig_launder() so that accessalc2003-10-181-4/+11
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+2
* Use pmap_zero_page() to zero pages instead of bzero() becausemux2003-07-271-1/+1
* Acquire Giant rather than asserting it is held in contigmalloc(). This isalc2003-07-261-1/+2
* Add support for the M_ZERO flag to contigmalloc().mux2003-07-251-1/+5
* Lock a vm object when freeing a page from it.alc2003-07-051-0/+7
* Fix a few style(9) nits.mux2003-07-021-13/+9
* Use __FBSDID().obrien2003-06-111-1/+3
OpenPOWER on IntegriCloud