aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom9-72/+876
2011-09-06vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom3-24/+37
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom8-109/+107
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom3-0/+55
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom4-55/+2
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom3-54/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom4-55/+0
2011-09-01vmwgfx: Implement GMR2Thomas Hellstrom1-1/+80
2011-09-01vmwgfx: Update register definitions for HWV8 and print out new capabilitiesThomas Hellstrom2-1/+99
2011-09-01vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom3-11/+49
2011-09-01vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom3-18/+48
2011-09-01vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom4-48/+139
2011-09-01vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer4-17/+23
2011-09-01vmwgfx: Fix 'bbp' typoMichel Dänzer3-7/+7
2011-09-01vmwgfx: Don't write to read-only registersMichel Dänzer2-19/+0
2011-09-01vmwgfx: Add support for depth 8Michel Dänzer2-0/+14
2011-09-01vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivityThomas Hellstrom1-3/+10
2011-08-31drm/radeon/kms: add a new gem_wait ioctl with read/write flagsMarek Olšák6-7/+44
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák9-37/+119
2011-08-30drm/i915: use common functions for mmap offset creationRob Clark1-83/+2
2011-08-30drm/gem: add functions for mmap offset creationRob Clark1-0/+88
2011-08-30drm/radeon/kms: add s/r quirk for Compaq Presario V5245EUAlex Deucher1-0/+8
2011-08-30drm/radeon/kms: evergreen & ni reset SPI block on CP resumeJerome Glisse2-0/+2
2011-08-29drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim1-0/+2
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-18/+23
2011-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+4
2011-08-26Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6Linus Torvalds1-3/+1
2011-08-26Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds17-76/+283
2011-08-26Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds14-25/+52
2011-08-26Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds8-4/+66
2011-08-26Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds7-6/+9
2011-08-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2-5/+11
2011-08-25drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq.MyungJoo Ham1-42/+25
2011-08-25drivers/rtc/rtc-s3c.c: correct debug messagesMyungJoo Ham1-6/+6
2011-08-25drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregister all registered ledsAxel Lin1-0/+5
2011-08-25drivers/misc/ab8500-pwm.c: fix modaliasAxel Lin1-1/+1
2011-08-25drivers/misc/fsa9480.c: fix a leak of the IRQ during init failureAxel Lin1-2/+2
2011-08-25backlight: fix module alias prefix for adp8870_blAxel Lin1-1/+1
2011-08-25backlight: add a callback 'notify_after' for backlight controlDilan Lee1-0/+9
2011-08-25leds: add missing include of linux/module.hAxel Lin2-0/+2
2011-08-25drivers/video/backlight/ep93xx_bl.c: add missing include of linux/module.hAxel Lin1-1/+1
2011-08-25rapidio: fix use of non-compatible registersAlexandre Bounine2-17/+9
2011-08-25drivers/char/msm_smd_pkt.c: don't use IS_ERR()Thomas Meyer1-3/+2
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov14-19/+19
2011-08-25w1: fix for loop in w1_f29_remove_slave()Dan Carpenter1-1/+1
2011-08-25drivers/misc/pti.c: add missing includesSergei Trofimovich1-0/+2
2011-08-25drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlockedThomas Jarosch1-1/+1
2011-08-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/stagingLinus Torvalds2-30/+15
2011-08-25Merge branch '3.1-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds14-216/+269
2011-08-25USB: ftdi_sio: add Calao reference board supportJean-Christophe PLAGNIOL-VILLARD1-1/+19