summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | MFCattilio2013-02-261-1/+1
| |\ \ \ | | |/ /
| | * | Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-261-1/+1
| | |/
* | | Revert wrongly added asserts: lookup and remove from the collectionattilio2013-02-261-8/+2
* | | Remove an unuseful check as looking up into an empty trie should beattilio2013-02-151-3/+1
* | | Remove whitespace.attilio2013-02-151-1/+1
* | | - Fix style in vm_page_lookup(): there is no whiteline betweenattilio2013-02-151-1/+16
* | | Remove an unuseful check on resident_page_count.attilio2013-02-141-3/+1
* | | The radix preallocation pages can overfow the biggestone segment, soattilio2013-02-141-19/+16
* | | Implement a new algorithm for managing the radix trie which alsoattilio2013-02-131-18/+20
* | | Fix style.attilio2013-02-101-1/+1
* | | Style.attilio2013-02-071-1/+1
* | | Cleanup vm_radix KPI:attilio2013-02-061-7/+3
* | | Enrich comments on newly added assertions.attilio2013-02-061-2/+4
* | | Reduce diffs against HEAD.attilio2013-02-061-2/+1
* | | Now that vm_page_cache_free() and vm_page_cache_transfer() areattilio2013-02-061-4/+6
* | | Reduce diffs against HEAD:attilio2013-02-061-30/+41
* | | Reduce diffs against HEAD:attilio2013-02-051-12/+34
* | | Reduce differences with HEAD.attilio2013-02-041-4/+4
* | | Merge from vmcontentionattilio2013-02-041-201/+197
|\ \ \ | |/ /
| * | MFCattilio2012-12-111-85/+136
| |\ \ | | |/
| | * In the past four years, we've added two new vm object types. Each time,alc2012-12-091-8/+5
| | * Correct an error in r230623. When both VM_ALLOC_NODUMP and VM_ALLOC_ZEROalc2012-11-211-2/+2
| | * Replace the single, global page queues lock with per-queue locks on thealc2012-11-131-64/+119
| | * In general, we call pmap_remove_all() before calling vm_page_cache(). So,alc2012-11-011-3/+3
| | * Rework the known mutexes to benefit about staying on their ownattilio2012-10-311-4/+4
| | * Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE,alc2012-10-291-5/+4
| * | MFCattilio2012-10-221-63/+26
| |\ \ | | |/
| | * Move vm_page_requeue() to the only file that uses it.alc2012-10-131-22/+0
| | * Eliminate the conditional for releasing the page queues lock inalc2012-10-131-4/+1
| | * Tidy up a bit:alc2012-10-031-37/+25
| * | MFCattilio2012-08-271-0/+39
| |\ \ | | |/
OpenPOWER on IntegriCloud