History log of /netbsd-src/sys/external/bsd/common/include/linux/compiler.h (Results 1 – 9 of 9)
Revision Date Author Comments
# fb02afa0 17-Jul-2022 riastradh <riastradh@NetBSD.org>

linux/compiler.h: Add missing barriers in READ_ONCE, WRITE_ONCE.


# 04caf091 09-Apr-2022 riastradh <riastradh@NetBSD.org>

linux: Convert various API shims to use membar_release/acquire.


# cae04ea7 17-Feb-2022 riastradh <riastradh@NetBSD.org>

drm/vmwgfx: First draft. Passes make depend, doesn't build yet.


# a508df5b 19-Dec-2021 riastradh <riastradh@NetBSD.org>

linux: Add __same_type and __must_be_array.


# 9cda6864 19-Dec-2021 riastradh <riastradh@NetBSD.org>

linux: Add offsetofend.


# 4301684e 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Move attributes, barrier(), and likely/unlikely to linux/compiler.h.


# b641547d 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Define smp_store_mb, smp_store_release.


# 71ee315f 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Replace ACCESS_ONCE by READ_ONCE, WRITE_ONCE.


# 704dac09 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Move <linux/compiler.h> to common.