| Commit message (Expand) | Author | Age | Files | Lines |
* | Make prefaulting more aggressive on hard faults. Previously, we would only | alc | 2014-02-02 | 1 | -24/+32 |
* | In an effort to diagnose possible corruption of struct vm_page on some | alc | 2014-01-24 | 1 | -2/+2 |
* | Fix a couple of typos. | jhb | 2014-01-21 | 1 | -2/+2 |
* | ANSIfy declarations. | glebius | 2014-01-20 | 1 | -32/+11 |
* | Style changes in vm_pageout_scan(): | alc | 2014-01-18 | 1 | -12/+11 |
* | Correctly update the count of stuck pages, "addl_page_shortage", in | alc | 2014-01-12 | 1 | -15/+17 |
* | Since the introduction of the popmap to reservations in r259999, there is | alc | 2013-12-31 | 3 | -32/+14 |
* | Add "popmap" assertions: The page being freed isn't already free, and the | alc | 2013-12-29 | 1 | -0/+6 |
* | MFp4 alc_popmap | alc | 2013-12-28 | 1 | -88/+185 |
* | Do not coalesce stack entry, vm_map_stack() asserts that the requested | kib | 2013-12-27 | 1 | -1/+1 |
* | For ia64, use pmap_remove_pages() and not pmap_remove(). The problem is | marcel | 2013-12-26 | 1 | -0/+10 |
* | In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * as | dim | 2013-12-25 | 1 | -1/+1 |
* | Eliminate a redundant parameter to vm_radix_replace(). | alc | 2013-12-08 | 3 | -10/+7 |
* | In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty" | rodrigc | 2013-11-29 | 1 | -1/+2 |
* | - Add bucket size column to `show uma` DDB command. | mav | 2013-11-28 | 1 | -5/+34 |
* | Make UMA to not blindly force offpage slab header allocation for large | mav | 2013-11-27 | 1 | -2/+16 |
* | Don't count bucket allocation failures for UMA zones as their own failures. | mav | 2013-11-27 | 1 | -5/+3 |
* | Fix bug introduced at r252226, when udata argument passed to bucket_alloc() | mav | 2013-11-27 | 1 | -3/+4 |
* | When purging per-CPU UMA caches do not return empty buckets into the global | mav | 2013-11-23 | 1 | -4/+16 |
* | Vm map code performs clipping when map entry covers region which is | kib | 2013-11-20 | 1 | -0/+15 |
* | Add assertions to cover all places in the wiring and unwiring code | kib | 2013-11-20 | 1 | -1/+9 |
* | Revert back to use int for the page counts. In vn_io_fault(), the i/o | kib | 2013-11-20 | 1 | -4/+4 |
* | Implement mechanism to safely but slowly purge UMA per-CPU caches. | mav | 2013-11-19 | 1 | -0/+77 |
* | Grow UMA zone bucket size also on lock congestion during item free. | mav | 2013-11-19 | 1 | -2/+13 |
* | Add two new UMA bucket zones to store 3 and 9 items per bucket. | mav | 2013-11-19 | 1 | -0/+2 |
* | Implement soft pressure on UMA cache bucket sizes. | mav | 2013-11-19 | 2 | -1/+11 |
* | Avoid overflow for the page counts. | kib | 2013-11-12 | 1 | -1/+1 |
* | If filesystem declares that it supports shared locking for writes, use | kib | 2013-11-09 | 1 | -2/+8 |
* | Do not coalesce if the swap object belongs to tmpfs vnode. The | kib | 2013-11-05 | 1 | -2/+3 |
* | Tidy up the output of "sysctl vm.phys_free". | alc | 2013-10-10 | 1 | -5/+3 |
* | Both the vm_map and vmspace zones are defined as "no free". So, there is no | alc | 2013-09-22 | 1 | -23/+2 |
* | Merge the following changes from projects/bhyve_npt_pmap: | neel | 2013-09-20 | 2 | -6/+15 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -1/+0 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -10/+7 |
* | PG_SLAB no longer serves a useful purpose, since m->object is no | kib | 2013-09-17 | 4 | -15/+4 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | kib | 2013-09-16 | 3 | -133/+8 |
* | If the last page of the file is partially full and whole valid | kib | 2013-09-14 | 1 | -3/+10 |
* | Fix an off-by-one error when populating mincore(2) entries for | jhb | 2013-09-12 | 1 | -2/+2 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 5 | -12/+32 |
* | Drain for the xbusy state for two places which potentially do | kib | 2013-09-08 | 1 | -0/+6 |
* | The vm_page_trysbusy() should not fail when shared busy counter or | kib | 2013-09-05 | 1 | -3/+7 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -6/+6 |
* | Fix bug introduced in rewrite of keg_free_slab in -r251894. | mckusick | 2013-08-31 | 1 | -1/+1 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 3 | -11/+21 |
* | Remove comment that is no longer relevant since r254182. | glebius | 2013-08-26 | 1 | -4/+0 |
* | Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can | alc | 2013-08-23 | 3 | -0/+25 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -0/+1 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 5 | -14/+6 |
* | - Eliminate the vm object lock from the active queue scan. It is not | jeff | 2013-08-21 | 1 | -24/+9 |
* | Addendum to r254141: Allow recursion on the free pages queues lock in | alc | 2013-08-21 | 1 | -1/+1 |