aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add rcu_dereference_check()Bjoern A. Zeeb2021-05-251-0/+3
* linuxkpi: Implement rcu_replace_pointer() macroNeel Chauhan2021-04-281-0/+7
* linuxkpi: Add rcu_swap_protectedEmmanuel Vadot2020-05-271-0/+6
* Clone the RCU interface into a sleepable and a non-sleepable partHans Petter Selasky2020-04-081-11/+16
* Define some RCU debug macros in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+6
* Implement the rcu_dereference_raw() function macro.Hans Petter Selasky2018-02-181-2/+5
* Use __typeof() instead of typeof() in some RCU related macros in the LinuxKPI.Hans Petter Selasky2017-04-191-3/+3
* Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky2017-02-211-61/+64
* LinuxKPI list updates:Hans Petter Selasky2016-01-261-0/+21
* Implement RCU mechanism using shared exclusive locks.Hans Petter Selasky2016-01-051-0/+76