summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Do grammar fix in the comment to record the right commit message forkib2015-05-201-2/+2
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-0/+1
* Satisfy vm_object uma zone destructor requirements after r282660 whenkib2015-05-101-0/+6
* The vmem callback to reclaim kmem arena address space on low orkib2015-05-093-5/+47
* Place VM objects on the object list when created and never remove them.jhb2015-05-087-26/+30
* oops - how'd i miss this. Sorry!adrian2015-05-081-1/+1
* Add initial memory locality cost awareness to the VM, and includeadrian2015-05-082-0/+48
* Fix the KASSERT and improve wording in r282426.glebius2015-05-061-3/+3
* Fix arithmetical bug in vnode_pager_haspage(). The check against object sizeglebius2015-05-041-9/+14
* Instead of reading, validating and adjusting value of the vm.swap_async_maxglebius2015-05-021-38/+41
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-8/+0
* Improve support for blacklisting bad memory locations. The user can supplyscottl2015-04-291-25/+153
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-295-102/+137
* Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending withkib2015-04-281-0/+4
* Revert r281451. It causes a panic/hang early in boot for a number ofscottl2015-04-241-1/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Eliminate an unused variable.alc2015-04-201-2/+1
* Eliminate an unused variable.alc2015-04-191-2/+0
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-181-0/+2
* Rework r281162. Indeed, the flexible array member is preferable here.dchagin2015-04-122-2/+2
* Correct an off-by-one error in vm_reserv_reclaim_contig() that results inalc2015-04-111-2/+12
* UMA zone limit can be lowered, so remove protection against fromglebius2015-04-101-5/+2
* Remove sleeps from geom_up thread on device destruction.mav2015-04-091-7/+5
* - Simplify vm_pageout_scan() by introducing a new vm_pageout_clean()jeff2015-04-071-120/+123
* Properly calculate "UMA Zones" per cpu cache size. Avoid allocatingdchagin2015-04-061-1/+1
* Until the lock assertions in vm_page_advise() are properly reevaluated,alc2015-04-051-3/+3
* Fix wrong kassert msg in uma.dchagin2015-04-051-2/+2
* Replace vm_fault()'s heuristic for automatic cache behind with a heuristicalc2015-04-041-38/+52
* Fix integer truncation bug in malloc(9)rstone2015-04-013-14/+16
* Catch up on r271387 and remove unused parameter fromglebius2015-03-301-1/+1
* - Eliminate pagequeue locking in the dirty code in vm_pageout_scan().jeff2015-03-281-13/+10
* Make swapper release orphaned (lost) GEOM provider.mav2015-03-261-14/+50
* Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH.rpaulo2015-03-262-1/+5
* Use TUNABLE_INT_FETCH for boot_pages.rpaulo2015-03-241-2/+4
* Remove whitespace.rpaulo2015-03-241-18/+18
* Introduce vm_object_color() and use it in mmap(2) to set the color ofalc2015-03-214-12/+44
* Fix the root cause of the "vm_reserv_populate: reserv <address> is alreadyalc2015-03-191-0/+9
* o Enhance vm_pager_free_nonreq() function:glebius2015-03-173-27/+23
* Provide a comment explaining r279688.glebius2015-03-161-0/+8
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-141-0/+1
* Revert r279932; this is going to be fixed in the sbuf code instead.ian2015-03-142-3/+0
* Nullterminate strings returned via sysctl.ian2015-03-122-0/+3
* Fix function name in comment.glebius2015-03-101-1/+1
* Fix function name in the panic message.kib2015-03-081-1/+1
* Correct a typo in vm_object_backing_scan() that originated in r254141.alc2015-03-071-1/+1
* - In vnode_pager_generic_getpages() use different free counters forglebius2015-03-062-4/+14
* Use RW_NEW rather than calling bzero().alc2015-03-011-2/+1
* Eliminate a variable that became unused when VFS_LOCK_GIANT() wasalc2015-02-281-2/+0
* Some minor style(9) fixes (whitespace + comment)ngie2015-02-171-4/+2
OpenPOWER on IntegriCloud