summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Merge tag 'scpi-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-2/+8
2017-01-04iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2017-01-04iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-04iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2017-01-04video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremapArvind Yadav1-0/+5
2017-01-04USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-04USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold1-0/+14
2017-01-04USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold1-4/+0
2017-01-04USB: serial: pl2303: fix NULL-deref at openJohan Hovold1-0/+8
2017-01-04USB: serial: oti6858: fix NULL-deref at openJohan Hovold1-0/+16
2017-01-04USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold1-0/+13
2017-01-04USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold1-3/+1
2017-01-04USB: serial: mos7840: remove unused write URBJohan Hovold1-8/+0
2017-01-04USB: serial: mos7840: fix NULL-deref at openJohan Hovold1-0/+12
2017-01-04USB: serial: mos7720: remove obsolete port initialisationJohan Hovold1-5/+0
2017-01-04USB: serial: mos7720: fix parallel probeJohan Hovold1-23/+7
2017-01-04USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold1-10/+8
2017-01-04USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold1-1/+5
2017-01-04USB: serial: mos7720: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold1-0/+12
2017-01-04USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold1-0/+14
2017-01-04USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2017-01-04USB: serial: io_ti: bind to interface after fw downloadJohan Hovold1-2/+1
2017-01-04USB: serial: io_ti: fix I/O after disconnectJohan Hovold1-0/+3
2017-01-04USB: serial: io_ti: fix another NULL-deref at openJohan Hovold1-3/+6
2017-01-04USB: serial: io_ti: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-04USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold1-0/+1
2017-01-04USB: serial: cyberjack: fix NULL-deref at openJohan Hovold1-0/+10
2017-01-03net: vrf: Add missing Rx countersDavid Ahern1-0/+3
2017-01-03Xen: ARM: Zero reserved fields of xatp before making hypervisor callJiandi An1-3/+5
2017-01-03drivers: psci: annotate timer on stack to silence odebug messagesSudeep Holla1-2/+2
2017-01-03usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi1-12/+21
2017-01-03usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi3-80/+90
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi3-16/+21
2017-01-03usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9
2017-01-03xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-01-03usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-01-03usb: xhci: fix possible wild pointerLu Baolu1-5/+11
2017-01-03usb: return error code when platform_get_irq failsPan Bian1-1/+3
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2017-01-03xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-01-03staging: octeon: Call SET_NETDEV_DEV()Florian Fainelli1-0/+2
2017-01-03benet: stricter vxlan offloading check in be_features_checkSabrina Dubroca1-1/+3
2017-01-03net: macb: Updated resource allocation function calls to new version of API.Bartosz Folta1-17/+10
2017-01-03net: stmmac: dwmac-oxnas: use generic pm implementationJohan Hovold1-33/+5
2017-01-03net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaksJohan Hovold1-15/+26
2017-01-03net: stmmac: dwmac-oxnas: fix of-node leakJohan Hovold1-8/+2
2017-01-03xen: events: Replace BUG() with BUG_ON()Shyam Saini1-2/+1