aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-3/+7
2023-10-18tty: convert to new timestamp accessorsGravatar Jeff Layton 1-3/+7
2023-10-11tty: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-10docs: move powerpc under archGravatar Costa Shulyupin 1-1/+1
2023-10-07serial: core: Fix checks for tx runtime PM stateGravatar Tony Lindgren 1-1/+1
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendGravatar Tony Lindgren 1-15/+10
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Gravatar Lukas Wunner 1-4/+9
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Gravatar Daniel Starke 1-3/+1
2023-09-18serial: 8250_port: Check IRQ data before useGravatar Andy Shevchenko 1-1/+4
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 2-2/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 110-1628/+1606
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-8/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+2
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Gravatar Jiri Slaby (SUSE) 1-13/+12
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionGravatar Jiri Slaby (SUSE) 1-96/+98
2023-08-27tty: n_tty: unify counts to size_tGravatar Jiri Slaby (SUSE) 1-17/+15
2023-08-27tty: n_tty: use u8 for chars and flagsGravatar Jiri Slaby (SUSE) 1-36/+36
2023-08-27tty: n_tty: simplify chars_in_buffer()Gravatar Jiri Slaby (SUSE) 1-6/+2
2023-08-27tty: n_tty: remove unsigned char casts from character constantsGravatar Jiri Slaby (SUSE) 1-3/+3
2023-08-27tty: n_tty: move newline handling to a separate functionGravatar Jiri Slaby (SUSE) 1-8/+19
2023-08-27tty: n_tty: move canon handling to a separate functionGravatar Jiri Slaby (SUSE) 1-71/+87
2023-08-27tty: n_tty: use MASK() for masking out size bitsGravatar Jiri Slaby (SUSE) 1-12/+11
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Gravatar Jiri Slaby (SUSE) 1-2/+1
2023-08-27tty: n_tty: use 'num' for writes' countsGravatar Jiri Slaby (SUSE) 1-9/+8
2023-08-27tty: n_tty: use output character directlyGravatar Jiri Slaby (SUSE) 1-2/+1
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolGravatar Jiri Slaby (SUSE) 1-3/+3
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Gravatar Lucas Tanure 1-2/+0
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portGravatar Justin Chen 2-3/+9
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesGravatar Hugo Villeneuve 1-0/+4
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionGravatar Hugo Villeneuve 1-1/+10
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationGravatar Hugo Villeneuve 1-35/+108
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelGravatar Hugo Villeneuve 1-3/+1
2023-08-22serial: sc16is7xx: fix broken port 0 uart initGravatar Hugo Villeneuve 1-0/+6
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptGravatar Jisheng Zhang 1-1/+4
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Gravatar Yi Yang 1-1/+5
2023-08-22serial: sifive: Add suspend and resume operationsGravatar Nick Hu 1-0/+18
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCGravatar Lucas Tanure 1-0/+2
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownGravatar Amelie Delaunay 1-1/+3
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeGravatar Valentin Caron 1-94/+106
2023-08-22serial: stm32: group dma pause/resume error handling into single functionGravatar Valentin Caron 2-45/+83
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledGravatar Valentin Caron 1-8/+8
2023-08-22serial: stm32: use DMAT as a configuration bitGravatar Valentin Caron 1-5/+3
2023-08-22serial: stm32: avoid clearing DMAT bit during transferGravatar Valentin Caron 1-32/+44
2023-08-22tty: n_gsm: add restart flag to extended ioctl configGravatar Daniel Starke 1-0/+23
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyGravatar Daniel Starke 1-4/+6
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateGravatar Daniel Starke 1-0/+3