| Commit message (Expand) | Author | Age | Files | Lines |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Do grammar fix in the comment to record the right commit message for | kib | 2015-05-20 | 1 | -2/+2 |
* | Remove the write-only variable phent. We currently do not check the | kib | 2015-05-20 | 1 | -0/+1 |
* | Satisfy vm_object uma zone destructor requirements after r282660 when | kib | 2015-05-10 | 1 | -0/+6 |
* | The vmem callback to reclaim kmem arena address space on low or | kib | 2015-05-09 | 3 | -5/+47 |
* | Place VM objects on the object list when created and never remove them. | jhb | 2015-05-08 | 7 | -26/+30 |
* | oops - how'd i miss this. Sorry! | adrian | 2015-05-08 | 1 | -1/+1 |
* | Add initial memory locality cost awareness to the VM, and include | adrian | 2015-05-08 | 2 | -0/+48 |
* | Fix the KASSERT and improve wording in r282426. | glebius | 2015-05-06 | 1 | -3/+3 |
* | Fix arithmetical bug in vnode_pager_haspage(). The check against object size | glebius | 2015-05-04 | 1 | -9/+14 |
* | Instead of reading, validating and adjusting value of the vm.swap_async_max | glebius | 2015-05-02 | 1 | -38/+41 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -8/+0 |
* | Improve support for blacklisting bad memory locations. The user can supply | scottl | 2015-04-29 | 1 | -25/+153 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 5 | -102/+137 |
* | Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending with | kib | 2015-04-28 | 1 | -0/+4 |
* | Revert r281451. It causes a panic/hang early in boot for a number of | scottl | 2015-04-24 | 1 | -1/+1 |
* | Reassign copyright statements on several files from Advanced | jhb | 2015-04-23 | 1 | -1/+1 |
* | Eliminate an unused variable. | alc | 2015-04-20 | 1 | -2/+1 |
* | Eliminate an unused variable. | alc | 2015-04-19 | 1 | -2/+0 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 1 | -0/+2 |
* | Rework r281162. Indeed, the flexible array member is preferable here. | dchagin | 2015-04-12 | 2 | -2/+2 |
* | Correct an off-by-one error in vm_reserv_reclaim_contig() that results in | alc | 2015-04-11 | 1 | -2/+12 |
* | UMA zone limit can be lowered, so remove protection against from | glebius | 2015-04-10 | 1 | -5/+2 |
* | Remove sleeps from geom_up thread on device destruction. | mav | 2015-04-09 | 1 | -7/+5 |
* | - Simplify vm_pageout_scan() by introducing a new vm_pageout_clean() | jeff | 2015-04-07 | 1 | -120/+123 |
* | Properly calculate "UMA Zones" per cpu cache size. Avoid allocating | dchagin | 2015-04-06 | 1 | -1/+1 |
* | Until the lock assertions in vm_page_advise() are properly reevaluated, | alc | 2015-04-05 | 1 | -3/+3 |
* | Fix wrong kassert msg in uma. | dchagin | 2015-04-05 | 1 | -2/+2 |
* | Replace vm_fault()'s heuristic for automatic cache behind with a heuristic | alc | 2015-04-04 | 1 | -38/+52 |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 3 | -14/+16 |
* | Catch up on r271387 and remove unused parameter from | glebius | 2015-03-30 | 1 | -1/+1 |
* | - Eliminate pagequeue locking in the dirty code in vm_pageout_scan(). | jeff | 2015-03-28 | 1 | -13/+10 |
* | Make swapper release orphaned (lost) GEOM provider. | mav | 2015-03-26 | 1 | -14/+50 |
* | Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH. | rpaulo | 2015-03-26 | 2 | -1/+5 |
* | Use TUNABLE_INT_FETCH for boot_pages. | rpaulo | 2015-03-24 | 1 | -2/+4 |
* | Remove whitespace. | rpaulo | 2015-03-24 | 1 | -18/+18 |
* | Introduce vm_object_color() and use it in mmap(2) to set the color of | alc | 2015-03-21 | 4 | -12/+44 |
* | Fix the root cause of the "vm_reserv_populate: reserv <address> is already | alc | 2015-03-19 | 1 | -0/+9 |
* | o Enhance vm_pager_free_nonreq() function: | glebius | 2015-03-17 | 3 | -27/+23 |
* | Provide a comment explaining r279688. | glebius | 2015-03-16 | 1 | -0/+8 |
* | Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl | ian | 2015-03-14 | 1 | -0/+1 |
* | Revert r279932; this is going to be fixed in the sbuf code instead. | ian | 2015-03-14 | 2 | -3/+0 |
* | Nullterminate strings returned via sysctl. | ian | 2015-03-12 | 2 | -0/+3 |
* | Fix function name in comment. | glebius | 2015-03-10 | 1 | -1/+1 |
* | Fix function name in the panic message. | kib | 2015-03-08 | 1 | -1/+1 |
* | Correct a typo in vm_object_backing_scan() that originated in r254141. | alc | 2015-03-07 | 1 | -1/+1 |
* | - In vnode_pager_generic_getpages() use different free counters for | glebius | 2015-03-06 | 2 | -4/+14 |
* | Use RW_NEW rather than calling bzero(). | alc | 2015-03-01 | 1 | -2/+1 |
* | Eliminate a variable that became unused when VFS_LOCK_GIANT() was | alc | 2015-02-28 | 1 | -2/+0 |
* | Some minor style(9) fixes (whitespace + comment) | ngie | 2015-02-17 | 1 | -4/+2 |