summaryrefslogtreecommitdiffstats
path: root/sys/sys/smr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix mistypes within sys/smr.hmvs2020-09-291-3/+3
* Expose SMR list and pointer macros to userspace. This enables the usevisa2020-06-171-3/+3
* Mention tail queue in comments.visa2020-04-121-3/+11
* Implement a SMR TAILQ implementation. The only operations which can be usedclaudio2020-04-071-1/+110
* Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that thevisa2020-04-031-5/+9
* Start the SMR thread when all CPUs are ready for scheduling. Thisvisa2020-02-251-1/+2
* Use READ_ONCE() and WRITE_ONCE() in <sys/smr.h>.visa2019-03-091-21/+4
* Introduce safe memory reclamation, a mechanism for reclaiming sharedvisa2019-02-261-0/+335