| Commit message (Expand) | Author | Age | Files | Lines |
* | In the vm_page_set_invalid() function, do not assert that the page is | kib | 2013-07-11 | 1 | -2/+0 |
* | vm_phys_fictitious_reg_range() was losing the 'memattr' because it would be | neel | 2013-07-03 | 1 | -0/+1 |
* | Typo in comment. | glebius | 2013-06-24 | 1 | -1/+1 |
* | Revise the interface between vm_object_madvise() and vm_page_dontneed() so | alc | 2013-06-10 | 1 | -8/+27 |
* | Remove irrelevant comments. | kib | 2013-06-03 | 1 | -7/+0 |
* | Require that the page lock is held, instead of the object lock, when | alc | 2013-06-03 | 1 | -0/+7 |
* | Now that access to the page's "act_count" field is synchronized by the page | alc | 2013-06-01 | 1 | -1/+0 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -1/+1 |
* | Add ddb command 'show pginfo' which provides useful information about | kib | 2013-05-21 | 1 | -0/+23 |
* | Relax the object locking assertion in vm_page_lookup(). Now that a radix | alc | 2013-05-17 | 1 | -1/+1 |
* | Bandaid for compiling with gcc, which happens to be the default compiler | peter | 2013-05-13 | 1 | -0/+1 |
* | Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and | alc | 2013-05-12 | 1 | -19/+51 |
* | Most allocation of pages to objects proceeds from lower to higher | alc | 2013-03-17 | 1 | -5/+5 |
* | Simplify the interface to vm_radix_insert() by eliminating the parameter | alc | 2013-03-17 | 1 | -3/+3 |
* | MFC | attilio | 2013-03-12 | 1 | -4/+1 |
* | When transferring the page from one object to another, don't insert the | alc | 2013-03-12 | 1 | -1/+1 |
* | MFC | attilio | 2013-03-11 | 1 | -1/+1 |
|\ |
|
| * | Update a comment: The object lock is no longer a mutex. | alc | 2013-03-09 | 1 | -1/+1 |
* | | Introduce vm_radix_is_empty(), and use it in place of | alc | 2013-03-10 | 1 | -4/+4 |
* | | Merge from vmcontention. | attilio | 2013-03-09 | 1 | -37/+38 |
|\ \ |
|
| * \ | MFC | attilio | 2013-03-09 | 1 | -59/+160 |
| |\ \
| | |/ |
|
| | * | Switch the vm_object mutex to be a rwlock. This will enable in the | attilio | 2013-03-09 | 1 | -37/+38 |
| | |\ |
|
| | | * | As VM_OBJECT_SLEEP() is a vm_object_t specific function, make | attilio | 2013-02-26 | 1 | -1/+1 |
| | | * | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -31/+31 |
| | | * | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -6/+6 |
| | | * | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -32/+33 |
| | * | | Merge from vmc-playground: | attilio | 2013-03-09 | 1 | -7/+9 |
* | | | | Evaluations on the likelyhood of empty object cache cannot be made in | attilio | 2013-03-04 | 1 | -2/+2 |
* | | | | A Boolean is more appropriate than an int here. Use what I think is a | alc | 2013-03-04 | 1 | -5/+4 |
* | | | | Two out of three times that vm_page_find_least() is called, it's going to | alc | 2013-03-03 | 1 | -1/+4 |
* | | | | Merge from vmcontention | attilio | 2013-02-26 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | MFC | attilio | 2013-02-26 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Wrap the sleeps synchronized by the vm_object lock into the specific | attilio | 2013-02-26 | 1 | -1/+1 |
| | |/ |
|
* | | | Revert wrongly added asserts: lookup and remove from the collection | attilio | 2013-02-26 | 1 | -8/+2 |
* | | | Remove an unuseful check as looking up into an empty trie should be | attilio | 2013-02-15 | 1 | -3/+1 |
* | | | Remove whitespace. | attilio | 2013-02-15 | 1 | -1/+1 |
* | | | - Fix style in vm_page_lookup(): there is no whiteline between | attilio | 2013-02-15 | 1 | -1/+16 |
* | | | Remove an unuseful check on resident_page_count. | attilio | 2013-02-14 | 1 | -3/+1 |
* | | | The radix preallocation pages can overfow the biggestone segment, so | attilio | 2013-02-14 | 1 | -19/+16 |
* | | | Implement a new algorithm for managing the radix trie which also | attilio | 2013-02-13 | 1 | -18/+20 |
* | | | Fix style. | attilio | 2013-02-10 | 1 | -1/+1 |
* | | | Style. | attilio | 2013-02-07 | 1 | -1/+1 |
* | | | Cleanup vm_radix KPI: | attilio | 2013-02-06 | 1 | -7/+3 |
* | | | Enrich comments on newly added assertions. | attilio | 2013-02-06 | 1 | -2/+4 |
* | | | Reduce diffs against HEAD. | attilio | 2013-02-06 | 1 | -2/+1 |
* | | | Now that vm_page_cache_free() and vm_page_cache_transfer() are | attilio | 2013-02-06 | 1 | -4/+6 |
* | | | Reduce diffs against HEAD: | attilio | 2013-02-06 | 1 | -30/+41 |
* | | | Reduce diffs against HEAD: | attilio | 2013-02-05 | 1 | -12/+34 |
* | | | Reduce differences with HEAD. | attilio | 2013-02-04 | 1 | -4/+4 |
* | | | Merge from vmcontention | attilio | 2013-02-04 | 1 | -201/+197 |
|\ \ \
| |/ / |
|