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