| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Acquire the page lock around vm_page_wire() in vm_page_grab(). | alc | 2010-05-03 | 1 | -0/+3 |
* | Assert that the page queues lock is held in vm_page_remove() and | alc | 2010-05-03 | 1 | -2/+4 |
* | Add page lock assertions where we access the page's hold_count. | alc | 2010-05-02 | 1 | -0/+3 |
* | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | alc | 2010-05-02 | 1 | -9/+16 |
* | don't allow unsynchronized free in vm_page_unhold | kmacy | 2010-04-30 | 1 | -1/+4 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -2/+69 |
* | vm_reserv_alloc_page() should never be called on an OBJT_SG object, just as | alc | 2010-04-05 | 1 | -0/+1 |
* | Update comment for vm_page_alloc(9), listing all acceptable flags [1]. | kib | 2010-02-27 | 1 | -1/+6 |
* | Align and pad the page queue and free page queue locks so that the linker | alc | 2009-10-04 | 1 | -2/+2 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | An addendum to r195649, "Add support to the virtual memory system for | alc | 2009-07-18 | 1 | -1/+3 |