aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/sg_pager.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+2
* Consistently handle negative or wrapping offsets in the mmap(2) syscalls.Konstantin Belousov2017-02-121-2/+3
* Plug a vm_page leak introduced in r292373.Mark Johnston2016-02-051-0/+3
* vm_page_replace: add wrapper to KASSERT about old pageConrad Meyer2015-12-171-2/+1
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-15/+15
* Place VM objects on the object list when created and never remove them.John Baldwin2015-05-081-0/+2
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Different consumers of the struct vm_page abuse pageq member to keepKonstantin Belousov2013-08-101-2/+2
* On all the architectures, avoid to preallocate the physical memoryAttilio Rao2013-08-091-1/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-3/+4
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hKonstantin Belousov2012-11-161-0/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Eliminate duplication of the fake page code and zone by the device and sgAlan Cox2011-03-111-49/+2
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingAlan Cox2011-01-171-0/+1
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-2/+0
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-3/+6
* Mark the fake pages constructed by the OBJT_SG pager valid. This wasJohn Baldwin2009-08-291-0/+1
* Remove debugging that crept in with previous commit.John Baldwin2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+263