summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
* | | | | | | | | auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda2018-03-131-3/+3
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-091-0/+1
* | | | | | | | | Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2018-03-112-6/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT2018-03-111-5/+20
| * | | | | | | | | dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-02-271-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-03-111-22/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gpio: rcar: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven2018-03-051-22/+16
* | | | | | | | | | Merge tag 'linux-watchdog-4.16-fixes-2' of git://www.linux-watchdog.org/linux...Linus Torvalds2018-03-103-494/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann2018-03-031-492/+9
| * | | | | | | | | | watchdog: sbsa: use 32-bit read for WCVJayachandran C2018-03-031-1/+2
| * | | | | | | | | | watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv2018-03-031-1/+2
* | | | | | | | | | | Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-109-73/+60
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-091-1/+1
| * | | | | | | | | | | Merge branch 'nvme-4.16-rc5' of git://git.infradead.org/nvme into for-linusJens Axboe2018-03-096-57/+30
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | nvme_fc: rework sqsize handlingJames Smart2018-03-081-10/+17
| | * | | | | | | | | | | nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier2018-03-081-0/+5
| | * | | | | | | | | | | Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig2018-03-073-40/+0
| | * | | | | | | | | | | nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei2018-03-011-1/+1
| | * | | | | | | | | | | nvme-pci: Fix EEH failure on ppcWen Xiong2018-03-011-6/+7
| * | | | | | | | | | | | Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2018-03-081-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda2018-03-071-9/+8
| * | | | | | | | | | | | | bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-051-0/+11
| * | | | | | | | | | | | | bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-051-6/+10
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'for-4.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-03-105-75/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer2018-03-071-9/+5
| * | | | | | | | | | | | | dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer2018-03-071-37/+29