| Commit message (Expand) | Author | Age | Files | Lines |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 2 | -3/+75 |
* | Fix a few style(9) nits. | mux | 2003-07-02 | 1 | -13/+9 |
* | Modify vm_page_alloc() and vm_page_select_cache() to allow the page that | alc | 2003-07-01 | 1 | -2/+4 |
* | Check the address provided to vm_map_stack() against the vm map's maximum, | alc | 2003-07-01 | 1 | -1/+2 |
* | Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD | alc | 2003-06-29 | 2 | -7/+21 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -1/+3 |
* | Add vm object locking to vm_pageout_map_deactivate_pages(). | alc | 2003-06-29 | 1 | -9/+18 |
* | Remove GIANT_REQUIRED from kmem_malloc(). | alc | 2003-06-28 | 1 | -3/+0 |
* | - Add vm object locking to vm_pageout_clean(). | alc | 2003-06-28 | 1 | -5/+7 |
* | - Use an int rather than a vm_pindex_t to represent the desired page | alc | 2003-06-28 | 1 | -24/+6 |
* | Simple read-modify-write operations on a vm object's flags, ref_count, and | alc | 2003-06-27 | 1 | -4/+0 |
* | vm_page_select_cache() enforces a number of conditions on the returned | alc | 2003-06-26 | 1 | -1/+6 |
* | Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencing | alc | 2003-06-26 | 1 | -14/+5 |
* | Move the pcpu lock out of the uma_cache and instead have a single set | bmilekic | 2003-06-25 | 2 | -50/+25 |
* | Make sure that the zone destructor doesn't get called twice in | bmilekic | 2003-06-25 | 1 | -2/+6 |
* | Remove a GIANT_REQUIRED on the kernel object that we no longer need. | alc | 2003-06-25 | 1 | -2/+0 |
* | Maintain the lock on a vm object when calling vm_page_grab(). | alc | 2003-06-25 | 1 | -3/+0 |
* | Assert that the vm object is locked on entry to dev_pager_getpages(). | alc | 2003-06-24 | 1 | -0/+1 |
* | Assert that the vm object is locked on entry to vm_pager_get_pages(). | alc | 2003-06-23 | 1 | -5/+1 |
* | Maintain a lock on the vm object of interest throughout vm_fault(), | alc | 2003-06-22 | 4 | -12/+15 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | As vm_fault() descends the chain of backing objects, set paging-in- | alc | 2003-06-22 | 1 | -8/+8 |
* | Complete the vm object locking in vm_object_backing_scan(); specifically, | alc | 2003-06-22 | 1 | -5/+12 |
* | Make some style and white-space changes to the copy-on-write path through | alc | 2003-06-22 | 1 | -10/+5 |
* | Use a do {...} while (0); and a couple of breaks to reduce the level | phk | 2003-06-21 | 1 | -78/+80 |
* | Lock one of the vm objects involved in an optimized copy-on-write fault. | alc | 2003-06-21 | 1 | -2/+5 |
* | - Increase the scope of the vm object lock in vm_object_collapse(). | alc | 2003-06-21 | 1 | -3/+4 |
* | Make swap_pager_haspages() static; remove unused function prototypes. | alc | 2003-06-20 | 2 | -5/+3 |
* | Initialize b_saveaddr when we hand out pbufs | phk | 2003-06-20 | 1 | -2/+3 |
* | The so-called "optimized copy-on-write fault" case should not require | alc | 2003-06-20 | 1 | -9/+2 |
* | Assert that the vm object is locked in vm_page_try_to_free(). | alc | 2003-06-19 | 1 | -0/+2 |
* | Fix a vm object reference leak in the page-based copy-on-write mechanism | alc | 2003-06-19 | 1 | -1/+1 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-18 | 1 | -0/+14 |
* | This file was ignored by CVS in my last commit for some reason: | phk | 2003-06-16 | 1 | -1/+0 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Remove an unnecessary forward declaration. | alc | 2003-06-15 | 1 | -2/+1 |
* | Use #ifdef __alpha__, not __alpha. | alc | 2003-06-15 | 1 | -2/+2 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 3 | -9/+177 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 3 | -2/+33 |
* | Extend the scope of the vm object lock in swp_pager_async_iodone() to cover | alc | 2003-06-13 | 1 | -3/+4 |
* | Add vm object locking to various pagers' "get pages" methods, i386 stack | alc | 2003-06-13 | 5 | -7/+17 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 23 | -41/+69 |
* | GC unused cpu_wait() function | peter | 2003-06-11 | 1 | -1/+0 |
* | - Finish vm object and page locking in vnode_pager_setsize(). | alc | 2003-06-10 | 1 | -26/+21 |
* | Revert last commit, I have no idea what happened. | phk | 2003-06-09 | 1 | -1/+1 |
* | A white-space nit I noticed. | phk | 2003-06-09 | 1 | -1/+1 |
* | Hold the vm object's lock when performing vm_page_lookup(). | alc | 2003-06-09 | 1 | -0/+2 |
* | Don't use vm_object_set_flag() to initialize the vm object's flags. | alc | 2003-06-09 | 1 | -1/+1 |
* | - Properly handle the paging_in_progress case on two vm objects in | alc | 2003-06-08 | 1 | -26/+16 |
* | Lock the kernel object in kmem_alloc(). | alc | 2003-06-07 | 1 | -0/+2 |