aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sharedpage.c
Commit message (Expand)AuthorAgeFilesLines
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-0/+66
* kern_sharedpage.c: Add exec_sysvec_init_secondary() helper.Konstantin Belousov2020-08-231-0/+18
* Fix the last few cases that grab without busy or valid. The grab functions mustJeff Roberson2019-12-021-2/+3
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* 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