summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/rcupdate.h
AgeCommit message (Expand)Author
2025-09-05LinuxKPI: add DEFINE_LOCK_GUARD_0 for rcuBjoern A. Zeeb
2024-10-23LinuxKPI: update rcu_dereference_*() and lockdep_is_held()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: add rcu_dereference_check()Bjoern A. Zeeb
2021-04-28linuxkpi: Implement rcu_replace_pointer() macroNeel Chauhan
2020-05-27linuxkpi: Add rcu_swap_protectedEmmanuel Vadot
2020-04-08Clone the RCU interface into a sleepable and a non-sleepable partHans Petter Selasky
2019-03-13Define some RCU debug macros in the LinuxKPI.Hans Petter Selasky
2018-02-18Implement the rcu_dereference_raw() function macro.Hans Petter Selasky
2017-04-19Use __typeof() instead of typeof() in some RCU related macros in the LinuxKPI.Hans Petter Selasky
2017-02-21Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky
2016-01-26LinuxKPI list updates:Hans Petter Selasky
2016-01-05Implement RCU mechanism using shared exclusive locks.Hans Petter Selasky