summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-3/+3
* In general, we call pmap_remove_all() before calling vm_page_cache(). So,alc2012-11-012-28/+13
* Rework the known mutexes to benefit about staying on their ownattilio2012-10-312-16/+8
* Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE,alc2012-10-292-22/+21
* Remove useless check; vm_pindex_t is unsigned on all architectures.trasz2012-10-281-1/+1
* Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-263-7/+7
* Move the corresponding MTX_SYSINIT() next to their struct mtx declarationandre2012-10-261-1/+2
* Commit the actual text provided by Alan, instead of the wrong updatekib2012-10-241-5/+7
* Dirty the newly copied anonymous pages after the wired region iskib2012-10-241-3/+6
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-225-77/+5
* Print flags as hex instead of an integer.eadler2012-10-221-3/+3
* Move vm_page_requeue() to the only file that uses it.alc2012-10-133-34/+32
* Eliminate the conditional for releasing the page queues lock inalc2012-10-133-7/+1
* Tidy up a bit:alc2012-10-031-37/+25
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-282-2/+2
* Address a race condition that was introduced in r238212. Unless the pagealc2012-09-231-1/+1
* Plug the accounting leak for the wired pages when msync(MS_INVALIDATE)kib2012-09-201-2/+7
* If caller specifies UMA_ZONE_OFFPAGE explicitly, then do not waste memoryglebius2012-09-181-1/+3
* Correct double "the the"eadler2012-09-141-1/+1
* - Simplify VM code by using vmspace_wired_count() for counting wiredzont2012-09-051-4/+3
* Whitespace cleanup.des2012-09-051-76/+76
* No memory barrier is required. This was pointed out by kib@ a while ago,des2012-09-041-2/+2
* Revert previous commit, which was performed in the wrong tree.des2012-09-041-89/+82
* No memory barrier is required. This was pointed out by kib@ a while ago,des2012-09-041-82/+89
* - After r240026 sgrowsiz should be used in a safer maner.zont2012-09-031-4/+7
* - Remove accounting of locked memory from vsunlock(9) that I missed in r239818.zont2012-08-301-7/+0
* - Don't take an account of locked memory for current process in vslock(9).zont2012-08-291-21/+0
* Typo in previous change: print half the theoretical maximum as maximumpluknet2012-08-271-1/+1
* Fix function name in keg_cachespread_init() assert.glebius2012-08-261-1/+1
* - When running out of swzone, instead of spewing an error message everydes2012-08-161-1/+33
* For old mmap syscall, when executing on amd64 or ia64, enforce thekib2012-08-141-0/+7
* Adjust the r205536, by allowing a non-zero offset for anonymouskib2012-08-141-5/+17
* Do not leave invalid pages in the object after the short read for akib2012-08-143-4/+10
* Never sleep on busy pages in vm_pageout_launder(), always skip them. Longalc2012-08-071-12/+3
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-054-2/+3
* Reduce code duplication and exposure of direct access to structkib2012-08-043-31/+36
* Inline vm_page_aflags_clear() and vm_page_aflags_set().alc2012-08-032-64/+79
* Eliminate an unneeded declaration. (I should have removed this as partalc2012-07-301-1/+0
* Do not requeue held page or page for which locking failed, just leavekib2012-07-261-21/+35
* Addendum to r238604. If the inactive queue scan isn't restarted, thenalc2012-07-241-4/+3
* Do not restart scan of the inactive queue when non-inactive page iskib2012-07-181-5/+1
* Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similaralc2012-07-184-238/+140
* Correct vm_page_alloc_contig()'s implementation of VM_ALLOC_NODUMP.alc2012-07-171-1/+1
* Various improvements to vm_contig_grow_cache(). Most notably, even whenalc2012-07-161-22/+31
* Correct an off-by-one error in vm_reserv_alloc_contig() that resulted inalc2012-07-151-1/+1
* Fix a bug with memguard(9) on 32-bit architectures without amdf2012-07-153-16/+16
* If vm_contig_grow_cache() is allowed to sleep, then invoke the vm_lowmemalc2012-07-141-0/+15
* Move kmem_alloc_{attr,contig}() to vm/vm_kern.c, where similarly namedalc2012-07-142-144/+142
* Document the object type movements, related to swp_pager_copy(),attilio2012-07-111-0/+9
* Avoid vm page queues lock leak after r238212.kib2012-07-081-4/+2
OpenPOWER on IntegriCloud