The NetBSD Project

CVS log for src/sys/external/bsd/common/linux/linux_tasklet.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / external / bsd / common / linux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 24 11:02:05 2023 UTC (13 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.11: +2 -14 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.

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

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 9 23:43:31 2022 UTC (2 years ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.10: +16 -16 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 27 14:57:30 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

linux: Fix copypasto in comment.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 19 12:44:43 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

drm: Sprinkle miscellaneous includes.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 19 11:57:34 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.7: +32 -9 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 19 11:49:11 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.6: +31 -10 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

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>

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 19 11:04:58 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.5: +27 -8 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

Fix membars in tasklet_disable/enable.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 19 11:03:18 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.4: +165 -78 lines
Diff to previous 1.4 (colored)

Rework linux_tasklet.c a little.

Provide some more hacks for i915's grubby paws.

Revision 1.4 / (download) - annotate - [selected], Sun Dec 19 01:46:01 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)

Omit __insn_barrier where implied or subsumed by volatile.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 19 01:17:46 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.2: +75 -2 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

Add some i915drmkms additions to the tasklet API.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 19 01:17:39 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

Sprinkle in another assertion for good measure.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 19 01:17:14 2021 UTC (2 years, 4 months ago) by riastradh
Branch: MAIN
Diff to selected 1.4 (colored)

Draft Linux tasklet implementation.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>