summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-02-20smsc9420: fix another postfixed timeoutSteve Glendinning1-1/+1
2009-02-20wimax/i2400m: driver loads firmware v1.4 instead of v1.3Inaky Perez-Gonzalez1-1/+1
2009-02-20igb: this patch addes the sr-iov enablement option via num_vfs parameterAlexander Duyck1-5/+120
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck12-26/+1077
2009-02-20igb: add pf side of VMDq supportAlexander Duyck6-19/+195
2009-02-20igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck2-9/+17
2009-02-20igb: update napi polling to consolidate function and return correct valuesAlexander Duyck1-47/+30
2009-02-20drm/radeon: update sarea copies of last_ variables on resume.etienne1-6/+15
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-19e1000: Removing the unused macro PAGE_USE_COUNT()Breno Leitao1-2/+0
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-18drivers/net/igb: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+2
2009-02-18atm: Add missing parenthesesRoel Kluin1-4/+4
2009-02-18e1000e: remove workaround for e1000 hardwareJesse Brandeburg1-9/+0
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-5/+220
2009-02-18igb: remove LRO Kconfig optionJeff Kirsher2-10/+0
2009-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds7-40/+77
2009-02-18niu: improve ethtool support for gigabit copper cardsConstantin Baranov2-108/+242
2009-02-18niu: fix PHY template choice for 10G copperConstantin Baranov1-1/+1
2009-02-18drivers/net/sfc: fix sparse warnings: Should it be static?Hannes Eder1-0/+1
2009-02-18cxgb3: Add support for PCI ID 0x35.Divy Le Ray2-0/+8
2009-02-18TG3: &&/|| confusionRoel Kluin1-2/+2
2009-02-18ATM: misplaced parentheses?Roel Kluin1-1/+1