summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds2015-07-0419-2778/+4389
|\
| * NTB: Add split BAR output for debugfs statsDave Jiang2015-07-041-15/+68
| * NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang2015-07-041-8/+16
| * NTB: Print driver name and version in module initDave Jiang2015-07-042-0/+6
| * NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-041-1/+1
| * NTB: Rename Intel code names to platform namesDave Jiang2015-07-042-455/+455
| * NTB: Default to CPU memcpy for performanceDave Jiang2015-07-041-4/+13
| * NTB: Improve performance with write combiningDave Jiang2015-07-041-1/+10
| * NTB: Use NUMA memory in Intel driverAllen Hubbe2015-07-041-6/+12
| * NTB: Use NUMA memory and DMA chan in transportAllen Hubbe2015-07-041-14/+32
| * NTB: Rate limit ntb_qp_link_workAllen Hubbe2015-07-041-1/+1
| * NTB: Add tool test clientAllen Hubbe2015-07-043-0/+568
| * NTB: Add ping pong test clientAllen Hubbe2015-07-045-1/+262
| * NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2015-07-041-19/+58
| * NTB: Reset transport QP link stats on downAllen Hubbe2015-07-041-8/+28
| * NTB: Do not advance transport RX on link downAllen Hubbe2015-07-041-2/+1
| * NTB: Differentiate transport link down messagesAllen Hubbe2015-07-041-2/+2
| * NTB: Check the device ID to set errata flagsDave Jiang2015-07-041-5/+44
| * NTB: Enable link for Intel root port mode in probeDave Jiang2015-07-041-0/+10
| * NTB: Read peer info from local SPAD in transportDave Jiang2015-07-041-5/+5
| * NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-0410-2180/+2543
| * NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-042-0/+252
| * NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-027-194/+145
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-2/+9
|\ \
| * | KVM: s390: virtio-ccw: don't overwrite config space valuesCornelia Huck2015-07-031-2/+9
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-041-18/+1
|\ \ \
| * | | irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.hJoel Porquet2015-07-021-18/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-0411-74/+1293
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2015-07-0411-74/+1293
| |\ \ \ \
| | * | | | Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen2015-07-011-5/+14
| | * | | | Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov2015-07-011-1/+1
| | * | | | Input: arc_ps2 - add HAS_IOMEM dependencySebastian Ott2015-06-291-0/+1
| | * | | | Input: wdt87xx_i2c - fix format warningDmitry Torokhov2015-06-291-1/+1
| | * | | | Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-253-27/+46
| | * | | | Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov2015-06-251-6/+1
| | * | | | Input: use for_each_set_bit() where appropriateAnshul Garg2015-06-251-25/+9
| | * | | | Input: add a driver for wdt87xx touchscreen controllerHungNien Chen2015-06-243-0/+1153
| | * | | | Input: axp20x-pek - fix reporting button state as invertedHans de Goede2015-06-241-2/+6
| | * | | | Input: xpad - re-send LED command on present eventPavel Rojtberg2015-06-221-8/+20
| | * | | | Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais2015-06-221-5/+45
| | * | | | Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam2015-06-221-1/+3
* | | | | | Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-07-041-1/+1
|\ \ \ \ \ \
| * | | | | | drm/crtc: Fix edid length computationShixin Zeng2015-07-041-1/+1
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-0410-25/+292
|\ \ \ \ \ \ \
| * | | | | | | virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-244-14/+32
| * | | | | | | macvtap/tun: cross-endian support for little-endian hostsGreg Kurz2015-06-013-2/+128
| * | | | | | | vhost: cross-endian support for legacy devicesGreg Kurz2015-06-013-3/+108
| * | | | | | | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-013-3/+6
| * | | | | | | vhost: introduce vhost_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| * | | | | | | macvtap: introduce macvtap_is_little_endian() helperGreg Kurz2015-06-011-2/+7