summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-272-7/+149
* Fix commented out resource limit check in mlockall(2). It's still racy,trasz2010-07-271-2/+1
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-3/+1
* Change the order in which the file name, arguments, environment, andalc2010-07-251-1/+3
* Redo the page table page allocation on MIPS, as suggested byjchandra2010-07-214-74/+154
* Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,alc2010-07-092-7/+3
* Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that thekib2010-07-082-14/+13
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-052-2/+13
* Several cleanups for the r209686:kib2010-07-041-13/+6
* Reimplement vm_object_page_clean(), using the fact that vm object memqkib2010-07-043-191/+73
* Introduce a helper function vm_page_find_least(). Use it in several places,kib2010-07-044-21/+29
* Improve the comment and man page for vm_page_alloc(). Specifically,alc2010-07-031-2/+7
* Push down the acquisition of the page queues lock intoalc2010-07-021-3/+2
* Use vm_page_prev() instead of vm_page_lookup() in the implementation ofalc2010-07-021-10/+12
* With the demise of page coloring, the page queue macros no longer serve anyalc2010-07-024-29/+16
* Simplify entry to vm_pageout_clean(). Expect the page to be locked.alc2010-06-301-8/+4
* 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
OpenPOWER on IntegriCloud