Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / include / linux
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 9 23:43:39 2022 UTC (9 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.12: +13 -12
lines
Diff to previous 1.12 (colored)
linux/kref: Fix memory barriers and use membar_release/acquire.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Dec 19 11:45:01 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.11: +9 -11
lines
Diff to previous 1.11 (colored)
i915: more work
Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 19 11:39:00 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.10: +29 -1
lines
Diff to previous 1.10 (colored)
Provide kref_put_lock Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 19 10:48:37 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Linux refcount API
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 19 01:46:01 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Omit __insn_barrier where implied or subsumed by volatile.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 19 00:46:50 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.7: +12 -1
lines
Diff to previous 1.7 (colored)
Implement kref_read.
Revision 1.4.30.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:08:31 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.4: +18 -1
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD
Revision 1.4.28.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:56:36 2018 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.4: +18 -1
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 27 13:44:41 2018 UTC (4 years, 5 months ago) by riastradh
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Changes since 1.6: +17 -0
lines
Diff to previous 1.6 (colored)
Insert membars needed for non-x86. XXX We should really define membar_enter_postatomic and membar_exit_preatomic to avoid relying on not typoing __HAVE_ATOMIC_AS_MEMBAR.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 27 06:51:52 2018 UTC (4 years, 5 months ago) by riastradh
Branch: MAIN
Changes since 1.5: +13 -13
lines
Diff to previous 1.5 (colored)
Revert "Rename private member of kref, because Linux abuses the abstraction." This reverts commit d45132a71ee3c2570db2f10eac27283d3ac5b392. Linux's abuse will be fixed.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 27 06:46:17 2018 UTC (4 years, 5 months ago) by riastradh
Branch: MAIN
Changes since 1.4: +14 -14
lines
Diff to previous 1.4 (colored)
Rename private member of kref, because Linux abuses the abstraction.
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:04:21 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.4.4.1: +145 -0
lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:55:39 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.2: +35 -1
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Rebase.
Revision 1.4.4.1, Wed Jul 16 20:59:58 2014 UTC (8 years, 6 months ago) by tls
Branch: tls-maxphys
Changes since 1.4: +0 -145
lines
FILE REMOVED
file kref.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 16 20:59:58 2014 UTC (8 years, 6 months ago) by riastradh
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202,
tls-maxphys-base,
tls-earlyentropy-base,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: tls-maxphys,
phil-wifi,
pgoyette-compat
Changes since 1.3: +27 -2
lines
Diff to previous 1.3 (colored)
First whack at radeon driver. No hardware to test yet, but it builds.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 16 20:56:25 2014 UTC (8 years, 6 months ago) by riastradh
Branch: MAIN
Changes since 1.2: +10 -1
lines
Diff to previous 1.2 (colored)
Make it build and boot on my test machines. Screen blanks on boot on the Ivy Bridge system with DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun But after that everything is OK. Appears to be an upstream problem. To investigate... I think there's a cache flushing issue somewhere -- there are little display artefacts on my T60.
Revision 1.2.6.2 / (download) - annotate - [select for diffs], Thu May 22 11:40:56 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.2.6.1: +111 -0
lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Sun May 18 17:46:01 2014 UTC (8 years, 8 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.2.4.1: +111 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.2.6.1, Tue Mar 18 18:20:43 2014 UTC (8 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.2: +0 -111
lines
FILE REMOVED
file kref.h was added on branch yamt-pagecache on 2014-05-22 11:40:56 +0000
Revision 1.2.4.1, Tue Mar 18 18:20:43 2014 UTC (8 years, 10 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.2: +0 -111
lines
FILE REMOVED
file kref.h was added on branch rmind-smpnet on 2014-05-18 17:46:01 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 18 18:20:43 2014 UTC (8 years, 10 months ago) by riastradh
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: yamt-pagecache,
tls-earlyentropy,
rmind-smpnet
Changes since 1.1: +111 -0
lines
Diff to previous 1.1 (colored)
Merge riastradh-drm2 to HEAD.
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sun Sep 8 15:33:35 2013 UTC (9 years, 4 months ago) by riastradh
Branch: riastradh-drm2
Changes since 1.1.2.2: +4 -3
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Fix sense of atomic_cas loop condition and use kassertmsg for krefs.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Jul 24 01:51:36 2013 UTC (9 years, 6 months ago) by riastradh
Branch: riastradh-drm2
Changes since 1.1.2.1: +75 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
Implement krefs in <linux/kref.h>.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Wed Jul 24 00:33:12 2013 UTC (9 years, 6 months ago) by riastradh
Branch: riastradh-drm2
Changes since 1.1: +35 -0
lines
Diff to previous 1.1 (colored)
Add stubs for Linux header files for drm.
Revision 1.1, Wed Jul 24 00:33:12 2013 UTC (9 years, 6 months ago) by riastradh
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Branch point for: riastradh-drm2
FILE REMOVED
file kref.h was initially added on branch riastradh-drm2.