Up to [cvs.NetBSD.org] / src / sys / external / bsd / common / include / linux
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 17 08:34:00 2022 UTC (6 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
linux/compiler.h: Add missing barriers in READ_ONCE, WRITE_ONCE.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 9 23:43:31 2022 UTC (9 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
linux: Convert various API shims to use membar_release/acquire.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 17 01:21:02 2022 UTC (11 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
drm/vmwgfx: First draft. Passes make depend, doesn't build yet.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 19 11:26:57 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.5: +5 -1
lines
Diff to previous 1.5 (colored)
linux: Add __same_type and __must_be_array.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 19 11:10:01 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
linux: Add offsetofend.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 19 01:41:21 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.3: +18 -1
lines
Diff to previous 1.3 (colored)
Move attributes, barrier(), and likely/unlikely to linux/compiler.h.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 19 01:24:36 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.2: +14 -1
lines
Diff to previous 1.2 (colored)
Define smp_store_mb, smp_store_release.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 19 00:48:23 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.1: +15 -1
lines
Diff to previous 1.1 (colored)
Replace ACCESS_ONCE by READ_ONCE, WRITE_ONCE.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 19 00:45:28 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Move <linux/compiler.h> to common.