summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Introduce vm_page_next() and vm_page_prev(), and use them inalc2010-06-213-13/+46
* Add a new column to the output of vmstat -z to indicate the numbersbruno2010-06-153-10/+19
* Eliminate checks for a page having a NULL object in vm_pageout_scan()alc2010-06-142-42/+53
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-9/+3
* Reduce the scope of the page queues lock and the number ofalc2010-06-103-45/+42
* Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig()jchandra2010-06-042-9/+13
* Do not leak vm page lock in vm_contig_launder(), vm_pageout_page_lock()kib2010-06-031-1/+3
* Add assertion and comment in vm_page_flag_set() describing the expectationskib2010-06-031-0/+8
* Maintain the pretense that we support 32KB pages for the sake of the ia64alc2010-06-031-1/+1
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-022-12/+47
* When I pushed down the page queues lock into pmap_is_modified(), I createdalc2010-05-291-2/+2
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-264-38/+45
* Eliminate the acquisition and release of the page queues lock fromalc2010-05-251-1/+0
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-246-67/+83
* When waiting for the busy page, do not unlock the object unless unlockkib2010-05-201-3/+6
* The page queues lock is no longer required by vm_page_set_invalid(), soalc2010-05-181-3/+7
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-162-3/+5
* Correct an error of omission in r202897: Now that amd64 uses the direct mapalc2010-05-161-0/+14
* Add a comment about the proper use of vm_object_page_remove().alc2010-05-161-1/+2
* Update synchronization annotations for struct vm_page. Add a commentalc2010-05-111-5/+8
* Continue cleaning the queue instead of moving to the next queue orkib2010-05-101-4/+2
* Push down the acquisition of the page queues lock into vm_pageq_remove().alc2010-05-092-27/+41
* Call vm_page_deactivate() rather than vm_page_dontneed() inalc2010-05-091-4/+2
* Remove the page queues lock around a call to vm_page_activate(). Make thealc2010-05-091-3/+1
* Minimize the scope of the page queues lock in vm_fault().alc2010-05-082-5/+3
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-085-66/+34
* Fix a typo in the previous commit.jkim2010-05-071-1/+1
* One more use for vm_pageout_init_marker().kib2010-05-071-8/+1
* Eliminate unnecessary page queues locking.alc2010-05-071-4/+0
* Push down the page queues lock into vm_page_activate().alc2010-05-073-16/+17
* Update the synchronization requirements for the page usage count.alc2010-05-071-1/+1
* Eliminate acquisitions of the page queues lock that are no longer needed.alc2010-05-071-9/+2
* Push down the page queues lock into vm_page_deactivate(). Eliminate analc2010-05-072-7/+10
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-066-41/+1
* Update a comment to say that access to a page's wire count is nowalc2010-05-061-1/+1
* Push down the page queues lock inside of vm_page_free_toq() andalc2010-05-062-11/+14
* Add a helper function vm_pageout_page_lock(), similar to tegge'kib2010-05-063-14/+65
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-054-11/+9
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-053-19/+13
* Add page locking to the vm_page_cow* functions.alc2010-05-042-13/+13
* Add lock assertions.alc2010-05-041-1/+7
* Handle busy status of the page in a way expected for pager_getpage().kib2010-05-031-4/+4
* Acquire the page lock around vm_page_wire() in vm_page_grab().alc2010-05-031-0/+3
* It makes more sense for the object-based backend allocator to use OBJT_PHYSalc2010-05-031-10/+4
* The pages allocated by kmem_alloc_attr() and kmem_malloc() are unmanaged.alc2010-05-032-8/+0
* Assert that the page queues lock is held in vm_page_remove() andalc2010-05-031-2/+4
* Add page lock assertions where we access the page's hold_count.alc2010-05-021-0/+3
* Eliminate an assignment that was made redundant by r207410.alc2010-05-021-2/+0
* Defer the acquisition of the page and page queues locks inalc2010-05-021-8/+8
* Simplify vm_fault(). The introduction of the new page lock renders a bit ofalc2010-05-021-13/+5
OpenPOWER on IntegriCloud