summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-02-20drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes3-18/+55
2009-02-20drm/i915: take struct mutex around fb unrefJesse Barnes1-0/+2
2009-02-20drm: Use spread spectrum when the bios tells us it's ok.Kristian Høgsberg3-6/+24
2009-02-20drm: Collapse identical i8xx_clock() and i9xx_clock().Kristian Høgsberg1-27/+6
2009-02-20drm: Bring PLL limits in sync with DDX values.Kristian Høgsberg1-3/+3
2009-02-20drm: Add locking around cursor gem operations.Kristian Høgsberg1-4/+5
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson2-35/+64
2009-02-20drm: Check for a NULL encoder when reverting on error pathChris Wilson1-1/+5
2009-02-20drm/i915: Cleanup the hws on ringbuffer constrution failure.Chris Wilson1-14/+25
2009-02-20drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.Steve Aarnio1-2/+0
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg2-2/+4
2009-02-20drm/i915: Unpin the fb on error during construction.Chris Wilson1-3/+5
2009-02-20drm/i915: Unpin the hws if we fail to kmap.Chris Wilson1-0/+1
2009-02-20drm/i915: Unpin the ringbuffer if we fail to ioremap it.Chris Wilson1-0/+1
2009-02-20drm/i915: unpin for an invalid memory domain.Chris Wilson1-0/+2
2009-02-20drm/i915: Release and unlock on mmap_gtt error path.Chris Wilson1-1/+4
2009-02-20drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson1-4/+2
2009-02-20drm: Do not leak a new reference for flink() on an existing nameChris Wilson1-17/+16
2009-02-20drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()Roland Dreier1-9/+12
2009-02-20drm/i915: refleak along pin() error path.Chris Wilson1-0/+1
2009-02-20drm/i915: hold mutex for unreference() in i915_gem_tiling.cChris Wilson1-4/+2
2009-02-20drm/i915: Cleanup trivial leak on execbuffer error path.Chris Wilson1-2/+4
2009-02-20drm: Free the object ref on error.Chris Wilson1-8/+12
2009-02-20drm: Potential use-after-free on error path.Chris Wilson1-1/+1
2009-02-20drm/i915: Storage class should be before const qualifierTobias Klauser2-2/+2
2009-02-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-5/+7
2009-02-19[S390] fix "mem=" handling in case of standby memoryHeiko Carstens1-0/+5
2009-02-19[S390] sclp: handle empty event buffersPeter Oberparleiter1-1/+4
2009-02-19[ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin1-2/+2
2009-02-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-5/+220
2009-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds7-40/+77
2009-02-19spi-gpio: sanitize MISO bitvalueMichael Buesch1-1/+1
2009-02-19Bernhard has movedBernhard Walle1-1/+1
2009-02-19x86: dell-laptop: depends on POWER_SUPPLYRandy Dunlap1-0/+1
2009-02-19fbdev/drm: fix Kconfig submenu mess in "Graphics support"Krzysztof Helt2-15/+8
2009-02-19floppy: request and release only the ports we actually usePhilippe De Muyter1-27/+52
2009-02-19jsm: additional device supportAdam Lackorzynski1-0/+3
2009-02-19atmel_serial might lose modem status changeAtsushi Nemoto1-0/+4
2009-02-19atmel-mci: fix initialization of dma slave dataDan Williams4-7/+7
2009-02-19lis3lv02d: add axes knowledge of HP Pavilion dv5 modelsGiuseppe Bilotta1-0/+22
2009-02-19lis3lv02d: support both one- and two-byte sensorsGiuseppe Bilotta3-26/+51
2009-02-19hp accelerometer: add freefall detectionPavel Machek3-17/+187
2009-02-19eeepc: should depend on INPUTAlexey Dobriyan1-0/+1
2009-02-19aoe: ignore vendor extension AoE responsesEd Cashin2-0/+3
2009-02-19omap_hsmmc: Change while(); loops with finite versionJean Pihet1-24/+30
2009-02-19omap_hsmmc: recover from transfer failuresJean Pihet1-1/+8
2009-02-19omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell1-10/+33
2009-02-18omap_hsmmc: card detect irq bugfixDavid Brownell1-1/+3
2009-02-18sdhci: fix led namingHelmut Schaa2-1/+4
2009-02-18mmc_test: fix basic read testRabin Vincent1-1/+1