summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: uartps: Use cdns_uart_tx_empty in console_writeRaviteja Narayanam2020-04-161-3/+1
| * | | | serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam2020-04-161-0/+8
| * | | | vt: extract selection chars storing from vc_do_selectionJiri Slaby2020-04-161-37/+42
| * | | | vt: selection, split __set_selection_kernelJiri Slaby2020-04-161-37/+43
| * | | | serial: sh-sci: Drop unused includeLinus Walleij2020-04-161-1/+0
| * | | | drivers/tty: remove redundant assignment to variable i and rename it to retColin Ian King2020-04-161-3/+3
| * | | | tty: serial: fsl_lpuart: make coverity happyMichael Walle2020-04-161-3/+1
| * | | | serial: omap: Convert to use GPIO descriptorsLinus Walleij2020-04-161-23/+25
| * | | | serial: lpc32xx_hs: Drop surplus includeLinus Walleij2020-04-161-1/+0
* | | | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-6/+0
|\ \ \ \ \
| * | | | | serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng2020-05-081-6/+0
| |/ / / /
* | | | | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-034-31/+374
|\ \ \ \ \
| * | | | | serial: amba-pl011: Support kgdboc_earlyconSumit Garg2020-06-021-0/+32
| * | | | | serial: 8250_early: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+23
| * | | | | serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+32
| * | | | | serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson2020-06-021-1/+38
| * | | | | kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson2020-06-021-1/+14
| * | | | | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-0/+136
| * | | | | kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson2020-05-181-2/+0
| * | | | | kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson2020-05-181-25/+101
| * | | | | Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson2020-05-181-4/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-7/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | n_hdlc_tty_read(): remove pointless access_ok()Al Viro2020-05-291-7/+0
| | |/ / | |/| |
* | | | tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam2020-05-151-0/+1
| |_|/ |/| |
* | | Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-05-083-5/+9
|\ \ \
| * | | tty: xilinx_uartps: Fix missing id assignment to the consoleShubhrajyoti Datta2020-05-041-0/+1
| * | | vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-041-2/+7
| * | | Revert "tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart"Florian Fainelli2020-05-041-3/+1
| | |/ | |/|
* | | Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-292-2/+2
|\ \ \ | |/ / |/| |
| * | tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang2020-04-212-2/+2
| |/
* | tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko2020-04-231-9/+14
* | tty: rocket, avoid OOB accessJiri Slaby2020-04-231-11/+14
* | tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uartZou Wei2020-04-231-1/+3
* | vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-04-231-1/+1
* | tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar2020-04-231-0/+7
* | vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre2020-04-231-2/+3
* | tty/sysrq: Export sysrq_mask(), sysrq_toggle_support()Dmitry Safonov2020-04-201-0/+2
* | serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita2020-04-161-3/+10
* | serial: sunhv: Initialize lock for non-registered consoleAndy Shevchenko2020-04-161-0/+3
* | Revert "serial: uartps: Register own uart console and driver structures"Michal Simek2020-04-161-55/+40
* | Revert "serial: uartps: Move Port ID to device data structure"Michal Simek2020-04-161-11/+9
* | Revert "serial: uartps: Change uart ID port allocation"Michal Simek2020-04-161-98/+13
* | Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"Michal Simek2020-04-161-4/+2
* | Revert "serial: uartps: Fix error path when alloc failed"Michal Simek2020-04-161-4/+2
* | Revert "serial: uartps: Use the same dynamic major number for all ports"Michal Simek2020-04-161-3/+2
* | Revert "serial: uartps: Fix uartps_major handling"Michal Simek2020-04-161-7/+1
|/
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+18
|\
| * tty: evh_bytechan: Fix out of bounds accessesStephen Rothwell2020-03-171-3/+18
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-033-91/+89
|\ \
| * \ Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-8/+6
| |\ \