summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Avoid error message on reprobeLukas Wunner2020-09-261-2/+9
* serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-231-0/+11
* tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz2020-09-091-1/+1
* serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-09-031-3/+6
* serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-09-031-3/+21
* serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-09-031-1/+4
* serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner2020-09-031-6/+5
* serial: samsung: Removes the IRQ not found warningTamseel Shams2020-09-031-3/+5
* vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-09-031-1/+11
* vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-09-031-2/+3
* vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-291-11/+18
* serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-291-0/+18
* serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-291-1/+1
* serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-291-1/+11
* serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan2020-07-221-4/+8
* Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman2020-06-301-14/+2
* tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT2020-06-251-11/+3
* tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT2020-06-251-4/+22
* tty: n_gsm: Fix SOF skippingGregory CLEMENT2020-06-251-7/+1
* serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz2020-06-251-0/+1
* tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta2020-06-251-2/+14
* serial: 8250: Fix max baud limit in generic 8250 portSerge Semin2020-06-251-1/+3
* serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng2020-06-221-6/+0
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2020-06-221-2/+0
* tty: hvc_console, fix crashes on parallel open/closeJiri Slaby2020-06-101-15/+8
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-06-101-10/+16
* tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke2020-05-271-5/+7
* vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-141-2/+7
* serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita2020-04-291-3/+10
* vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre2020-04-291-2/+3
* vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-04-291-1/+1
* tty: rocket, avoid OOB accessJiri Slaby2020-04-291-11/+14
* tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko2020-04-291-9/+14
* tty: evh_bytechan: Fix out of bounds accessesStephen Rothwell2020-04-231-3/+18
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-04-021-4/+12
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-04-022-9/+26
* vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers2020-04-021-19/+2
* vt: switch vt_dont_switch to boolJiri Slaby2020-04-021-3/+3
* vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby2020-04-021-7/+22
* vt: selection, introduce vc_is_selJiri Slaby2020-04-023-4/+10
* vt: selection, push sel_lock upJiri Slaby2020-03-111-9/+7
* vt: selection, push console lock downJiri Slaby2020-03-112-3/+12
* vt: selection, close sel_buffer raceJiri Slaby2020-03-111-6/+17
* serial: 8250_exar: add support for ACCES cardsJay Dolan2020-03-111-0/+33
* tty:serial:mvebu-uart:fix a wrong returntangbin2020-03-111-1/+1
* serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle2020-03-111-0/+8
* sysrq: Remove duplicated sysrq messagePetr Mladek2020-03-051-4/+3
* sysrq: Restore original console_loglevel when sysrq disabledPetr Mladek2020-03-051-0/+1
* tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya2020-02-281-4/+14
* tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case2020-02-281-43/+24