summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds-1/+98
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-76/+143
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds-0/+533
2012-05-25Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds-1/+0
2012-05-25Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1601/+630
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal-4/+5
2012-05-25dma-buf: add vmap interfaceDave Airlie-0/+34
2012-05-25dma-buf: mmap supportDaniel Vetter-1/+63
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+11
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-14/+272
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-429/+1042
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-550/+705
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-160/+214
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-14710/+41423
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4577/+4938
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1249/+2694
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16578/+31600
2012-05-24Merge branch 'next' into for-linusDmitry Torokhov-177803/+332126
2012-05-24Input: matrix-keymap - fix building keymapsDmitry Torokhov-1/+1
2012-05-24drm/nouveau/nvd9: Fix GPIO initialisation sequence.Marcin Koƛcielnicki-1/+1
2012-05-24drm/nouveau: Unregister switcheroo client on exitAndreas Heider-0/+2
2012-05-24drm/nouveau: Check dsm on switcheroo unregisterAndreas Heider-1/+2
2012-05-24drm/nouveau: fix a minor annoyance in an output stringBen Skeggs-1/+1
2012-05-24drm/nouveau: turn a BUG into a WARNBen Skeggs-1/+1
2012-05-24drm/nv50: decode PGRAPH DATA_ERROR = 0x24Marcin Slusarz-0/+1
2012-05-24drm/nouveau/disp: fix dithering not being enabled on some eDP macbooksBen Skeggs-1/+7
2012-05-24drm/nvd9/copy: initialise copy engine, seems to work like nvc0Ben Skeggs-1/+2
2012-05-24drm/nvc0/ttm: use copy engines for async buffer movesBen Skeggs-9/+51
2012-05-24drm/nva3/ttm: use copy engine for async buffer movesBen Skeggs-1/+40
2012-05-24drm/nv98/ttm: add in a (disabled) crypto engine buffer copy methodBen Skeggs-1/+20
2012-05-24drm/nv84/ttm: use crypto engine for async buffer copiesBen Skeggs-0/+19
2012-05-24drm/nouveau/ttm: untangle code to support accelerated buffer movesBen Skeggs-94/+119
2012-05-24drm/nouveau/fbcon: use fence for sync, rather than notifierBen Skeggs-32/+2
2012-05-24drm/nv98/crypt: non-stub implementation of the engine hooksBen Skeggs-14/+1434
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs-1386/+1374
2012-05-24drm/nv50/graph: remove ability to do interrupt-driven context switchingBen Skeggs-65/+0
2012-05-24drm/nv50: remove manual context unload on context destructionBen Skeggs-94/+7
2012-05-24drm/nv50: remove execution engine context saves on suspendBen Skeggs-14/+0
2012-05-24drm/nv50/fifo: use hardware channel kickoff functionalityBen Skeggs-166/+43
2012-05-24drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing doneBen Skeggs-1/+1
2012-05-24drm/nv50/fifo: construct playlist from hw context table stateBen Skeggs-14/+7
2012-05-24drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs-187/+62
2012-05-24drm/nouveau/fence: fix a race where fence->channel can disappearBen Skeggs-15/+26
2012-05-24drm/nouveau/bios: fix some shadowing issues, particularly acpiBen Skeggs-20/+10
2012-05-24drm/nouveau: fix engine context destructor orderingBen Skeggs-2/+1
2012-05-24drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs-473/+851
2012-05-24drm/nouveau/fence: minor api changes for an upcoming reworkBen Skeggs-158/+134
2012-05-24drm/nouveau/fence: make ttm interfaces wrap ours, not the other way aroundBen Skeggs-71/+68
2012-05-24drm/nouveau: move flip-related channel setup to software engineBen Skeggs-62/+84
2012-05-24drm/nouveau: create real execution engine for software object classBen Skeggs-282/+567