summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | tty: reorganize tty & serial menusRandy Dunlap2020-03-121-87/+86
| * | | tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-123-7/+6
* | | | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-3156-1352/+1998
|\ \ \ \
| * | | | serial: 8250: Optimize irq enable after console writeLukas Wunner2020-03-271-1/+2
| * | | | serial: 8250: Fix rs485 delay after console writeLukas Wunner2020-03-271-1/+1
| * | | | vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-03-271-4/+12
| * | | | vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-03-272-9/+26
| * | | | tty: serial: make SERIAL_SPRD depend on COMMON_CLKChunyan Zhang2020-03-261-0/+1
| * | | | tty: serial: fsl_lpuart: fix return value checkingMichael Walle2020-03-261-1/+1
| * | | | tty: serial: fsl_lpuart: move dma_request_chan()Michael Walle2020-03-261-13/+23
| * | | | serial: omap: drop unused dt-bindings headerUwe Kleine-König2020-03-241-2/+0
| * | | | serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra2020-03-241-12/+86
| * | | | serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra2020-03-241-1/+1
| * | | | serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra2020-03-241-21/+61
| * | | | serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi2020-03-241-10/+5
| * | | | serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra2020-03-241-4/+23
| * | | | serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-03-241-2/+4
| * | | | serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-03-241-1/+1
| * | | | serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra2020-03-241-3/+2
| * | | | serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-03-241-1/+15
| * | | | serial: uartps: Add TACTIVE check in cdns_uart_tx_empty functionRaviteja Narayanam2020-03-241-2/+2