summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2018-09-258-37/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
| * | | | | | | | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2
| * | | | | | | | usb: roles: Take care of driver module reference countingHeikki Krogerus2018-09-201-3/+12
| * | | | | | | | USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
| * | | | | | | | USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-09-201-0/+15
| * | | | | | | | USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-09-201-15/+0
| * | | | | | | | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
| * | | | | | | | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
| * | | | | | | | Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
| * | | | | | | | usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu2018-09-201-11/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2018-09-256-7/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8
| * | | | | | | | tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
| * | | | | | | | tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-09-181-3/+8
| * | | | | | | | serial: cpm_uart: return immediately from console pollChristophe Leroy2018-09-181-3/+7
| * | | | | | | | tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-09-181-1/+2
| * | | | | | | | serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-09-181-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-09-253-9/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | intel_th: pci: Add Ice Lake PCH supportAlexander Shishkin2018-09-181-0/+5
| * | | | | | | | intel_th: Fix resource handling for ACPI glue layerAlexander Shishkin2018-09-181-2/+11
| * | | | | | | | intel_th: Fix device removal logicAlexander Shishkin2018-09-181-1/+2
| * | | | | | | | Merge tag 'soundwire-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-09-181-6/+17
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | soundwire: Fix acquiring bus lock twice during master releaseSanyog Kale2018-08-271-3/+4
| | * | | | | | | soundwire: Fix incorrect exit after configuring streamShreyas NC2018-08-271-2/+4
| | * | | | | | | soundwire: Fix duplicate stream state assignmentShreyas NC2018-08-271-2/+10
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-2557-532/+351
|\ \ \ \ \ \ \ \
| * | | | | | | | net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart2018-09-241-5/+4
| * | | | | | | | net: aquantia: memory corruption on jumbo framesFriedemann Gerold2018-09-231-14/+18
| * | | | | | | | tun: remove ndo_poll_controllerEric Dumazet2018-09-231-43/+0
| * | | | | | | | nfp: remove ndo_poll_controllerEric Dumazet2018-09-231-18/+0
| * | | | | | | | bnxt: remove ndo_poll_controllerEric Dumazet2018-09-231-18/+0
| * | | | | | | | bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-231-16/+0
| * | | | | | | | mlx5: remove ndo_poll_controllerEric Dumazet2018-09-231-19/+0
| * | | | | | | | mlx4: remove ndo_poll_controllerEric Dumazet2018-09-231-20/+0
| * | | | | | | | i40evf: remove ndo_poll_controllerEric Dumazet2018-09-231-26/+0
| * | | | | | | | ice: remove ndo_poll_controllerEric Dumazet2018-09-231-27/+0
| * | | | | | | | igb: remove ndo_poll_controllerEric Dumazet2018-09-231-30/+0
| * | | | | | | | ixgb: remove ndo_poll_controllerEric Dumazet2018-09-231-25/+0
| * | | | | | | | fm10k: remove ndo_poll_controllerEric Dumazet2018-09-233-28/+0
| * | | | | | | | ixgbevf: remove ndo_poll_controllerEric Dumazet2018-09-231-21/+0
| * | | | | | | | ixgbe: remove ndo_poll_controllerEric Dumazet2018-09-231-25/+0
| * | | | | | | | bonding: use netpoll_poll_dev() helperEric Dumazet2018-09-231-9/+2
| * | | | | | | | net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor2018-09-211-1/+2
| * | | | | | | | net: apple: fix return type of ndo_start_xmit functionYueHaibing2018-09-213-6/+6
| * | | | | | | | net: i825xx: fix return type of ndo_start_xmit functionYueHaibing2018-09-213-6/+9
| * | | | | | | | net: wiznet: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-2/+2
| * | | | | | | | net: sgi: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-3/+3
| * | | | | | | | net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-3/+3
| * | | | | | | | net: seeq: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-3/+5