CVS log for src/sys/external/bsd/drm2/include/linux/lockdep.h
Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / include / linux
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:49:12 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
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.8: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:38:37 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -1
lines
i915: hack hack hack
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:35:44 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2
lines
linux: fix __lockdep_used, add mutex_acquire/release
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:11:19 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
Stub might_lock_nested. Not in the LOCKDEP case...
Not sure we have anything for nested locks.
Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:05:05 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -1
lines
Add some missing includes in linux/lockdep.h.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:04:42 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +20 -1
lines
lockdep_pin/unpin_lock
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 19 09:43:26 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
looks like lock_release takes two args now
Author: Maya Rashish <maya@NetBSD.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:49:14 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1
lines
Disable linux lockdep for now; matching ww_mutex too painful.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 19 00:54:46 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Move Linux lockdep stuff to its own header file.
CVSweb <webmaster@jp.NetBSD.org>