summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-16e1000e: factor out systim sanitizationJarod Wilson3-29/+44
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-08-16drm/amdgpu: Change GART offset to 64-bitFelix Kuehling2-4/+4
2016-08-16xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2
2016-08-16usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-08-16net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com1-13/+13
2016-08-16net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com1-0/+5
2016-08-16net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com1-3/+12
2016-08-16power_supply: tps65217-charger: fix missing platform_set_drvdata()Wei Yongjun1-0/+1
2016-08-15hv_netvsc: fix bonding devices check in netvsc_netdev_event()Vitaly Kuznetsov1-2/+7
2016-08-15hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdevVitaly Kuznetsov1-2/+2
2016-08-15hv_netvsc: reset vf_inject on VF removalVitaly Kuznetsov1-10/+16
2016-08-15hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov2-35/+5
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov3-42/+45
2016-08-15Merge tag 'iommu-fixes-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+12
2016-08-15Merge tag 'edac_fixes_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+11
2016-08-15of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach1-9/+2
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2-4/+2
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka1-1/+1
2016-08-15dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer1-2/+5
2016-08-15drm/etnaviv: take GPU lock later in the submit processLucas Stach1-5/+5
2016-08-15Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza...Dave Airlie1-0/+3
2016-08-15mlxsw: spectrum_router: Fix use after freeVincent1-1/+2
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin1-4/+4
2016-08-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds9-8/+84
2016-08-15i2c: meson: Use complete() instead of complete_all()Daniel Wagner1-3/+3
2016-08-15i2c: brcmstb: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-08-15i2c: bcm-kona: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-08-15i2c: bcm-iproc: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-08-15i2c: at91: fix support of the "alternative command" featureCyrille Pitchen1-10/+14
2016-08-15i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov1-4/+10
2016-08-15i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()Brian Norris1-1/+1
2016-08-15i2c: mux: demux-pinctrl: properly roll back when adding adapter failsWolfram Sang1-1/+3
2016-08-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-12/+13
2016-08-14net: remove type_check from dev_get_nest_level()Sabrina Dubroca2-2/+2
2016-08-14macsec: fix lockdep splats when nesting devicesSabrina Dubroca1-2/+27
2016-08-14net: ethernet: mediatek: add the missing of_node_put() after node is used donesean.wang@mediatek.com1-0/+2
2016-08-14net: ethernet: mediatek: fixed that initializing u64_stats_sync is missingsean.wang@mediatek.com1-0/+1
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-84/+134
2016-08-13dsa: mv88e6xxx: hide unused functionsArnd Bergmann1-0/+2
2016-08-13Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds1-36/+49
2016-08-13Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+20
2016-08-13Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley7-24/+35
2016-08-13ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens1-1/+2
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+23
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-1/+20
2016-08-12power: reset: hisi-reboot: Unmap region obtained by of_iomapArvind Yadav1-1/+4
2016-08-12power: reset: reboot-mode: fix build error of missing ioremap/iounmap on UMAndy Yan1-1/+1