summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen2013-04-151-3/+6
* dmaengine:sirf:take clock and enable it while probingBarry Song2013-04-151-0/+11
* dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko2013-04-151-2/+3
* dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan2013-04-151-2/+1
* dma: ipu: ipu_idmac: Fix section mismatchFabio Estevam2013-04-151-1/+1
* dma: tegra: assume CONFIG_OFStephen Warren2013-04-151-15/+7
* dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat2013-04-151-3/+4
* dmatest: append verify result to resultsAndy Shevchenko2013-04-151-54/+128
* dmatest: gather test results in the linked listAndy Shevchenko2013-04-151-30/+204
* dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko2013-04-151-3/+6
* dmatest: return actual state in 'run' fileAndy Shevchenko2013-04-151-2/+21
* dmatest: run test via debugfsAndy Shevchenko2013-04-151-2/+255
* dmatest: split test parameters to separate structureAndy Shevchenko2013-04-151-47/+62
* dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko2013-04-151-13/+16
* dmatest: create dmatest_info to keep test parametersAndy Shevchenko2013-04-151-47/+113
* dmatest: allocate memory for pq_coefs from heapAndy Shevchenko2013-04-151-2/+9
* dmatest: cancel thread immediately when asked forAndy Shevchenko2013-04-151-1/+2
* ioatdma: allow all channels to have irq coalescing supportDave Jiang2013-04-151-9/+3
* ioatdma: make debug output more readableDave Jiang2013-04-152-2/+3
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-156-14/+14
* dma: timb_dma: Fix compiler warningMaxin B. John2013-04-151-1/+1
* pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA2013-04-151-1/+1
* DMA: PL330: allow submitting 2 requests at a timeJassi Brar2013-04-151-2/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-142-3/+9
|\
| * drm/fb-helper: Fix locking in drm_fb_helper_hotplug_eventDaniel Vetter2013-04-121-3/+5
| * udl: handle EDID failure properly.Dave Airlie2013-04-121-0/+4
* | watchdog: Revert the AT91RM9200_WATCHDOG dependencyNicolas Ferre2013-04-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-04-122-68/+133
|\ \
| * | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-111-0/+3
| * | tcm_vhost: Send bad target to guest when cmd failsAsias He2013-04-111-4/+6
| * | tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He2013-04-111-13/+18
| * | tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He2013-04-111-2/+7
| * | tcm_vhost: Remove double check of responseAsias He2013-04-111-9/+0
| * | tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He2013-04-081-0/+1
| * | tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He2013-04-081-43/+101
| * | tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He2013-04-021-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-04-1212-79/+37
|\ \ \ | |_|/ |/| |
| * | [SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun2013-04-111-1/+2
| * | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
| * | [SCSI] ibmvscsi: Fix slave_configure deadlockBrian King2013-04-061-1/+1
| * | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap2013-04-061-1/+1
| * | [SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap2013-04-061-5/+0
| * | [SCSI] qla2xxx: Fix crash during firmware dump procedure.Arun Easi2013-04-062-2/+2
| * | [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio2013-04-065-64/+1
| * | [SCSI] ipr: dlpar failed when adding an adapter backwenxiong@linux.vnet.ibm.com2013-04-061-0/+1
| * | [SCSI] ipr: fix addition of abort command to HRRQ free queueKleber Sacilotto de Souza2013-04-061-1/+1
| * | [SCSI] st: Take additional queue ref in st_probeJoe Lawrence2013-04-061-1/+7
| * | [SCSI] libsas: use right function to alloc smp responseJohn Gong2013-04-061-1/+1
| * | [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapterwenxiong@linux.vnet.ibm.com2013-04-061-2/+8
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-04-112-17/+41
|\ \ \