index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
serial: qcom-geni: Enable support for half-duplex mode
Anup Kulkarni
1
-1
/
+56
2025-06-19
serial: qcom-geni: Add support for 8 Mbps baud rate
Jyothi Kumar Seerapu
1
-1
/
+1
2025-06-17
serial: 8250_omap: use uart_port pointer when available
Jiri Slaby (SUSE)
1
-26
/
+27
2025-06-17
serial: 8250: use hashtable
Jiri Slaby (SUSE)
1
-16
/
+8
2025-06-17
serial: 8250: invert condition to avoid a goto label
Jiri Slaby (SUSE)
1
-12
/
+10
2025-06-17
serial: 8250: invert serial8250_register_8250_port() CIR condition
Jiri Slaby (SUSE)
1
-126
/
+127
2025-06-17
serial: 8250: drop DEBUG_AUTOCONF() macro
Jiri Slaby (SUSE)
1
-37
/
+2
2025-06-17
serial: 8250: remove debug prints from ISR
Jiri Slaby (SUSE)
1
-4
/
+0
2025-06-17
serial: 8250: extract serial_get_or_create_irq_info()
Jiri Slaby (SUSE)
1
-11
/
+26
2025-06-17
serial: 8250: drop unused frac from serial8250_do_get_divisor()
Jiri Slaby (SUSE)
1
-4
/
+2
2025-06-17
serial: 8250: lcr compute cleanup
Jiri Slaby (SUSE)
1
-13
/
+10
2025-06-17
serial: 8250: extract serial8250_set_fcr()
Jiri Slaby (SUSE)
1
-15
/
+26
2025-06-17
serial: 8250: extract serial8250_set_efr()
Jiri Slaby (SUSE)
1
-18
/
+25
2025-06-17
serial: 8250: extract serial8250_set_ier()
Jiri Slaby (SUSE)
1
-14
/
+17
2025-06-17
serial: 8250: extract serial8250_set_errors_and_ignores
Jiri Slaby (SUSE)
1
-34
/
+33
2025-06-17
serial: 8250: extract serial8250_set_afe()
Jiri Slaby (SUSE)
1
-15
/
+17
2025-06-17
serial: 8250: extract serial8250_set_trigger_for_slow_speed()
Jiri Slaby (SUSE)
1
-7
/
+19
2025-06-17
serial: 8250: extract serial8250_set_mini()
Jiri Slaby (SUSE)
1
-7
/
+17
2025-06-17
serial: 8250: extract serial8250_clear_interrupts()
Jiri Slaby (SUSE)
1
-15
/
+12
2025-06-17
serial: 8250: extract serial8250_initialize()
Jiri Slaby (SUSE)
1
-53
/
+50
2025-06-17
serial: 8250: extract serial8250_THRE_test()
Jiri Slaby (SUSE)
1
-43
/
+49
2025-06-17
serial: 8250: extract serial8250_set_TRG_levels()
Jiri Slaby (SUSE)
1
-36
/
+41
2025-06-17
serial: 8250: extract serial8250_startup_special()
Jiri Slaby (SUSE)
1
-21
/
+32
2025-06-17
serial: 8250: move RSA functions to 8250_rsa.c
Jiri Slaby (SUSE)
3
-99
/
+100
2025-06-17
serial: 8250: put RSA functions to their namespace
Jiri Slaby (SUSE)
1
-9
/
+9
2025-06-17
serial: 8250: invert conditions in RSA functions
Jiri Slaby (SUSE)
1
-25
/
+34
2025-06-17
serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from code
Jiri Slaby (SUSE)
1
-27
/
+27
2025-06-17
serial: 8250: sanitize uart_port::serial_{in,out}() types
Jiri Slaby (SUSE)
9
-48
/
+48
2025-06-17
tty: introduce and use tty_port_tty_vhangup() helper
Jiri Slaby (SUSE)
2
-10
/
+9
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
18
-25
/
+28
2025-05-22
tty: serial: 8250_omap: fix TX with DMA for am33xx
Jiri Slaby (SUSE)
1
-15
/
+10
2025-05-21
vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position
Nicolas Pitre
1
-0
/
+16
2025-05-21
vt: bracketed paste support
Nicolas Pitre
2
-4
/
+42
2025-05-21
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
1
-2
/
+0
2025-05-21
vt: process the full-width ASCII fallback range programmatically
Nicolas Pitre
3
-95
/
+17
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
1
-0
/
+13
2025-05-21
vt: add ucs_get_fallback()
Nicolas Pitre
2
-1
/
+86
2025-05-21
vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
Nicolas Pitre
3
-1
/
+3445
2025-05-21
vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
Nicolas Pitre
1
-0
/
+352
2025-05-21
vt: move glyph determination to a separate function
Nicolas Pitre
1
-33
/
+38
2025-05-21
vt: make sure displayed double-width characters are remembered as such
Nicolas Pitre
1
-1
/
+8
2025-05-21
vt: ucs.c: fix misappropriate in_range() usage
Nicolas Pitre
1
-4
/
+4
2025-05-21
serial: max3100: Replace open-coded parity calculation with parity8()
Kuan-Wei Chiu
1
-1
/
+2
2025-05-21
serial: jsm: fix NPE during jsm_uart_port_init
Dustin Lundquist
1
-0
/
+1
2025-05-01
vt: add new dynamically generated files to .gitignore
Bartosz Golaszewski
1
-0
/
+2
2025-05-01
serdev: Refine several error or debug messages
Zijun Hu
1
-5
/
+3
2025-05-01
8250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...
Rengarajan S
1
-0
/
+10
2025-05-01
tty: serial: samsung_tty: support 18 uart ports
Faraz Ata
1
-1
/
+1
2025-04-28
Merge 6.15-rc4 into tty-next
Greg Kroah-Hartman
3
-3
/
+14
2025-04-26
vt: move UCS tables to the "shipped" form
Nicolas Pitre
5
-10
/
+45
[prev]
[next]