summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox2011-12-063-20/+20
* drm/gma500: begin pruning dead bits of APIAlan Cox2011-12-063-644/+24
* drm: Redefine pixel formatsVille Syrjälä2011-12-012-23/+52
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-296-46/+46
* drm/radeon/kms: fix up for BIG ENDIAN breakageDave Airlie2011-11-291-1/+1
* drm/gma500: fix compile errorIlija Hadzic2011-11-281-11/+12
* drm/gma500: remove genrated fileIlija Hadzic2011-11-281-51/+0
* drm/gma500: port framebuffer to new plane interface.Dave Airlie2011-11-281-13/+20
* drm/staging/gma500: fix linux-next buildJesse Barnes2011-11-251-15/+22
* Merge branch 'drm-gma500-alanc' into drm-core-nextDave Airlie2011-11-1651-0/+20496
|\
| * gma500: Now connect up to the DRM build to finish the jobAlan Cox2011-11-162-0/+4
| * gma500: fixup build versus latest header changes.Dave Airlie2011-11-163-1/+3
| * gma500: Add support for CedarviewAlan Cox2011-11-166-0/+3318
| * gma500: Add Oaktrail supportAlan Cox2011-11-166-0/+2936
| * gma500: Add Poulsbo supportAlan Cox2011-11-1611-0/+5973
| * gma500: Add the core DRM files and headersAlan Cox2011-11-166-0/+3521
| * gma500: Add the i2c bus supportAlan Cox2011-11-161-0/+169
| * gma500: Add the glue to the various BIOS and firmware interfacesAlan Cox2011-11-165-0/+1077
| * gma500: Add device frameworkAlan Cox2011-11-163-0/+432
| * gma500: introduce the framebuffer support codeAlan Cox2011-11-163-0/+1194
| * gma500: introduce the GTT and MMU handling logicAlan Cox2011-11-163-0/+1419
| * gma500: GEM and GEM glueAlan Cox2011-11-163-0/+386
| * gma500: Move the basic driver out of stagingAlan Cox2011-11-162-0/+65
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-1515-63/+226
* | drm: add plane support v3Jesse Barnes2011-11-152-2/+258
* | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-1113-169/+182
* | drm: avoid switching to text console if there is no panic timeoutHugh Dickins2011-11-101-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-0729-244/+274
|\
| * forcedeth: fix a few sparse warnings (variable shadowing)david decotigny2011-11-071-17/+17
| * forcedeth: Improve stats countersMandeep Baines2011-11-071-0/+4
| * forcedeth: remove unneeded stats updatesdavid decotigny2011-11-071-34/+1
| * forcedeth: Acknowledge only interrupts that are being processedMike Ditto2011-11-071-5/+8
| * forcedeth: fix race when unloading moduledavid decotigny2011-11-071-1/+1
| * usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov2011-11-071-1/+2
| * ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2011-11-072-2/+4
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-042-4/+4
| * sky2: fix regression on Yukon Optimastephen hemminger2011-11-041-11/+0
| * i825xx:xscale:8390:freescale: Fix Kconfig dependanciesJeff Kirsher2011-11-043-4/+10
| * macvlan: receive multicast with local addressstephen hemminger2011-11-041-0/+7
| * tg3: Update version to 3.121Matt Carlson2011-11-041-2/+2
| * tg3: Eliminate timer race with reset_taskMatt Carlson2011-11-042-13/+2
| * tg3: Schedule at most one tg3_reset_task runMatt Carlson2011-11-042-9/+25
| * tg3: Obtain PCI function number from deviceMatt Carlson2011-11-042-6/+33
| * tg3: Fix irq alloc error cleanup pathMatt Carlson2011-11-041-5/+4
| * tg3: Fix 4k skb error recovery pathMatt Carlson2011-11-041-8/+8
| * tg3: Fix 4k tx bd segmentation codeMatt Carlson2011-11-041-23/+24
| * tg3: Fix APE mutex init and useMatt Carlson2011-11-042-24/+30
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-0416-76/+89
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-0416-76/+89
| | |\
| | | * iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy2011-11-021-10/+0