summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-24i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail1-1/+4
2016-08-24i40iw: Add missing NULL check for MPA private dataShiraz Saleem1-2/+2
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König2-0/+10
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski1-2/+2
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding2-39/+67
2016-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2016-08-24clocksource/drivers/pxa: Fix include files for compilationBaoyou Xie1-0/+2
2016-08-23iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2-5/+10
2016-08-23i40iw: Add missing check for interface already openMustafa Ismail1-0/+4
2016-08-23i40iw: Protect req_resource_num updateMustafa Ismail1-1/+1
2016-08-23i40iw: Change mem_resources pointer to a u8Shiraz Saleem1-1/+1
2016-08-23IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-21/+5
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2016-08-22Merge tag 'gpio-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-9/+10
2016-08-22Input: ads7846 - remove redundant regulator_disable callPetr Cvek1-1/+0
2016-08-22Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan1-1/+2
2016-08-22Input: tegra-kbc - fix inverted reset logicMasahiro Yamada1-1/+1
2016-08-22Input: silead - use devm_gpiod_getHans de Goede1-1/+1
2016-08-22iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise1-1/+1
2016-08-22iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise1-0/+4
2016-08-22IB/hfi1: Fix mm_struct use after freeIra Weiny1-0/+2
2016-08-22IB/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn1-1/+2
2016-08-22IB/hfi1: Improve J_KEY generationMitko Haralanov1-1/+18
2016-08-22IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan1-0/+5
2016-08-22IB/usnic: Fix error return codeChristophe Jaillet1-1/+2
2016-08-22IB/hfi1: Add missing error code assignment before testChristophe Jaillet1-1/+1
2016-08-22IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun3-10/+2
2016-08-22IB/hfi1: Validate header in set_armed_activeMike Marciniszyn1-1/+2
2016-08-22IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn1-5/+5
2016-08-22IB/hfi1: Fetch monitor values on-demand for CableInfo queryEaswar Hariharan2-2/+33
2016-08-22IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn4-16/+18
2016-08-22IB/hfi1: Remove duplicated include from affinity.cWei Yongjun1-1/+0
2016-08-22IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun1-1/+1
2016-08-22IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun1-6/+12
2016-08-22IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk1-7/+13
2016-08-22IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_oneYuval Shaia1-3/+3
2016-08-22IB/mlx4: Make function use_tunnel_data return voidYuval Shaia1-7/+7
2016-08-22irqchip/mips-gic: Implement activate op for device domainPaul Burton1-0/+7
2016-08-22irqchip/mips-gic: Cleanup chip and handler setupPaul Burton1-4/+7
2016-08-22drm/i915: Fix botched merge that downgrades CSR versions.Maarten Lankhorst1-4/+4
2016-08-22drm/i915/skl: Ensure pipes with changed wms get added to the stateLyude1-0/+4
2016-08-22drm/i915/gen9: Only copy WM results for changed pipes to skl_hwMatt Roper1-2/+26
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude5-0/+173
2016-08-22drm/i915/gen6+: Interpret mailbox error flagsLyude2-1/+79
2016-08-22drm/i915: Reattach comment, complete type specificationDave Gordon1-2/+3
2016-08-22drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson2-10/+4
2016-08-22drm/i915/gen9: Drop invalid WARN() during data rate calculationMatt Roper1-2/+0
2016-08-22drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)Matt Roper1-1/+16
2016-08-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel3-30/+15
2016-08-22drm: Reject page_flip for !DRIVER_MODESETDaniel Vetter1-0/+3