| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of | kib | 2014-08-09 | 1 | -11/+9 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 1 | -1/+1 |
* | Add a page size field to struct vm_page. Increase the page size field when | alc | 2014-06-07 | 1 | -0/+2 |
* | Since the introduction of the popmap to reservations in r259999, there is | alc | 2013-12-31 | 1 | -3/+0 |
* | PG_SLAB no longer serves a useful purpose, since m->object is no | kib | 2013-09-17 | 1 | -1/+0 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | kib | 2013-09-16 | 1 | -11/+6 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+0 |
* | Improve pageout flow control to wakeup more frequently and do less work while | jeff | 2013-08-13 | 1 | -1/+0 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -5/+15 |
* | Revert the addition of VPO_BUSY and instead update vm_page_replace() to | jhb | 2013-08-09 | 1 | -1/+0 |
* | Add missing 'VPO_BUSY' from r254141 to fix kernel build break. | obrien | 2013-08-09 | 1 | -0/+1 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -2/+4 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -34/+83 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -5/+32 |
* | Revise the interface between vm_object_madvise() and vm_page_dontneed() so | alc | 2013-06-10 | 1 | -1/+1 |
* | Update a comment. | alc | 2013-06-04 | 1 | -2/+2 |
* | Require that the page lock is held, instead of the object lock, when | alc | 2013-06-03 | 1 | -7/+9 |
* | Simplify the definition of vm_page_lock_assert(). There is no compelling | alc | 2013-05-31 | 1 | -7/+6 |
* | The per-page act_count can be made very-easily protected by the | attilio | 2013-04-08 | 1 | -1/+1 |
* | Now that vm_page_cache_free() and vm_page_cache_transfer() are | attilio | 2013-02-06 | 1 | -1/+1 |
* | Reduce diffs against HEAD: | attilio | 2013-02-06 | 1 | -1/+1 |
* | Reduce diffs against HEAD: | attilio | 2013-02-05 | 1 | -1/+1 |
* | Merge from vmcontention | attilio | 2013-02-04 | 1 | -59/+154 |
|\ |
|
| * | MFC | attilio | 2012-12-11 | 1 | -50/+76 |
| |\ |
|
| | * | Update a comment to reflect the elimination of the hold queue in r242300. | alc | 2012-11-17 | 1 | -5/+1 |
| | * | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 1 | -2/+0 |
| | * | Explicitely state that M_USE_RESERVE requires M_NOWAIT, using assertion. | kib | 2012-11-16 | 1 | -0/+3 |
| | * | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -0/+16 |
| | * | Replace the single, global page queues lock with per-queue locks on the | alc | 2012-11-13 | 1 | -16/+37 |
| | * | Rework the known mutexes to benefit about staying on their own | attilio | 2012-10-31 | 1 | -12/+4 |
| | * | Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE, | alc | 2012-10-29 | 1 | -17/+17 |
| * | | MFC | attilio | 2012-10-22 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | Move vm_page_requeue() to the only file that uses it. | alc | 2012-10-13 | 1 | -1/+0 |
| * | | MFC | attilio | 2012-08-27 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 1 | -1/+1 |
| | * | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -2/+0 |
| | * | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 1 | -0/+1 |
| * | | MFC | attilio | 2012-08-03 | 1 | -8/+79 |
| |\ \
| | |/ |
|
| | * | Inline vm_page_aflags_clear() and vm_page_aflags_set(). | alc | 2012-08-03 | 1 | -7/+79 |
| | * | Eliminate an unneeded declaration. (I should have removed this as part | alc | 2012-07-30 | 1 | -1/+0 |
* | | | Merge from vmcontention | attilio | 2012-07-08 | 1 | -7/+31 |
|\ \ \
| |/ / |
|
| * | | MFC | attilio | 2012-06-23 | 1 | -7/+31 |
| |\ \
| | |/ |
|
| | * | Selectively inline vm_page_dirty(). | alc | 2012-06-20 | 1 | -1/+23 |
| | * | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -6/+8 |
* | | | - Split the cached and resident pages tree into 2 distinct ones. | attilio | 2012-07-08 | 1 | -0/+1 |
* | | | Revert r231027 and fix the prototype for vm_radix_remove(). | attilio | 2012-06-08 | 1 | -1/+1 |
|/ / |
|
* | | MFC | attilio | 2012-06-01 | 1 | -14/+3 |
|\ \
| |/ |
|
| * | Add a facility to register a range of physical addresses to be used | kib | 2012-05-12 | 1 | -13/+1 |
| * | Split the code from vm_page_getfake() to initialize the fake page struct | kib | 2012-05-12 | 1 | -0/+1 |
| * | Commit the change forgotten in r235356. | kib | 2012-05-12 | 1 | -1/+1 |