| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate duplication of the fake page code and zone by the device and sg | alc | 2011-03-11 | 1 | -0/+67 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -13/+1 |
* | Retire VFS_BIO_DEBUG. Convert those checks that were still valid into | alc | 2011-02-12 | 1 | -0/+1 |
* | Release the free page queues lock earlier in vm_page_alloc(). | alc | 2011-01-30 | 1 | -2/+7 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -2/+1 |
* | Shift responsibility for synchronizing access to the page's act_count | alc | 2011-01-16 | 1 | -1/+2 |
* | Clean up the start of vm_page_alloc(). In particular, eliminate an | alc | 2011-01-16 | 1 | -7/+3 |
* | Eliminate a redundant alignment directive on the page locks array. | alc | 2011-01-09 | 1 | -1/+1 |
* | Eliminate the counting of vm_page_pa_tryrelock calls. We really don't | alc | 2011-01-08 | 1 | -21/+10 |
* | Release the page lock early in vm_pageout_clean(). There is no reason to | alc | 2011-01-03 | 1 | -2/+1 |
* | Move the increment of vm object generation count into | kib | 2010-12-29 | 1 | -1/+0 |
* | Implement and use a single optimized function for unholding a set of pages. | alc | 2010-12-17 | 1 | -0/+29 |
* | Revert the vm/vm_page.c change in r216317. | jchandra | 2010-12-09 | 1 | -1/+1 |
* | swi_vm() for mips. | jchandra | 2010-12-09 | 1 | -1/+1 |
* | To make minidumps work properly on mips for memory that's direct | imp | 2010-12-03 | 1 | -4/+5 |
* | Correct an error in the allocation of the vm_page_dump array in | alc | 2010-12-01 | 1 | -4/+5 |
* | Fix issue noted by alc while reviewing r215938: | jchandra | 2010-11-28 | 1 | -3/+3 |
* | Reduce the amount of detail printed by vm_page_free_toq() when it panics. | alc | 2010-11-19 | 1 | -17/+6 |
* | Only increment object generation count when inserting the page into | kib | 2010-11-18 | 1 | -3/+0 |
* | - Add minidump support for FreeBSD/mips | gonzo | 2010-11-07 | 1 | -1/+2 |
* | vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup | avg | 2010-09-03 | 1 | -0/+1 |
* | Redo the page table page allocation on MIPS, as suggested by | jchandra | 2010-07-21 | 1 | -0/+89 |
* | Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently, | alc | 2010-07-09 | 1 | -6/+3 |
* | Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that the | kib | 2010-07-08 | 1 | -13/+12 |
* | Add the ability for the allocflag argument of the vm_page_grab() to | kib | 2010-07-05 | 1 | -2/+8 |
* | Introduce a helper function vm_page_find_least(). Use it in several places, | kib | 2010-07-04 | 1 | -0/+25 |
* | Improve the comment and man page for vm_page_alloc(). Specifically, | alc | 2010-07-03 | 1 | -2/+7 |
* | With the demise of page coloring, the page queue macros no longer serve any | alc | 2010-07-02 | 1 | -11/+11 |
* | Introduce vm_page_next() and vm_page_prev(), and use them in | alc | 2010-06-21 | 1 | -0/+36 |
* | Eliminate checks for a page having a NULL object in vm_pageout_scan() | alc | 2010-06-14 | 1 | -36/+47 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -7/+9 |
* | Add assertion and comment in vm_page_flag_set() describing the expectations | kib | 2010-06-03 | 1 | -0/+8 |
* | Maintain the pretense that we support 32KB pages for the sake of the ia64 | alc | 2010-06-03 | 1 | -1/+1 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -10/+47 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -3/+12 |
* | Eliminate the acquisition and release of the page queues lock from | alc | 2010-05-25 | 1 | -1/+0 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -3/+4 |
* | The page queues lock is no longer required by vm_page_set_invalid(), so | alc | 2010-05-18 | 1 | -3/+7 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -1/+3 |
* | Correct an error of omission in r202897: Now that amd64 uses the direct map | alc | 2010-05-16 | 1 | -0/+14 |
* | Push down the acquisition of the page queues lock into vm_pageq_remove(). | alc | 2010-05-09 | 1 | -25/+41 |
* | Minimize the scope of the page queues lock in vm_fault(). | alc | 2010-05-08 | 1 | -4/+1 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -14/+10 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -4/+7 |
* | Push down the page queues lock into vm_page_deactivate(). Eliminate an | alc | 2010-05-07 | 1 | -5/+10 |
* | Push down the page queues lock inside of vm_page_free_toq() and | alc | 2010-05-06 | 1 | -10/+13 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -4/+8 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -8/+8 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -7/+13 |
* | Add lock assertions. | alc | 2010-05-04 | 1 | -1/+7 |