summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-04-29tty: serial: add driver for the SiFive UARTPaul Walmsley
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta
2019-04-29serial: milbeaut_usio: Fix error handling in probe and removeWei Yongjun
2019-04-25tty: rocket: deprecate the rp_ioctlFuqian Huang
2019-04-25tty: rocket: Remove RCPK_GET_STRUCT ioctlFuqian Huang
2019-04-25tty: update obsolete termios commentJohan Hovold
2019-04-25tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov
2019-04-25serial: 8250-mtk: modify baudrate settingLong Cheng
2019-04-25serial: 8250-mtk: add follow controlLong Cheng
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng
2019-04-25TTY: serial_core, add ->installJiri Slaby
2019-04-25serial: Fix using plain integer instead of Null pointerSugaya Taichi
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman
2019-04-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-04-20Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-19Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-19Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-19Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-19mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang
2019-04-19sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang
2019-04-18scsi: aic7xxx: fix EISA supportChristoph Hellwig
2019-04-18Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-04-18Merge tag 'drm-fixes-2019-04-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-18Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2019-04-18Merge tag 'drm/tegra/for-5.1-rc6' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie
2019-04-17Merge tag 'for-linus-5.1-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka
2019-04-17staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-17staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott
2019-04-17drm/tegra: hdmi: Setup audio only if configuredThierry Reding
2019-04-16ocelot: Clean up stats update deferred workClaudiu Manoil
2019-04-16ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil
2019-04-16qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard
2019-04-16tty:serial_core: Spelling mistakeHariprasad Kelam
2019-04-16sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven
2019-04-16tty: Add NULL TTY driverVincent Whitchurch
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne
2019-04-16Revert "tty: fix NULL pointer issue when tty_port ops is not set"Johan Hovold