summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo2018-12-171-0/+3
* tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring2018-12-175-19/+10Star
* tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky2018-12-171-6/+16
* serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-173-1/+52
* tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case2018-12-171-2/+23
* serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven2018-12-171-3/+8
* serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven2018-12-171-1/+1
* serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven2018-12-171-7/+9
* Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-104-14/+20
|\
| * Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-093-12/+11Star
| |\
| | * kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2018-12-061-2/+2
| | * tty: serial: 8250_mtk: always resume the device in probe.Peter Shih2018-12-051-9/+7Star
| | * tty: do not set TTY_IO_ERROR flag if console portChanho Park2018-11-271-1/+2
| * | Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-091-2/+9
| |\ \
| | * | USB: serial: console: fix reported terminal settingsJohan Hovold2018-12-051-2/+9
| | |/
| * / drivers/tty: add missing of_node_put()Yangtao Li2018-12-031-0/+1
| |/
* | Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman2018-12-061-12/+14
* | tty/ldsem: Decrement wait_readers on timeouted down_read()Dmitry Safonov2018-12-051-0/+1
* | tty/ldsem: Add lockdep asserts for ldisc_semDmitry Safonov2018-12-051-0/+9
* | tty/ldsem: Convert to regular lockdep annotationsPeter Zijlstra2018-12-051-37/+14Star
* | tty: Simplify tty->count math in tty_reopen()Dmitry Safonov2018-12-051-8/+5Star
* | tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-054-7/+14
* | tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov2018-12-051-2/+7
* | tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2018-12-051-0/+10
* | tty/sysrq: Do not call sync directly from sysrq_do_reset()Mark Tomlinson2018-12-051-2/+1Star
* | serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
* | tty: xilinx_uartps: Correct return value in probeRajan Vaja2018-12-051-14/+12Star
* | tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
* | Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman2018-12-051-15/+5Star
* | serdev: document the write functions using kernel-docJohan Hovold2018-11-271-0/+37
* | serdev: make synchronous write helper interruptibleJohan Hovold2018-11-271-6/+14
* | serdev: make synchronous write return bytes writtenJohan Hovold2018-11-271-2/+10
* | serdev: use zero to indicate infinite write timeoutJohan Hovold2018-11-271-2/+5
* | sysrq: Use panic() to force a crashMatthias Kaehlcke2018-11-271-10/+3Star
* | tty/sysrq: add of_node_put()Yangtao Li2018-11-271-0/+2
* | serial: imx: fix error handling in console_setupStefan Agner2018-11-271-1/+1
* | serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal2018-11-271-1/+6
* | serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2018-11-271-8/+14
* | serial/sunsu: add missing of_node_put()Yangtao Li2018-11-271-5/+15
* | drivers/tty: add missing of_node_put()Yangtao Li2018-11-271-0/+1
* | serial-uartlite: fix null pointer dereference on pointer portColin Ian King2018-11-271-5/+10
* | Merge 4.20-rc2 into tty-nextGreg Kroah-Hartman2018-11-123-7/+7
|\|
| * Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-103-7/+7
| |\
| | * serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda2018-11-091-2/+2
| | * termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2018-11-081-2/+2
| | * vt: fix broken display when running aptitudeMikulas Patocka2018-11-081-1/+1
| | * serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven2018-10-151-2/+2
* | | serial: 8250: Process sysrq at port unlock timeDouglas Anderson2018-11-094-8/+18
* | | serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson2018-11-091-4/+3Star
* | | serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson2018-11-091-0/+7