summaryrefslogtreecommitdiffstats
path: root/sys/vm/sg_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-2/+2
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-1/+3
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+2
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Eliminate duplication of the fake page code and zone by the device and sgalc2011-03-111-49/+2
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingalc2011-01-171-0/+1
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-3/+6
* Mark the fake pages constructed by the OBJT_SG pager valid. This wasjhb2009-08-291-0/+1
* Remove debugging that crept in with previous commit.jhb2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+263
OpenPOWER on IntegriCloud