| Commit message (Expand) | Author | Age | Files | Lines |
* | MI changes: | netchild | 2005-12-31 | 1 | -67/+48 |
* | Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined, | rwatson | 2005-08-04 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Note that access to the page's busy count is synchronized by the containing | alc | 2004-12-27 | 1 | -1/+1 |
* | Introduce VM_ALLOC_NOBUSY, an option to vm_page_alloc() and vm_page_grab() | alc | 2004-10-24 | 1 | -0/+1 |
* | Move the cow field between wire_count and hold_count. This is the | marcel | 2004-08-22 | 1 | -1/+1 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 1 | -0/+3 |
* | Update stale comments regarding page coloring. | alc | 2004-06-05 | 1 | -10/+10 |
* | Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to | alc | 2004-06-04 | 1 | -8/+0 |
* | Remove a stale comment: PG_DIRTY and PG_FILLED were removed in | alc | 2004-05-30 | 1 | -2/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Eliminate unused arguments from vm_page_startup(). | alc | 2004-04-04 | 1 | -1/+1 |
* | Remove some long unused definitions. | alc | 2004-03-04 | 1 | -2/+0 |
* | - Align a comment within struct vm_page. | alc | 2003-10-25 | 1 | -5/+5 |
* | - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() from | alc | 2003-10-22 | 1 | -0/+1 |
* | - Remove some long unused code. | alc | 2003-10-20 | 1 | -1/+0 |
* | Retire vm_page_copy(). Its reason for being ended when peter@ modified | alc | 2003-10-08 | 1 | -1/+0 |
* | Assert that u_long is at least 64 bits if PAGE_SIZE is 32K. | marcel | 2003-08-25 | 1 | -0/+7 |
* | Also define VM_PAGE_BITS_ALL for 16K and 32K pages. Make the constant | marcel | 2003-08-23 | 1 | -5/+7 |
* | Add support for 16K and 32K page sizes. The valid and dirty maps | marcel | 2003-08-23 | 1 | -0/+6 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -2/+2 |
* | - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(), | alc | 2002-12-19 | 1 | -1/+0 |
* | Remove vm_page_protect(). Instead, use pmap_page_protect() directly. | alc | 2002-11-18 | 1 | -1/+0 |
* | Export the function vm_page_splay(). | alc | 2002-11-04 | 1 | -0/+1 |
* | - Add a new flag to vm_page_alloc, VM_ALLOC_NOOBJ. This tells | jeff | 2002-11-01 | 1 | -3/+4 |
* | o Reinline vm_page_undirty(), reducing the kernel size. (This reverts | alc | 2002-10-20 | 1 | -1/+11 |
* | Replace the vm_page hash table with a per-vmobject splay tree. There should | dillon | 2002-10-18 | 1 | -1/+2 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -0/+1 |
* | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | alc | 2002-08-25 | 1 | -2/+0 |
* | o Remove the setting and clearing of the PG_MAPPED flag from the alpha and | alc | 2002-08-10 | 1 | -1/+0 |
* | o Introduce vm_page_sleep_if_busy() as an eventual replacement for | alc | 2002-07-29 | 1 | -0/+1 |
* | o Modify vm_page_grab() to accept VM_ALLOC_WIRED. | alc | 2002-07-28 | 1 | -1/+1 |
* | o Remove dead and/or unused code. | alc | 2002-07-20 | 1 | -2/+0 |
* | o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc() | alc | 2002-07-18 | 1 | -1/+5 |
* | o Complete the locking of page queue accesses by vm_page_unwire(). | alc | 2002-07-13 | 1 | -4/+3 |
* | o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the free | alc | 2002-07-04 | 1 | -0/+5 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+5 |
* | Turn VM_ALLOC_ZERO into a flag. | jeff | 2002-06-25 | 1 | -1/+1 |
* | o Remove unused #defines. | alc | 2002-05-27 | 1 | -9/+0 |
* | We do not necessarily need to map/unmap pages to zero parts of them. | peter | 2002-04-28 | 1 | -0/+1 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -4/+2 |
* | o Create vm_pageq_enqueue() to encapsulate code that is duplicated time | alc | 2002-03-04 | 1 | -8/+1 |
* | Remove some long dead code. | alc | 2002-03-02 | 1 | -9/+0 |
* | Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero hold | tegge | 2002-02-19 | 1 | -1/+2 |
* | Implement idle zeroing of pages. I've been tinkering with this | peter | 2001-08-25 | 1 | -0/+1 |
* | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 1 | -1/+0 |
* | make vm_page_select_cache static | assar | 2001-07-23 | 1 | -1/+0 |
* | (vm_page_select_cache): add prototype | assar | 2001-07-21 | 1 | -0/+1 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -0/+17 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 1 | -314/+45 |