summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2019-10-05pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()Dan Carpenter-2/+2
2019-10-05pinctrl: bcm-iproc: Use SPDX headerLinus Walleij-9/+1
2019-10-04gpio: max77620: Use correct unit for debounce timesThierry Reding-3/+3
2019-10-04pinctrl: armada-37xx: fix control of pins 32 and upPatrick Williams-9/+9
2019-10-04cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni-3/+6
2019-10-04qmi_wwan: add support for Cinterion CLS8 devicesReinhard Speyerer-0/+1
2019-10-04RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe-55/+33
2019-10-04RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe-38/+14
2019-10-04RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcuJason Gunthorpe-2/+3
2019-10-04RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe-6/+12
2019-10-04RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe-2/+32
2019-10-04RDMA/mlx5: Do not allow rereg of a ODP MRJason Gunthorpe-3/+3
2019-10-04IB/core: Fix wrong iterating on portsMohamad Heib-1/+1
2019-10-04RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky-6/+4
2019-10-04RDMA/cxgb4: Do not dma memory off of the stackGreg KH-11/+17
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-56/+72
2019-10-04RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein-0/+3
2019-10-04RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET-1/+1
2019-10-04regulator: qcom-rpmh: Fix PMIC5 BoB min voltageKiran Gunda-2/+2
2019-10-04RDMA/i40iw: Associate ibdev to netdev before IB device registrationShiraz, Saleem-0/+4
2019-10-04Merge tag 'drm-fixes-2019-10-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-159/+230
2019-10-04Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds-121/+175
2019-10-04misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost-0/+1
2019-10-04mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus-1/+1
2019-10-04Merge tag 'fix-missing-panels' into fixesTony Lindgren-172012/+492169
2019-10-04mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin-13/+44
2019-10-04Merge tag 'usb-serial-5.4-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-2/+25
2019-10-04mei: me: add comet point (lake) LP device idsTomas Winkler-0/+6
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap-0/+5
2019-10-04serial: uartps: Fix uartps_major handlingMichal Simek-1/+7
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap-1/+2
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea-7/+14
2019-10-04serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven-2/+6
2019-10-04serial/sifive: select SERIAL_EARLYCONChristoph Hellwig-0/+1
2019-10-04tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET-1/+1
2019-10-04tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET-1/+1
2019-10-04media: stkwebcam: fix runtime PM after driver unbindJohan Hovold-2/+1
2019-10-04USB: serial: fix runtime PM after driver unbindJohan Hovold-4/+1
2019-10-04USB: usblp: fix runtime PM after driver unbindJohan Hovold-3/+5
2019-10-04USB: usb-skeleton: fix runtime PM after driver unbindJohan Hovold-5/+3
2019-10-04xhci-ext-caps.c: Add missing platform_device_put() on error in xhci_create_in...Wei Yongjun-0/+1
2019-10-04usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda-2/+34
2019-10-04usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()Yoshihiro Shimoda-2/+0
2019-10-04udc: lpc32xx: fix 64-bit compiler warningArnd Bergmann-3/+3
2019-10-04xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman-0/+8
2019-10-04xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng-1/+1
2019-10-04xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja-2/+21
2019-10-04usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng-0/+12
2019-10-04xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman-4/+11
2019-10-04xhci: Check all endpoints for LPM timeoutJan Schmidt-4/+4