summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Style changes in vm_pageout_scan():alc2014-01-181-12/+11
* Correctly update the count of stuck pages, "addl_page_shortage", inalc2014-01-121-15/+17
* Since the introduction of the popmap to reservations in r259999, there isalc2013-12-313-32/+14
* Add "popmap" assertions: The page being freed isn't already free, and thealc2013-12-291-0/+6
* MFp4 alc_popmapalc2013-12-281-88/+185
* Do not coalesce stack entry, vm_map_stack() asserts that the requestedkib2013-12-271-1/+1
* For ia64, use pmap_remove_pages() and not pmap_remove(). The problem ismarcel2013-12-261-0/+10
* In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * asdim2013-12-251-1/+1
* Eliminate a redundant parameter to vm_radix_replace().alc2013-12-083-10/+7
* In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"rodrigc2013-11-291-1/+2
* - Add bucket size column to `show uma` DDB command.mav2013-11-281-5/+34
* Make UMA to not blindly force offpage slab header allocation for largemav2013-11-271-2/+16
* Don't count bucket allocation failures for UMA zones as their own failures.mav2013-11-271-5/+3
* Fix bug introduced at r252226, when udata argument passed to bucket_alloc()mav2013-11-271-3/+4
* When purging per-CPU UMA caches do not return empty buckets into the globalmav2013-11-231-4/+16
* Vm map code performs clipping when map entry covers region which iskib2013-11-201-0/+15
* Add assertions to cover all places in the wiring and unwiring codekib2013-11-201-1/+9
* Revert back to use int for the page counts. In vn_io_fault(), the i/okib2013-11-201-4/+4
* Implement mechanism to safely but slowly purge UMA per-CPU caches.mav2013-11-191-0/+77
* Grow UMA zone bucket size also on lock congestion during item free.mav2013-11-191-2/+13
* Add two new UMA bucket zones to store 3 and 9 items per bucket.mav2013-11-191-0/+2
* Implement soft pressure on UMA cache bucket sizes.mav2013-11-192-1/+11
* Avoid overflow for the page counts.kib2013-11-121-1/+1
* If filesystem declares that it supports shared locking for writes, usekib2013-11-091-2/+8
* Do not coalesce if the swap object belongs to tmpfs vnode. Thekib2013-11-051-2/+3
* Tidy up the output of "sysctl vm.phys_free".alc2013-10-101-5/+3
* Both the vm_map and vmspace zones are defined as "no free". So, there is noalc2013-09-221-23/+2
* Merge the following changes from projects/bhyve_npt_pmap:neel2013-09-202-6/+15
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-1/+0
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-10/+7
* PG_SLAB no longer serves a useful purpose, since m->object is nokib2013-09-174-15/+4
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-163-133/+8
* If the last page of the file is partially full and whole validkib2013-09-141-3/+10
* Fix an off-by-one error when populating mincore(2) entries forjhb2013-09-121-2/+2
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-095-12/+32
* Drain for the xbusy state for two places which potentially dokib2013-09-081-0/+6
* The vm_page_trysbusy() should not fail when shared busy counter orkib2013-09-051-3/+7
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-6/+6
* Fix bug introduced in rewrite of keg_free_slab in -r251894.mckusick2013-08-311-1/+1
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-293-11/+21
* Remove comment that is no longer relevant since r254182.glebius2013-08-261-4/+0
* Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() canalc2013-08-233-0/+25
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-0/+1
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-225-14/+6
* - Eliminate the vm object lock from the active queue scan. It is notjeff2013-08-211-24/+9
* Addendum to r254141: Allow recursion on the free pages queues lock inalc2013-08-211-1/+1
* - Increase the active lru refresh interval to 10 minutes. This has beenjeff2013-08-191-4/+12
* - Use an arbitrary but reasonably large import size for kva on architecturesjeff2013-08-191-1/+2
* Remove the arbitrary binding of the pagedaemon threads to the domains,kib2013-08-171-23/+4
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-165-17/+44
OpenPOWER on IntegriCloud