Maintainer: * Daniel Borkmann * Tobias Klauser Major contributors (> 30 commits): * Daniel Borkmann * Emmanuel Roullit * Markus Amend * Tobias Klauser * Christoph Jaeger * Herbert Haas * Minor contributors (<= 30 commits): * Peter Stuge * Scott Moeller * Jesper Dangaard Brouer * Jaroslav Škarvada * Dennis Gilmore * Dan Horák * Doug Burks * Kartik Mistry * Ulrich Weber * Teguh * Markus Kötter * Jim Binder * Ronald W. Henderson * Stefan Seering * Jon Schipp * Sibir Chakraborty Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in an experimental branch only, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) nds-private-remove&id=13f479b9df4e2bbf2d16e7e1b02f3f55f70e2455'>diff
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-08-17 09:46:42 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-08-19 12:22:40 -0400
commit13f479b9df4e2bbf2d16e7e1b02f3f55f70e2455 (patch)
treea33a4605c173f88d9d5325bd2b048d1b62572264
parentae5b80d2b68eac945b124227dea34462118a6f01 (diff)
drm/radeon: fix radeon_move_blit on 32bit systems
This bug seems to be present for a very long time. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org