History log of /netbsd-src/sys/external/bsd/common/linux/linux_rcu.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 61da5b32 19-Dec-2021 riastradh <riastradh@NetBSD.org>

linux: Fix rcu_barrier so it actually waits for everything.


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

linux: Rate-limit RCU GC thread as a cheap experiment.


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

linux: Use kmem directly for Linux kmalloc.

Take advantage of this to do LOCKDEBUG_MEM_CHECK at the point of
kfree_rcu rather than in the RCU GC thread.


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

Make intel_psr.c build
netbsd-ify
Stub out intel_lpe_audio.c (for now?).
Hammer intel_opregion.c into shape.
Hack up intel_lrc.c
Adapt intel_reset.c
Stub out intel_region_lmem.c
Adapt intel_ring_subm

Make intel_psr.c build
netbsd-ify
Stub out intel_lpe_audio.c (for now?).
Hammer intel_opregion.c into shape.
Hack up intel_lrc.c
Adapt intel_reset.c
Stub out intel_region_lmem.c
Adapt intel_ring_submission.c
Adapt intel_rps.c
Adapt intel_sdvo.c
Adapt intel_runtime_pm.c
Adapt intel_sideband.c
Adapt intel_sprite.c
Adapt intel_tv.c
Adapt intel_tc.c
Adapt intel_sseu.c
Adapt intel_timeline.c
Adapt intel_uc_fw.c and fix typo
Fix up intel_uncore.c
intel_vga.c
intel_wakeref.c
intel_vdsc.c
intel_wopcm.c
intel_workarounds.c
i915_globals.c
Fix up intelfb.c
Stub out intel_guc_log.c
Stub out intel_dsi_dcs_backlight.c
i915_perf.c
intel_hdmi.c
intel_hdcp.c


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

show more ...


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

linux: Add cond_synchronize_rcu.


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

linux/rcupdate: Stub init_rcu_head, destroy_rcu_head.


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

Move Linux RCU to common.