summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-17dmaengine: ioatdma: fix u16 overflow in cleanupAllen Hubbe1-1/+1
2015-08-17dmaengine: ioatdma: fix u16 overflow in reshapeAllen Hubbe1-1/+1
2015-08-06dmaengine: ipu: Consolidate duplicated irq handlersThomas Gleixner1-42/+4
2015-08-06dmaengine: ipu: Prepare irq handlers for irq argument removalThomas Gleixner1-2/+4
2015-08-06dmaengine: xdmac: Add scatter gathered memset supportMaxime Ripard1-1/+165
2015-08-05dmaengine: zxdma: Fix force stop bugJun Nie1-0/+1
2015-08-05dmaengine: zxdma: Fix data width bugJun Nie1-4/+5
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard11-16/+12
2015-08-05dmaengine: ti-dma-crossbar: Fix checking return value of devm_ioremap_resourceAxel Lin1-5/+2
2015-08-05dmaengine: zxdma: Support cyclic dmaJun Nie1-9/+84
2015-08-05dmaengine: imx-sdma: Add device to device supportShengjiu Wang1-12/+140
2015-07-22dmaengine: ti-dma-crossbar: Add support for eDMAPeter Ujfalusi1-2/+25
2015-07-22dmaengine: ti-dma-crossbar: Make idr xbar instance-specificMisael Lopez Cruz1-4/+5
2015-07-16dmaengine: zxdma: explicitly free irq on device removalVinod Koul1-3/+7
2015-07-16dmaengine: zxdma: Support ZTE ZX296702 dmaJun Nie3-0/+878
2015-07-16dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2-3/+3
2015-07-16dmaengine: ipu: Consolidate chained IRQ handler install/removeThomas Gleixner1-8/+4
2015-07-16dmaengine: hsu: remove excessive lockAndy Shevchenko2-36/+4
2015-07-16dmaengine: ioatdma: Ignore IOAT devices under hotplug-capable PCI host bridgeJiang Liu1-0/+34
2015-07-07dmaengine: ioatdma: Set non RAID channels to be private capableDave Jiang1-0/+3
2015-07-07dmaengine: Use Pointer xt after NULL check.Maninder Singh1-3/+3
2015-07-07dmaengine: imx-dma: Check for clk_prepare_enable() errorFabio Estevam1-9/+14
2015-07-06dmaengine: Remove remaining FSF mailing addressesJarkko Nikula2-8/+0
2015-07-06dmaengine: at_xdmac: fix indentationLudovic Desroches1-6/+6
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe3-0/+568
2015-07-04NTB: Add ping pong test clientAllen Hubbe5-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe1-19/+58
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe1-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2
2015-07-04NTB: Check the device ID to set errata flagsDave Jiang1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeDave Jiang1-0/+10
2015-07-04NTB: Read peer info from local SPAD in transportDave Jiang1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe10-2180/+2543
2015-07-04NTB: Add NTB hardware abstraction layerAllen Hubbe2-0/+252