summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Use the acquired reference to the vmspace instead of direct dereferencingkib2009-04-281-1/+1
* Fix typo.kib2009-04-281-2/+2
* Eliminate an errant comment.alc2009-04-261-2/+1
* Eliminate an archaic band-aid. The immediately preceding comment alreadyalc2009-04-261-5/+3
* Eliminate unnecessary calls to pmap_clear_modify(). Specifically, callingalc2009-04-252-10/+14
* Do not call vm_page_lookup() from the ddb routine, namely from "showkib2009-04-231-19/+13
* In both pageout oom handler and vm_daemon, acquire the reference tokib2009-04-191-8/+21
* Calling pmap_clear_modify() after calling pmap_remove_write() is pointless.alc2009-04-191-1/+0
* Allow valid pages to be mapped for read access when they have a non-zeroalc2009-04-192-3/+1
* Remove execute permission from the memory allocated by sbrk().alc2009-04-111-1/+1
* Previously, when vm_page_free_toq() was performed on a page belonging toalc2009-04-111-4/+4
* When vm_map_wire(9) is allowed to skip holes in the wired region, skipkib2009-04-102-1/+17
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-12/+0
* Eliminate dead code.alc2009-04-011-13/+0
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-092-5/+5
* Prior to r188331 a map entry's last read offset was only updated by a hardalc2009-02-251-3/+7
* Revert the addition of the freelist argument for the vm_map_delete()kib2009-02-245-50/+31
* Add the assertion macros for the map locks. Use them in several mapkib2009-02-241-0/+44
* Update the comment after the r188334.kib2009-02-241-4/+4
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-5/+2
* Put debug.vm_lowmem sysctl under DIAGNOSTIC.rwatson2009-02-231-0/+2
* Add a debugging sysctl, debug.vm_lowmem, that when assigned a value ofrwatson2009-02-231-0/+22
* Reduce the scope of the page queues lock in vm_object_page_remove().alc2009-02-211-1/+1
* Eliminate stale comments.alc2009-02-201-4/+0
* Comment out the assertion from r188321. It is not valid for nfs.kib2009-02-091-1/+1
* Avoid some cases of unnecessary page queues locking by vm_fault's delete-alc2009-02-091-5/+11
* Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by aalc2009-02-084-10/+1
* Remove no longer valid comment.kib2009-02-081-3/+0
* Improve comments, correct English.kib2009-02-081-8/+8
* Do not call vm_object_deallocate() from vm_map_delete(), because wekib2009-02-085-14/+52
* In vm_map_sync(), do not call vm_object_sync() while holding map lock.kib2009-02-081-2/+10
* Do not sleep for vnode lock while holding map lock in vm_fault. Try tokib2009-02-083-97/+80
* Add the comments to vm_map_simplify_entry() and vmspace_fork(),kib2009-02-081-0/+20
* Lock the new map in vmspace_fork(). The newly allocated map should notkib2009-02-081-0/+5
* Assert that vnode is exclusively locked when its vm object is resized.kib2009-02-081-0/+1
* Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entrykib2009-02-081-2/+4
* Style.kib2009-02-081-0/+2
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-254-331/+685
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-53/+53
* Now that vfs_markatime() no longer requires an exclusive lock due tojhb2009-01-211-2/+2
* Extend the struct vm_page wire_count to u_int to avoid the overflowkib2009-01-032-5/+9
* Resurrect shared map locks allowing greater concurrency during some mapalc2009-01-012-11/+84
* Update or eliminate some stale comments.alc2008-12-312-12/+5
* Avoid an unnecessary memory dereference in vm_map_entry_splay().alc2008-12-301-3/+4
* Style change to vm_map_lookup(): Eliminate a macro of dubious value.alc2008-12-301-11/+8
* Move the implementation of the vm map's fast path on address lookup fromalc2008-12-301-34/+23
* Fix printing of KASSERT message missed in r163604.rnoland2008-12-211-1/+1
* Instead of forcing vn_start_write() to reset mp back to NULL for thekib2008-11-161-2/+1
* Support kernel crash mini dumps on ARM architecture.raj2008-11-061-1/+1
* Various comment nits, and typos.keramida2008-11-021-32/+32
OpenPOWER on IntegriCloud