summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-11-022-6/+10
|\
| * drm/amdgpu: allow harvesting check for Polaris VCELeo Liu2017-11-021-6/+6
| * drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu2017-11-021-0/+4
* | Merge tag 'drm-intel-fixes-2017-11-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie2017-11-027-35/+57
|\ \
| * | drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson2017-11-011-0/+4
| * | drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson2017-10-301-0/+2
| * | drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson2017-10-301-0/+2
| * | drm/i915/edp: read edp display control registers unconditionallyJani Nikula2017-10-301-3/+10
| * | drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst2017-10-302-31/+21
| * | drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare2017-10-301-1/+18
* | | Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-11-011-3/+3
|\ \ \ | |/ / |/| |
| * | drm/nouveau/kms/nv50: use the correct state for base channel notifier setupBen Skeggs2017-11-011-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2922-150/+299
|\ \ \
| * | | tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-283-6/+7
| * | | tuntap: properly align skb->head before building skbJason Wang2017-10-281-0/+1
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-275-21/+22
| |\ \ \
| | * | | i40e: Add programming descriptors to cleaned_countAlexander Duyck2017-10-261-0/+1
| | * | | i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck2017-10-261-1/+1
| | * | | ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-12/+6
| | * | | igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| | * | | e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
| | * | | e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
| * | | | net: stmmac: First Queue must always be in DCB modeJose Abreu2017-10-271-0/+7
| * | | | net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu2017-10-271-1/+1
| * | | | Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-275-96/+202
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-262-30/+104
| | * | | net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz2017-10-261-35/+54
| | * | | net/mlx5: Delay events till mlx5 interface's add complete for pci resumeHuy Nguyen2017-10-261-29/+41
| | * | | net/mlx5: Fix health work queue spin lock to IRQ safeMoshe Shemesh2017-10-261-2/+3
| * | | | tap: double-free in error path in tap_open()Girish Moodalbail2017-10-261-9/+9
| * | | | Merge tag 'linux-can-fixes-for-4.14-20171024' of git://git.kernel.org/pub/scm...David S. Miller2017-10-262-3/+9
| |\ \ \ \
| | * | | | can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson2017-10-241-0/+6
| | * | | | can: kvaser_usb: Correct return value in printoutJimmy Assarsson2017-10-241-1/+2
| | * | | | can: sun4i: fix loopback modeGerhard Bertelsmann2017-10-241-2/+1
| * | | | | net: mvpp2: do not sleep in set_rx_modeAntoine Tenart2017-10-261-2/+2
| * | | | | net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart2017-10-261-2/+2
| * | | | | net: mvpp2: fix typo in the tcam setupAntoine Tenart2017-10-261-1/+1
| | |/ / / | |/| | |
| * | | | tun: allow positive return values on dev_get_valid_name() callJulien Gomes2017-10-261-1/+1
| * | | | nfp: refuse offloading filters that redirects to upper devicesPieter Jansen van Vuuren2017-10-261-0/+2
| |/ / /
| * | | net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart2017-10-241-1/+1
| * | | net: mvpp2: do not unmap TSO headers buffersAntoine Tenart2017-10-241-4/+13
| * | | net: mvpp2: fix TSO headers allocation and managementYan Markman2017-10-241-3/+3
| * | | cdc_ether: flag the Huawei ME906/ME909 as WWANAleksander Morgado2017-10-241-0/+6
| * | | drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang2017-10-242-0/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-283-9/+14
|\ \ \ \
| * | | | Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan2017-10-281-2/+3
| * | | | Input: gtco - fix potential out-of-bound accessDmitry Torokhov2017-10-281-7/+10
| * | | | Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng2017-10-241-0/+1
* | | | | Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-10-288-79/+27
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-fixes-2017-10-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie2017-10-275-65/+15
| |\ \ \ \ \