summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Initialize b_saveaddr when we hand out pbufsphk2003-06-201-2/+3
* The so-called "optimized copy-on-write fault" case should not requirealc2003-06-201-9/+2
* Assert that the vm object is locked in vm_page_try_to_free().alc2003-06-191-0/+2
* Fix a vm object reference leak in the page-based copy-on-write mechanismalc2003-06-191-1/+1
* Lock the vm object when freeing a vm page.alc2003-06-181-0/+14
* This file was ignored by CVS in my last commit for some reason:phk2003-06-161-1/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Remove an unnecessary forward declaration.alc2003-06-151-2/+1
* Use #ifdef __alpha__, not __alpha.alc2003-06-151-2/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-143-9/+177
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-143-2/+33
* Extend the scope of the vm object lock in swp_pager_async_iodone() to coveralc2003-06-131-3/+4
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-135-7/+17
* Use __FBSDID().obrien2003-06-1123-41/+69
* GC unused cpu_wait() functionpeter2003-06-111-1/+0
* - Finish vm object and page locking in vnode_pager_setsize().alc2003-06-101-26/+21
* Revert last commit, I have no idea what happened.phk2003-06-091-1/+1
* A white-space nit I noticed.phk2003-06-091-1/+1
* Hold the vm object's lock when performing vm_page_lookup().alc2003-06-091-0/+2
* Don't use vm_object_set_flag() to initialize the vm object's flags.alc2003-06-091-1/+1
* - Properly handle the paging_in_progress case on two vm objects inalc2003-06-081-26/+16
* Lock the kernel object in kmem_alloc().alc2003-06-071-0/+2
* Teach vm_page_grab() how to handle the vm object's lock.alc2003-06-071-4/+16
* Assert that the vm object is locked on entry to swap_pager_freespace().alc2003-06-071-1/+1
* Pass the vm object to vm_object_collapse() with its lock held.alc2003-06-072-10/+7
* Fix NFS file swapping, I broke it 3 months ago it seems.phk2003-06-051-6/+6
* - Extend the scope of the backing object's lock in vm_object_collapse().alc2003-06-051-2/+4
* - Add further vm object locking to vm_object_deallocate(), specifically,alc2003-06-041-2/+12
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* - Add vm object locking to vm_object_deallocate(). (Still morealc2003-06-042-17/+15
* Add vm object locking to vm_object_coalesce().alc2003-06-031-7/+12
* Change kernel_object and kmem_object to (&kernel_object_store) andalc2003-06-012-8/+8
* Prepend _ to internal union members to avoid ambiguity.phk2003-05-311-4/+4
* Remove unused variablesphk2003-05-311-4/+0
* Add vm object locking to vm_object_madvise().alc2003-05-311-9/+17
* If we seem to be out of VM, don't allow the pagedaemon to killdas2003-05-191-7/+8
* Reduce the size of a vm object by converting its shadow list from a TAILQalc2003-05-182-24/+12
* - Merge struct procsig with struct sigacts.jhb2003-05-131-11/+1
* Give the kmem object's mutex a unique name, instead of "vm object",alc2003-05-091-1/+6
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-064-6/+11
* Extend the scope of the vm_object lock in vm_object_terminate().alc2003-05-041-4/+4
* Avoid a lock-order reversal and implement vm_object lockingalc2003-05-041-8/+8
* Lock the vm_object on entry to vm_object_vndeallocate().alc2003-05-031-1/+4
* - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'talc2003-05-031-4/+6
* Move a declaration to its proper place.alc2003-05-032-1/+1
* Lock the vm_object when updating its shadow list.alc2003-05-021-2/+10
* Simplify the removal of a shadow object in vm_object_collapse().alc2003-05-021-3/+3
* Extend the scope of the vm_object locking in vm_object_split().alc2003-05-011-4/+4
* - Update the vm_object locking in vm_object_reference().alc2003-05-011-10/+8
* Increase the scope of the vm_object lock in vm_map_delete().alc2003-04-301-12/+13
OpenPOWER on IntegriCloud