summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-03-28 16:01:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-03-28 13:42:06 -1000
commit18bd49043caa8b272649d4868c29133eb0a3d143 (patch)
treeb4f5cd9c5e14029955fa3c17378f4be0bbf84f50 /scripts/const_structs.checkpatch
parent5b634e8e387372091cad237b6317b26add734555 (diff)
downloadkernel-18bd49043caa8b272649d4868c29133eb0a3d143.tar.gz
MAINTAINERS: demote ARM port to "odd fixes"
As of the start of 2018, I am no longer paid to support the core 32-bit ARM architecture code. This means that this code is no longer commercially supported, and is now only supported through voluntary effort. I will continue to merge patches as and when able, but this will be at a lower priority than before (which means a longer latency.) I have also be scaled back the amount of time spent reading email, so email that is intended for my attention needs to make itself plainly obvious, or I will miss it. In an attempt to reduce the amount of email Cc'd to me, exclude arch/arm/boot/dts from the maintainers patterns, but add entries for the SolidRun platforms I look after. Link: http://lkml.kernel.org/r/E1ezkgn-0002fO-52@rmk-PC.armlinux.org.uk Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
le='2012-05-29 11:01:45 +0100'>2012-05-29radeon: make radeon_cs_update_pages static.Dave Airlie 2012-05-09drm/radeon: make the ib an inline objectJerome Glisse 2012-05-09drm/radeon: move the semaphore from the fence into the ibJerome Glisse 2012-05-09drm/radeon: make sa bo a stand alone objectChristian König 2012-05-09drm/radeon: keep start and end offset in the SAChristian König 2012-05-09drm/radeon: fix possible lack of synchronization btw ttm and other ringJerome Glisse 2012-05-03drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)Jerome Glisse 2012-05-03drm/radeon: rework recursive gpu reset handlingChristian König 2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König 2012-04-12drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)Dave Airlie 2012-03-21drm/radeon/kms: add support for compute rings in CS ioctl on SIAlex Deucher 2012-03-21drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)Alex Deucher 2012-03-21drm/radeon/kms: add support for the CONST IB to the CS ioctlAlex Deucher 2012-03-20drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double freeJulia Lawall 2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie 2012-02-29drm/radeon: also make the cs_parse function per ringChristian König 2012-02-29drm/radeon: move ring syncing after bo validationChristian König 2012-02-22drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse 2012-01-09drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher 2012-01-06drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)Christian König 2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse 2012-01-05drm/radeon: make ib size variableJerome Glisse 2011-12-20drm/radeon: make all functions work with multiple rings.Christian König 2011-12-20drm/radeon: no need to check all relocs for duplicatesChristian König 2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák 2011-11-11drm/radeon: Make sure CS mutex is held across GPU reset.Michel Dänzer 2011-06-08drm/radeon/kms: set family for use in parser.Dave Airlie 2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter