History log of /netbsd-src/sys/external/bsd/common/linux/linux_tasklet.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 68de6bb2 24-Feb-2023 riastradh <riastradh@NetBSD.org>

drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.

Discussed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2023/02/23/msg028729.html


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

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


# b7d09065 27-Dec-2021 riastradh <riastradh@NetBSD.org>

linux: Fix copypasto in comment.


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

drm: Sprinkle miscellaneous includes.


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

linux: Use indirection for percpu simpleq.

Simpleq requires pointers into the head to work, but percpu(9) may
move objects around, so we have to allocate the simpleq head
separately with kmem(9).


# 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 ...


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

Fix membars in tasklet_disable/enable.


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

Rework linux_tasklet.c a little.

Provide some more hacks for i915's grubby paws.


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

Omit __insn_barrier where implied or subsumed by volatile.


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

Add some i915drmkms additions to the tasklet API.


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

Sprinkle in another assertion for good measure.


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

Draft Linux tasklet implementation.