aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sharedpage.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov2015-11-231-46/+79
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-13/+29
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-221-2/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-3/+3
* Move the code dealing with shared page into a dedicatedKonstantin Belousov2012-06-231-0/+240