summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require write locks on the VM object for vm_page_prev/next.jhb2016-04-291-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-6/+6
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledglebius2016-02-031-0/+1
* Introduce a new mechanism for relocating virtual pages to a new physicalalc2015-12-191-0/+589
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-27/+17
* vm_page_replace: remove redundant radix lookupcem2015-12-101-14/+9
* Ensure that deactivated pages that are not expected to be reused aremarkj2015-11-081-9/+12
* Reduce the scope of a variable to the only file where it is used.alc2015-10-031-0/+2
* As a step towards the elimination of PG_CACHED pages, rework the handlingmarkj2015-09-301-2/+14
* Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specifiedalc2015-09-221-16/+20
* Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objectsalc2015-09-171-1/+2
* Remove the v_cache_min and v_cache_max sysctls. They are unused and havemarkj2015-09-111-1/+0
* Remove weighted page handling from vm_page_advise().markj2015-08-281-54/+25
* Add the kernel support for minidumps on arm64.andrew2015-08-201-7/+7
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-1/+0
* Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.alc2015-05-301-0/+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
* 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 comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH.rpaulo2015-03-261-0/+3
* Use TUNABLE_INT_FETCH for boot_pages.rpaulo2015-03-241-2/+4
* Remove whitespace.rpaulo2015-03-241-18/+18
* Add flag VM_ALLOC_NOWAIT for vm_page_grab() that prevents sleeping andglebius2014-12-221-0/+4
* Do not clear flag that vm_page_alloc() doesn't support.glebius2014-12-221-1/+1
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultalc2014-11-151-4/+25
* Eliminate a stale, i386-specific comment.alc2014-11-041-2/+0
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Fix a typo.jhb2014-08-291-1/+1
* Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking ofkib2014-08-091-0/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-10/+14
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-0/+25
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-44/+44
* In an effort to diagnose possible corruption of struct vm_page on somealc2014-01-241-2/+2
* Since the introduction of the popmap to reservations in r259999, there isalc2013-12-311-28/+14
* Eliminate a redundant parameter to vm_radix_replace().alc2013-12-081-1/+1
* PG_SLAB no longer serves a useful purpose, since m->object is nokib2013-09-171-4/+2
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-161-103/+1
* If the last page of the file is partially full and whole validkib2013-09-141-3/+10
* The vm_page_trysbusy() should not fail when shared busy counter orkib2013-09-051-3/+7
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-9/+0
* Remove comment that is no longer relevant since r254182.glebius2013-08-261-4/+0
* Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() canalc2013-08-231-0/+9
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-7/+1
* Addendum to r254141: Allow recursion on the free pages queues lock inalc2013-08-211-1/+1
* On the recovery path for vm_page_alloc(), if a page had been requestedattilio2013-08-151-0/+9
OpenPOWER on IntegriCloud