index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Lines
2023-10-16
serial: xilinx_uartps: unset STOPBRK when setting STARTBRK
Julien Malik
-1
/
+1
2023-10-16
serial: max310x: remove trailing whitespaces
Hugo Villeneuve
-1
/
+1
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
-20
/
+20
2023-10-11
tty: Remove now superfluous sentinel element from ctl_table array
Joel Granados
-1
/
+0
2023-10-10
docs: move powerpc under arch
Costa Shulyupin
-1
/
+1
2023-10-10
tty/sysrq: replace smp_processor_id() with get_cpu()
Muhammad Usama Anjum
-1
/
+2
2023-10-10
tty: serial: meson: Add a earlycon for the S4 SoC
Lucas Tanure
-2
/
+2
2023-10-07
serial: core: Fix checks for tx runtime PM state
Tony Lindgren
-1
/
+1
2023-10-07
serial: initialize retinfo in uart_get_info()
Alexey Dobriyan
-0
/
+3
2023-10-07
serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()
Andy Shevchenko
-15
/
+9
2023-10-07
tty: vc_screen: make vc_class constant
Greg Kroah-Hartman
-14
/
+14
2023-10-07
tty: vt: make vtconsole_class constant
Greg Kroah-Hartman
-10
/
+9
2023-10-05
tty: Restrict access to TIOCLINUX' copy-and-paste subcommands
Hanno Böck
-0
/
+6
2023-10-05
serial: core: Simplify uart_get_rs485_mode()
Andy Shevchenko
-18
/
+12
2023-10-05
serial: 8250_omap: Drop pm_runtime_irq_safe()
Tony Lindgren
-8
/
+21
2023-10-05
serial: 8250: Check for valid console index
Tony Lindgren
-1
/
+1
2023-10-03
serial: 8250_omap: Fix errors with no_console_suspend
Tony Lindgren
-15
/
+10
2023-10-03
serial: Reduce spinlocked portion of uart_rs485_config()
Lukas Wunner
-4
/
+9
2023-10-03
serial: sc16is7xx: use device_property APIs when configuring irda mode
Hugo Villeneuve
-10
/
+24
2023-10-03
serial: amba-pl011: Do not complain when DMA is absent
Fabio Estevam
-1
/
+1
2023-10-03
serial: imx: Put DMA enabled UART in separate lock subclass
Sascha Hauer
-1
/
+3
2023-10-03
serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_by
Kees Cook
-1
/
+1
2023-10-03
serial: exar: Add RS-485 support for Sealevel XR17V35X based cards
Matthew Howell
-0
/
+44
2023-10-03
serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
Matthew Howell
-14
/
+0
2023-10-03
vt: Replace strlcpy with strscpy
Azeem Shaikh
-2
/
+5
2023-10-03
mxser: Annotate struct mxser_board with __counted_by
Kees Cook
-1
/
+1
2023-10-03
serial: 8250_dw: Use devm_clk_get_optional_enabled()
Andy Shevchenko
-24
/
+3
2023-10-03
serial: 8250_of: Use devm_clk_get_enabled()
Andy Shevchenko
-16
/
+8
2023-10-03
serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()
Andy Shevchenko
-12
/
+5
2023-10-03
tty: use 'if' in send_break() instead of 'goto'
Jiri Slaby (SUSE)
-5
/
+4
2023-10-03
tty: don't check for signal_pending() in send_break()
Jiri Slaby (SUSE)
-2
/
+1
2023-10-03
tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
Jiri Slaby (SUSE)
-15
/
+17
2023-10-03
tty: convert THROTTLE constants into enum
Jiri Slaby (SUSE)
-5
/
+10
2023-10-03
tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()
Jiri Slaby (SUSE)
-3
/
+2
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
-12
/
+12
2023-10-03
tty: fix up and plug in tty_ioctl kernel-doc
Jiri Slaby (SUSE)
-111
/
+107
2023-10-03
tty: invert return values of tty_{,un}throttle_safe()
Jiri Slaby (SUSE)
-8
/
+8
2023-10-03
tty: switch tty_{,un}throttle_safe() to return a bool
Jiri Slaby (SUSE)
-10
/
+8
2023-10-03
tty: n_tty: use do-while in n_tty_check_{,un}throttle()
Jiri Slaby (SUSE)
-12
/
+7
2023-10-03
tty: n_tty: invert the condition in copy_from_read_buf()
Jiri Slaby (SUSE)
-18
/
+20
2023-10-03
tty: n_tty: use min3() in copy_from_read_buf()
Jiri Slaby (SUSE)
-2
/
+1
2023-10-03
tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
Jiri Slaby (SUSE)
-4
/
+4
2023-10-03
tty: n_tty: use 'retval' instead of 'c'
Jiri Slaby (SUSE)
-5
/
+4
2023-10-03
serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()
Andy Shevchenko
-10
/
+7
2023-10-02
Merge 6.6-rc4 into tty-next
Greg Kroah-Hartman
-4
/
+5
2023-09-18
serial: xilinx_uartps: Use port lock wrappers
Thomas Gleixner
-28
/
+28
2023-09-18
serial: vt8500: Use port lock wrappers
Thomas Gleixner
-4
/
+4
2023-09-18
serial: ucc_uart: Use port lock wrappers
Thomas Gleixner
-2
/
+2
2023-09-18
serial: uartlite: Use port lock wrappers
Thomas Gleixner
-9
/
+9
2023-09-18
serial: timbuart: Use port lock wrappers
Thomas Gleixner
-4
/
+4
[prev]
[next]