summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267213 (by alc):kib2014-07-241-0/+25
* MFC r259107alc2014-05-231-1/+1
* PG_SLAB no longer serves a useful purpose, since m->object is nokib2013-09-171-4/+2
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-161-103/+1
* If the last page of the file is partially full and whole validkib2013-09-141-3/+10
* The vm_page_trysbusy() should not fail when shared busy counter orkib2013-09-051-3/+7
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-9/+0
* Remove comment that is no longer relevant since r254182.glebius2013-08-261-4/+0
* Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() canalc2013-08-231-0/+9
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-7/+1
* Addendum to r254141: Allow recursion on the free pages queues lock inalc2013-08-211-1/+1
* On the recovery path for vm_page_alloc(), if a page had been requestedattilio2013-08-151-0/+9
* Improve pageout flow control to wakeup more frequently and do less work whilejeff2013-08-131-1/+0
* Correct the recovery logic in vm_page_alloc_contig:attilio2013-08-111-4/+2
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-23/+28
* Revert the addition of VPO_BUSY and instead update vm_page_replace() tojhb2013-08-091-6/+6
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-32/+211
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-92/+240
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-44/+67
* In the vm_page_set_invalid() function, do not assert that the page iskib2013-07-111-2/+0
* vm_phys_fictitious_reg_range() was losing the 'memattr' because it would beneel2013-07-031-0/+1
* Typo in comment.glebius2013-06-241-1/+1
* Revise the interface between vm_object_madvise() and vm_page_dontneed() soalc2013-06-101-8/+27
* Remove irrelevant comments.kib2013-06-031-7/+0
* Require that the page lock is held, instead of the object lock, whenalc2013-06-031-0/+7
* Now that access to the page's "act_count" field is synchronized by the pagealc2013-06-011-1/+0
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+1
* Add ddb command 'show pginfo' which provides useful information aboutkib2013-05-211-0/+23
* Relax the object locking assertion in vm_page_lookup(). Now that a radixalc2013-05-171-1/+1
* Bandaid for compiling with gcc, which happens to be the default compilerpeter2013-05-131-0/+1
* Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() andalc2013-05-121-19/+51
* Most allocation of pages to objects proceeds from lower to higheralc2013-03-171-5/+5
* Simplify the interface to vm_radix_insert() by eliminating the parameteralc2013-03-171-3/+3
* MFCattilio2013-03-121-4/+1
* When transferring the page from one object to another, don't insert thealc2013-03-121-1/+1
* MFCattilio2013-03-111-1/+1
|\
| * Update a comment: The object lock is no longer a mutex.alc2013-03-091-1/+1
* | Introduce vm_radix_is_empty(), and use it in place ofalc2013-03-101-4/+4
* | Merge from vmcontention.attilio2013-03-091-37/+38
|\ \
| * \ MFCattilio2013-03-091-59/+160
| |\ \ | | |/
| | * Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-091-37/+38
| | |\
| | | * As VM_OBJECT_SLEEP() is a vm_object_t specific function, makeattilio2013-02-261-1/+1
| | | * Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-31/+31
| | | * Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-6/+6
| | | * Switch vm_object lock to be a rwlock.attilio2013-02-201-32/+33
| | * | Merge from vmc-playground:attilio2013-03-091-7/+9
* | | | Evaluations on the likelyhood of empty object cache cannot be made inattilio2013-03-041-2/+2
* | | | A Boolean is more appropriate than an int here. Use what I think is aalc2013-03-041-5/+4
* | | | Two out of three times that vm_page_find_least() is called, it's going toalc2013-03-031-1/+4
* | | | Merge from vmcontentionattilio2013-02-261-1/+1
|\ \ \ \ | |/ / /
OpenPOWER on IntegriCloud