summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-09-18serial: 8250_dw: Use port lock wrappersThomas Gleixner
2023-09-18serial: 8250_dma: Use port lock wrappersThomas Gleixner
2023-09-18serial: 8250: Use port lock wrappersThomas Gleixner
2023-09-18serial: 8250_bcm7271: Use port lock wrappersThomas Gleixner
2023-09-18serial: 8250_aspeed_vuart: Use port lock wrappersThomas Gleixner
2023-09-18serial: 21285: Use port lock wrappersThomas Gleixner
2023-09-18tty: tty_jobctrl: fix pid memleak in disassociate_ctty()Yi Yang
2023-09-18serial: imx: Simplify compatibility handlingUwe Kleine-König
2023-09-18serial: sc16is7xx: improve comments about variantsHugo Villeneuve
2023-09-18tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...Zhang Shurong
2023-09-18tty/serial: 8250: Sort drivers in MakefileIlpo Järvinen
2023-09-18tty/serial: Sort drivers in makefileIlpo Järvinen
2023-09-18tty: serial: 8250_exar: Does not use anything from 8250_pciIlpo Järvinen
2023-09-18serial: 8250_mid: Remove 8250_pci usageIlpo Järvinen
2023-09-18serial: 8250_of: Use dev_err_probe() instead of dev_warn()Andy Shevchenko
2023-09-18serial: 8250_aspeed_vuart: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2023-09-18serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750Andy Shevchenko
2023-09-18tty: vcc: Add check for kstrdup() in vcc_probe()Yi Yang
2023-09-18serial: stm32: add support for break controlErwan Le Ray
2023-09-18tty: hvc: remove set but unused variableBo Liu
2023-09-18serial: sc16is7xx: remove unused to_sc16is7xx_port macroHugo Villeneuve
2023-09-18tty: serial: ma35d1_serial: Add missing check for ioremapChen Ni
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke
2023-09-18serial: 8250_port: Check IRQ data before useAndy Shevchenko
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang