summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-14drm/radeon: use CP DMA on r6xx for bo movesAlex Deucher1-3/+3
2013-07-14drm/radeon: implement bo copy callback using CP DMA (v2)Alex Deucher3-0/+85
2013-07-14drm/radeon: Disable dma rings for bo moves on r6xxAlex Deucher1-6/+6
2013-07-14drm/radeon/dpm: disable gfx PG on PALMAlex Deucher1-1/+7
2013-07-14drm/radeon/hdmi: make sure we have an afmt block assignedAlex Deucher2-0/+12
2013-07-14Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds12-40/+441
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-56/+162
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-56/+393
2013-07-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds46-529/+828
2013-07-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+124
2013-07-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+491
2013-07-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-54/+86
2013-07-14Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-726/+592
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds69-786/+15734
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds316-8955/+10285
2013-07-13drm/i915: Preserve the DDI_A_4_LANES bit from the biosStéphane Marchesin2-5/+7
2013-07-13Merge branch 'next' into for-linusDmitry Torokhov3-24/+118
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley6-47/+66
2013-07-13via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-07-13atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-13usb/net/r815x: fix cast to restricted __le32hayeswang1-9/+12
2013-07-13usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-07-12drm/i915: fix pfit regression for non-autoscaled resolutionsDaniel Vetter2-4/+4
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2-1/+3
2013-07-12Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner4-0/+491
2013-07-12bcache: Allocation kthread fixesKent Overstreet3-18/+15
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-12bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-07-12bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-07-12drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-12drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang1-11/+0
2013-07-12drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-12net/usb: add relative mii functions for r815xhayeswang3-3/+239
2013-07-12Merge branches 'mlx5', 'qib' and 'srp' into for-nextRoland Dreier9-24/+189
2013-07-12mlx5: Return -EFAULT instead of -EPERMDan Carpenter3-17/+13
2013-07-12IB/qib: Log all SDMA errors unconditionallyDean Luick3-1/+171
2013-07-12IB/qib: Fix module-level leakMike Marciniszyn1-3/+3
2013-07-12mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer1-1/+1
2013-07-12IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offlineBart Van Assche1-2/+1
2013-07-12watchdog: hpwdt: Add check for UEFI bitsMingarelli, Thomas1-4/+7
2013-07-12watchdog: softdog: remove replaceable ping operationKim, Milo1-1/+0
2013-07-12watchdog: New watchdog driver for MEN A21 watchdogsJohannes Thumshirn3-0/+283
2013-07-12Watchdog: fix clearing of the watchdog interruptRussell King1-3/+1
2013-07-12Watchdog: allow orion_wdt to be built for DoveRussell King2-1/+4
2013-07-12watchdog: Add Broadcom BCM2835 watchdog timer driverLubomir Rintel3-0/+201
2013-07-12Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-180/+818