summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mailbox: Add support for Hi3660 mailboxKaihua Zhong2018-03-203-0/+322
* mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependenciesArnd Bergmann2018-03-151-1/+1
* maillbox: bcm-flexrm-mailbox: Use dma_pool_zalloc()Souptick Joarder2018-03-151-2/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-144-44/+55
|\
| * scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline2018-03-061-1/+2
| * scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja2018-03-061-22/+37
| * scsi: sd_zbc: Fix potential memory leakDamien Le Moal2018-03-061-20/+15
| * scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke2018-03-061-1/+1
* | Merge branch 'percpu_ref-rcu-audit-fixes' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2018-03-141-4/+6
|\ \
| * | RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-141-4/+6
* | | Merge tag 'platform-drivers-x86-v4.16-7' of git://git.infradead.org/linux-pla...Linus Torvalds2018-03-144-6/+7
|\ \ \ | |/ / |/| |
| * | platform/x86: Fix dell driver init orderDarren Hart (VMware)2018-03-143-3/+3
| * | platform/x86: dell-smbios: Resolve dependency error on ACPI_WMIDarren Hart2018-03-141-3/+4
* | | Merge tag 'usb-4.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-03-1421-217/+204
|\ \ \
| * | | usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer2018-03-131-1/+1
| * | | Merge tag 'phy-for-4.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-03-121-0/+5
| |\ \ \
| | * | | phy: qcom-ufs: add MODULE_LICENSE tagArnd Bergmann2018-03-121-0/+5
| * | | | usb: typec: tcpm: fusb302: Do not log an error on -EPROBE_DEFERHans de Goede2018-03-091-1/+2
| * | | | USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring2018-03-091-1/+2
| * | | | usbip: vudc: fix null pointer dereference on udc->lockColin Ian King2018-03-091-2/+6
| * | | | xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng2018-03-093-0/+7
| * | | | usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume timing"Yoshihiro Shimoda2018-03-091-10/+1
| * | | | usb: usbmon: Read text within supplied buffer sizePete Zaitcev2018-03-091-48/+78
| * | | | usb: host: xhci-rcar: add support for r8a77965Yoshihiro Shimoda2018-03-081-0/+4
| * | | | USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.hTeijo Kinnunen2018-03-081-0/+7
| * | | | usb: xhci: dbc: Fix lockdep warningLu Baolu2018-03-082-16/+24
| * | | | xhci: fix endpoint context tracer outputMathias Nyman2018-03-081-10/+12
| * | | | Merge tag 'fixes-for-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-03-083-5/+4
| |\ \ \ \
| | * | | | usb: dwc2: fix STM32F7 USB OTG HS compatibleAmelie Delaunay2018-03-051-3/+3
| | * | | | usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong2018-03-051-1/+0
| | * | | | usb: dwc3: Fix lock-up on ID change during system suspend/resumeRoger Quadros2018-02-281-1/+1
| * | | | | Revert "typec: tcpm: Only request matching pdos"Hans de Goede2018-03-061-121/+42
| * | | | | usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer2018-03-061-0/+2
| * | | | | usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-03-062-1/+6
| * | | | | uas: fix comparison for error codeOliver Neukum2018-03-061-1/+1
| |/ / / /
* | | | | Merge tag 'tty-4.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-03-148-5/+41
|\ \ \ \ \
| * | | | | serial: imx: fix bogus dev_errphil eichinger2018-02-281-1/+1
| * | | | | serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-02-281-0/+2
| * | | | | serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-02-281-0/+11
| * | | | | earlycon: add reg-offset to physical address before mappingGreentime Hu2018-02-281-1/+2
| * | | | | serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior2018-02-281-0/+2
| * | | | | serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko2018-02-281-3/+7
| * | | | | tty/serial: atmel: add new version check for usartJonas Danielsson2018-02-281-0/+1
| * | | | | tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-02-282-0/+15
| |/ / / /
* | | | | Merge tag 'staging-4.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-142-15/+11
|\ \ \ \ \
| * | | | | staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie2018-03-061-5/+3
| * | | | | staging: comedi: fix comedi_nsamples_left.Frank Mori Hess2018-03-061-2/+1
| * | | | | staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes2018-03-011-8/+7
| |/ / / /
* | | | | auxdisplay: img-ascii-lcd: Silence 2 uninitialized warningsMiguel Ojeda2018-03-131-2/+2
* | | | | auxdisplay: img-ascii-lcd: Fix doc comment to silence warningsMiguel Ojeda2018-03-131-1/+1