aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
...
* Invalid pages do not need neither update of the activation count norKonstantin Belousov2015-06-141-15/+15
* As the next step in eliminating PG_CACHE pages, free rather than cacheAlan Cox2015-06-141-3/+3
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageGleb Smirnoff2015-06-123-25/+13
* Implement lockless resource limits.Mateusz Guzik2015-06-105-24/+16
* Correct a type error in kmem_unback(). Previously, kmem_unback() did notAlan Cox2015-06-101-2/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-082-4/+0
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-042-228/+117
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-022-0/+13
* Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.Alan Cox2015-05-301-0/+1
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+137
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Do grammar fix in the comment to record the right commit message forKonstantin Belousov2015-05-201-2/+2
* Remove the write-only variable phent. We currently do not check theKonstantin Belousov2015-05-201-0/+1
* Satisfy vm_object uma zone destructor requirements after r282660 whenKonstantin Belousov2015-05-101-0/+6
* The vmem callback to reclaim kmem arena address space on low orKonstantin Belousov2015-05-093-5/+47
* Place VM objects on the object list when created and never remove them.John Baldwin2015-05-087-26/+30
* oops - how'd i miss this. Sorry!Adrian Chadd2015-05-081-1/+1
* Add initial memory locality cost awareness to the VM, and includeAdrian Chadd2015-05-082-0/+48
* Fix the KASSERT and improve wording in r282426.Gleb Smirnoff2015-05-061-3/+3
* Fix arithmetical bug in vnode_pager_haspage(). The check against object sizeGleb Smirnoff2015-05-041-9/+14
* Instead of reading, validating and adjusting value of the vm.swap_async_maxGleb Smirnoff2015-05-021-38/+41
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-8/+0
* Improve support for blacklisting bad memory locations. The user can supplyScott Long2015-04-291-25/+153
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-295-102/+137
* Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending withKonstantin Belousov2015-04-281-0/+4
* Revert r281451. It causes a panic/hang early in boot for a number ofScott Long2015-04-241-1/+1
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Eliminate an unused variable.Alan Cox2015-04-201-2/+1
* Eliminate an unused variable.Alan Cox2015-04-191-2/+0
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-0/+2
* Rework r281162. Indeed, the flexible array member is preferable here.Dmitry Chagin2015-04-122-2/+2
* Correct an off-by-one error in vm_reserv_reclaim_contig() that results inAlan Cox2015-04-111-2/+12
* UMA zone limit can be lowered, so remove protection against fromGleb Smirnoff2015-04-101-5/+2
* Remove sleeps from geom_up thread on device destruction.Alexander Motin2015-04-091-7/+5
* - Simplify vm_pageout_scan() by introducing a new vm_pageout_clean()Jeff Roberson2015-04-071-120/+123
* Properly calculate "UMA Zones" per cpu cache size. Avoid allocatingDmitry Chagin2015-04-061-1/+1
* Until the lock assertions in vm_page_advise() are properly reevaluated,Alan Cox2015-04-051-3/+3
* Fix wrong kassert msg in uma.Dmitry Chagin2015-04-051-2/+2
* Replace vm_fault()'s heuristic for automatic cache behind with a heuristicAlan Cox2015-04-041-38/+52
* Fix integer truncation bug in malloc(9)Ryan Stone2015-04-013-14/+16
* Catch up on r271387 and remove unused parameter fromGleb Smirnoff2015-03-301-1/+1
* - Eliminate pagequeue locking in the dirty code in vm_pageout_scan().Jeff Roberson2015-03-281-13/+10
* Make swapper release orphaned (lost) GEOM provider.Alexander Motin2015-03-261-14/+50
* Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH.Rui Paulo2015-03-262-1/+5
* Use TUNABLE_INT_FETCH for boot_pages.Rui Paulo2015-03-241-2/+4
* Remove whitespace.Rui Paulo2015-03-241-18/+18
* Introduce vm_object_color() and use it in mmap(2) to set the color ofAlan Cox2015-03-214-12/+44
* Fix the root cause of the "vm_reserv_populate: reserv <address> is alreadyAlan Cox2015-03-191-0/+9
* o Enhance vm_pager_free_nonreq() function:Gleb Smirnoff2015-03-173-27/+23
* Provide a comment explaining r279688.Gleb Smirnoff2015-03-161-0/+8