summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sharedpage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-2/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-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/+1
* Move the code dealing with shared page into a dedicatedkib2012-06-231-0/+240
OpenPOWER on IntegriCloud