aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC.John Baldwin2016-05-101-4/+2
* sys/vm: minor spelling fixes in comments.Pedro F. Giffuni2016-05-029-16/+16
* Avoid duplicated calls to pmap_page_get_memattr().Konstantin Belousov2016-05-011-5/+13
* Don't require write locks on the VM object for vm_page_prev/next.John Baldwin2016-04-291-2/+2
* Trim redundant message.John Baldwin2016-04-271-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-213-10/+10
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-3/+1
* Add more fine-grained kernel options for NUMA support.John Baldwin2016-04-094-14/+39
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-071-0/+16
* Remove UMA_ZONE_REFCNT feature, now unused.Gleb Smirnoff2016-03-013-110/+6
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-282-0/+10
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-094-3/+2
* Plug a vm_page leak introduced in r292373.Mark Johnston2016-02-051-0/+3
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledGleb Smirnoff2016-02-036-6/+10
* Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allowsGleb Smirnoff2016-02-033-101/+102
* Typo in comment.Konstantin Belousov2016-01-241-1/+1
* Various cleanups to the main function for AIO kernel processes:John Baldwin2016-01-192-0/+46
* A fix to r292469: Iterate over the physical segments in descending ratherAlan Cox2016-01-161-4/+4
* Fix the domain iterator to not try the first-touch / fixed domainAdrian Chadd2016-01-101-3/+13
* Add missed relpbuf() for a smallfs page-in.Konstantin Belousov2015-12-271-0/+1
* Add a safety net to reclaim mbufs when one of the mbuf zones becomeJonathan T. Looney2015-12-203-1/+36
* Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox2015-12-199-240/+807
* vm_page_replace: add wrapper to KASSERT about old pageConrad Meyer2015-12-173-4/+17
* vm_page.h: page busy macro fixupsConrad Meyer2015-12-161-8/+9
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-1614-636/+367
* Don't make assertions about td_critnest when the scheduler is stopped.Mark Johnston2015-12-111-3/+2
* vm_page_replace: remove redundant radix lookupConrad Meyer2015-12-101-14/+9
* vm_fault_hold: handle vm_page_rename failureConrad Meyer2015-12-061-1/+5
* Pull vm_object_scan_all_shadowed out of vm_object_backing_scanConrad Meyer2015-12-031-155/+146
* r221714 fixed the situation when the collapse scan improperly handledKonstantin Belousov2015-12-011-97/+84
* Minor cleanup.Konstantin Belousov2015-11-291-26/+12
* In vm_pageout_grow_cache(), do not re-try the inactive queue whenKonstantin Belousov2015-11-271-5/+6
* Correct an error in vm_reserv_reclaim_contig(). In the highly unusualAlan Cox2015-11-261-3/+4
* Record proper commit message for r291157.Konstantin Belousov2015-11-221-1/+1
* Noted by: glebiusKonstantin Belousov2015-11-221-4/+5
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+1
* Remove remnants of the old NFS from vnode pager.Gleb Smirnoff2015-11-201-5/+3
* Consistently enforce the restriction against calling malloc/free when in aJonathan T. Looney2015-11-191-0/+7
* Rework the test which raises OOM condition. Right now, the codeKonstantin Belousov2015-11-162-14/+31
* Do not use vmspace_resident_count() for the OOM process selection.Konstantin Belousov2015-11-161-3/+63
* VM daemon works in parallel with the pagedaemon threads, and, amongKonstantin Belousov2015-11-161-1/+2
* Export various helper variables describing the layout and size ofJohn Baldwin2015-11-121-0/+3
* Ensure that deactivated pages that are not expected to be reused areMark Johnston2015-11-083-9/+16
* Reduce the amount of calls to VOP_BMAP() made from the local vnodeKonstantin Belousov2015-10-241-81/+39
* Fix capitalizationJason A. Harmening2015-10-231-1/+1
* Remove unclear comment about address truncation in busdma. Add (hopefully mu...Jason A. Harmening2015-10-231-0/+5
* Only marker is guaranteed to be present on the queue after the relockKonstantin Belousov2015-10-181-5/+17
* Revert r289302, invalid pages can be queued, e.g. by vfs_vmio_unwire().Konstantin Belousov2015-10-151-5/+5
* Invalid pages should not appear on the inactive queue. Change theKonstantin Belousov2015-10-141-5/+5