| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust some variables (mostly related to the buffer cache) that hold | jhb | 2009-03-09 | 2 | -5/+5 |
* | Prior to r188331 a map entry's last read offset was only updated by a hard | alc | 2009-02-25 | 1 | -3/+7 |
* | Revert the addition of the freelist argument for the vm_map_delete() | kib | 2009-02-24 | 5 | -50/+31 |
* | Add the assertion macros for the map locks. Use them in several map | kib | 2009-02-24 | 1 | -0/+44 |
* | Update the comment after the r188334. | kib | 2009-02-24 | 1 | -4/+4 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -5/+2 |
* | Put debug.vm_lowmem sysctl under DIAGNOSTIC. | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Add a debugging sysctl, debug.vm_lowmem, that when assigned a value of | rwatson | 2009-02-23 | 1 | -0/+22 |
* | Reduce the scope of the page queues lock in vm_object_page_remove(). | alc | 2009-02-21 | 1 | -1/+1 |
* | Eliminate stale comments. | alc | 2009-02-20 | 1 | -4/+0 |
* | Comment out the assertion from r188321. It is not valid for nfs. | kib | 2009-02-09 | 1 | -1/+1 |
* | Avoid some cases of unnecessary page queues locking by vm_fault's delete- | alc | 2009-02-09 | 1 | -5/+11 |
* | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | alc | 2009-02-08 | 4 | -10/+1 |
* | Remove no longer valid comment. | kib | 2009-02-08 | 1 | -3/+0 |
* | Improve comments, correct English. | kib | 2009-02-08 | 1 | -8/+8 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | kib | 2009-02-08 | 5 | -14/+52 |
* | In vm_map_sync(), do not call vm_object_sync() while holding map lock. | kib | 2009-02-08 | 1 | -2/+10 |
* | Do not sleep for vnode lock while holding map lock in vm_fault. Try to | kib | 2009-02-08 | 3 | -97/+80 |
* | Add the comments to vm_map_simplify_entry() and vmspace_fork(), | kib | 2009-02-08 | 1 | -0/+20 |
* | Lock the new map in vmspace_fork(). The newly allocated map should not | kib | 2009-02-08 | 1 | -0/+5 |
* | Assert that vnode is exclusively locked when its vm object is resized. | kib | 2009-02-08 | 1 | -0/+1 |
* | Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entry | kib | 2009-02-08 | 1 | -2/+4 |
* | Style. | kib | 2009-02-08 | 1 | -0/+2 |
* | - Make the keg abstraction more complete. Permit a zone to have multiple | jeff | 2009-01-25 | 4 | -331/+685 |
* | - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done | jhb | 2009-01-23 | 1 | -53/+53 |
* | Now that vfs_markatime() no longer requires an exclusive lock due to | jhb | 2009-01-21 | 1 | -2/+2 |
* | Extend the struct vm_page wire_count to u_int to avoid the overflow | kib | 2009-01-03 | 2 | -5/+9 |
* | Resurrect shared map locks allowing greater concurrency during some map | alc | 2009-01-01 | 2 | -11/+84 |
* | Update or eliminate some stale comments. | alc | 2008-12-31 | 2 | -12/+5 |
* | Avoid an unnecessary memory dereference in vm_map_entry_splay(). | alc | 2008-12-30 | 1 | -3/+4 |
* | Style change to vm_map_lookup(): Eliminate a macro of dubious value. | alc | 2008-12-30 | 1 | -11/+8 |
* | Move the implementation of the vm map's fast path on address lookup from | alc | 2008-12-30 | 1 | -34/+23 |
* | Fix printing of KASSERT message missed in r163604. | rnoland | 2008-12-21 | 1 | -1/+1 |
* | Instead of forcing vn_start_write() to reset mp back to NULL for the | kib | 2008-11-16 | 1 | -2/+1 |
* | Support kernel crash mini dumps on ARM architecture. | raj | 2008-11-06 | 1 | -1/+1 |
* | Various comment nits, and typos. | keramida | 2008-11-02 | 1 | -32/+32 |
* | Update mmap() comment: no more block devices, so no more block device | rwatson | 2008-10-22 | 1 | -4/+0 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -1/+1 |
* | Move the code for doing out-of-memory grass from vm_pageout_scan() | kib | 2008-09-29 | 3 | -71/+87 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 2 | -7/+7 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 1 | -0/+6 |
* | Prevent an integer overflow in vm_pageout_page_stats() on machines with a | alc | 2008-09-21 | 1 | -1/+2 |
* | Allow the d_mmap driver methods to use cdevpriv KPI during verification | kib | 2008-09-20 | 1 | -0/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 3 | -6/+7 |
* | Remove unused variable nosleepwithlocks. | antoine | 2008-08-23 | 1 | -7/+0 |
* | Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code r... | nwhitehorn | 2008-08-23 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -0/+1 |
* | Work around differences in page allocation for initial page tables on xen | kmacy | 2008-08-17 | 1 | -0/+4 |
* | Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space | emaste | 2008-08-13 | 1 | -0/+2 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -38/+15 |