summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-25IB/mlx5: Remove pa_lkey usagesSagi Grimberg3-62/+1
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2-31/+1
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-09-25iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-09-25target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger1-17/+23
2015-09-25target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger1-1/+1
2015-09-25target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2-1/+6
2015-09-25target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2-26/+70
2015-09-25phy: add phy_device_remove()Russell King3-7/+31
2015-09-25phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-25net: fix phy refcounting in a bunch of driversRussell King5-9/+30
2015-09-25of_mdio: fix MDIO phy device refcountingRussell King1-4/+23
2015-09-25phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-25phy: fix mdiobus module safetyRussell King2-16/+21
2015-09-25phy: fix of_mdio_find_bus() device refcount leakRussell King2-7/+16
2015-09-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds6-98/+251
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesRafael J. Wysocki1-3/+4
2015-09-25Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+14
2015-09-25PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar1-2/+9
2015-09-25Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixesTony Lindgren1-6/+50
2015-09-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds63-544/+691
2015-09-25PCI: rcar: Add R8A7794 supportSergei Shtylyov1-0/+1
2015-09-25PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2-24/+18
2015-09-25PCI: Fix devfn for VPD access through function 0Alex Williamson1-3/+6
2015-09-25PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson1-6/+11
2015-09-25bnx2x: byte swap rss_key to comply to Toeplitz specsEric Dumazet1-2/+10
2015-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2015-09-25net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-4/+5
2015-09-24Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-4/+43
2015-09-24Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-38/+38
2015-09-24Merge tag 'regulator-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-18/+64
2015-09-24Merge tag 'dm-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2-2/+19
2015-09-24Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie12-44/+62
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom1-1/+2
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer1-2/+1
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer1-2/+1
2015-09-24geneve: use network byte order for destination port config parameterJohn W. Linville1-8/+8
2015-09-24Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie43-466/+534
2015-09-24drm/layerscape: fix handling fsl_dcu_drm_plane_index resultAndrzej Hajda1-1/+2
2015-09-24drm/mgag200: Fix driver_load error handlingArchit Taneja1-16/+20
2015-09-24drm/mgag200: Fix error handling paths in fbdev driverArchit Taneja1-8/+23
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie1-5/+7
2015-09-248139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse1-1/+13
2015-09-248139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse1-1/+8
2015-09-248139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse1-41/+20
2015-09-248139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse1-12/+10
2015-09-248139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse1-7/+8
2015-09-248139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse1-1/+2
2015-09-24net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan1-16/+10
2015-09-24net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan1-1/+1