| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a comment above uma_zsecond_create(), describing its arguments. | bmilekic | 2004-06-01 | 1 | -3/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 5 | -355/+832 |
* | Remove a stale comment: PG_DIRTY and PG_FILLED were removed in | alc | 2004-05-30 | 1 | -2/+0 |
* | Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a | hmp | 2004-05-30 | 1 | -2/+2 |
* | MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE | des | 2004-05-25 | 1 | -1/+5 |
* | Back out previous commit; it went to the wrong file. | des | 2004-05-25 | 1 | -8/+1 |
* | MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics but | des | 2004-05-25 | 1 | -1/+8 |
* | Correct two error cases in vm_map_unwire(): | alc | 2004-05-25 | 1 | -4/+5 |
* | To date, unwiring a fictitious page has produced a panic. The reason | alc | 2004-05-22 | 4 | -18/+29 |
* | Restructure vm_page_select_cache() so that adding assertions is easy. | alc | 2004-05-12 | 1 | -10/+15 |
* | Cache queue pages are not mapped. Thus, the pmap_remove_all() by | alc | 2004-05-12 | 1 | -1/+0 |
* | To handle orphaned character device vnodes properly in mmap(), check that | tjr | 2004-05-11 | 1 | -1/+1 |
* | Cache queue pages are not mapped. Thus, the pmap_remove_all() by | alc | 2004-05-09 | 1 | -1/+0 |
* | In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" | green | 2004-05-07 | 1 | -1/+1 |
* | Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down. | green | 2004-05-07 | 1 | -0/+1 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 3 | -8/+0 |
* | Zero the physical page only if it is invalid and not prezeroed. | alc | 2004-04-25 | 1 | -7/+9 |
* | Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. Move | alc | 2004-04-24 | 1 | -7/+5 |
* | Update the comment describing vm_page_grab() to reflect the previous | alc | 2004-04-24 | 1 | -6/+5 |
* | Push down the responsibility for zeroing a physical page from the | alc | 2004-04-24 | 2 | -2/+2 |
* | In cases where a file was resident in memory mmap(..., PROT_NONE, ...) | alc | 2004-04-24 | 2 | -5/+6 |
* | Push down Giant into vm_pager_get_pages(). The only get pages methods that | alc | 2004-04-23 | 2 | -0/+5 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -1/+0 |
* | The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits | alc | 2004-04-08 | 3 | -6/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 24 | -96/+0 |
* | Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. | alc | 2004-04-06 | 3 | -32/+12 |
* | Delay permission checks for VCHR vnodes until after vnode is locked in | kan | 2004-04-05 | 1 | -2/+7 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 2 | -2/+2 |
* | Eliminate unused arguments from vm_page_startup(). | alc | 2004-04-04 | 3 | -3/+3 |
* | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying | tjr | 2004-03-23 | 1 | -1/+2 |
* | When mmap-ing a file from a noexec mount, be sure not to grant the right | guido | 2004-03-18 | 1 | -1/+5 |
* | Make overflow/wraparound checking more robust and unbreak len=0 in | truckman | 2004-03-15 | 2 | -16/+22 |
* | Style(9) changes. | truckman | 2004-03-15 | 2 | -40/+11 |
* | Revert to the original vslock() and vsunlock() API with the following | truckman | 2004-03-15 | 2 | -33/+25 |
* | Remove redundant suser() check. | truckman | 2004-03-15 | 1 | -4/+0 |
* | Remove GIANT_REQUIRED from contigfree(). | alc | 2004-03-13 | 1 | -1/+1 |
* | Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy | peter | 2004-03-12 | 1 | -1/+1 |
* | - Make the acquisition of Giant in vm_fault_unwire() conditional on the | alc | 2004-03-10 | 2 | -13/+5 |
* | Implement a work around for the deadlock avoidance case in | alc | 2004-03-08 | 1 | -0/+7 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 3 | -6/+0 |
* | Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE. | rwatson | 2004-03-07 | 1 | -1/+1 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 3 | -50/+113 |
* | In the last revision, I introduced a physical contiguity check that is both | alc | 2004-03-05 | 1 | -3/+1 |
* | Record exactly where this file was copied from. It wasn't repo-copied so | bde | 2004-03-04 | 1 | -12/+12 |
* | Minor style fixes. In vm_daemon(), don't fetch the rss limit long before | bde | 2004-03-04 | 1 | -9/+8 |
* | Remove some long unused definitions. | alc | 2004-03-04 | 1 | -2/+0 |
* | Modify contigmalloc1() so that the free page queues lock is not held when | alc | 2004-03-02 | 2 | -4/+15 |
* | Pich up a do {} while(0) cleanup by phk that was discarded accidentally in | kan | 2004-03-01 | 1 | -11/+9 |
* | Move the code dealing with vnode out of several functions into a single | kan | 2004-02-27 | 1 | -156/+136 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 3 | -55/+43 |