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
2025-09-09
tty: serial: atmel: make it selectable for ARCH_MICROCHIP
Robert Marko
-1
/
+1
2025-09-06
serial: xilinx_uartps: read reg size from DTS
Harshit Shah
-5
/
+5
2025-09-06
tty: remove redundant condition checks
Xichao Zhao
-2
/
+2
2025-09-06
tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()
Zizhi Wo
-1
/
+3
2025-09-06
vt: remove redundant check on vc_mode in con_font_set()
Wang Liang
-2
/
+0
2025-09-06
serial: qcom-geni: Add DFS clock mode support to GENI UART driver
Viken Dadhaniya
-71
/
+21
2025-09-06
tty: n_gsm: Don't block input queue by waiting MSC
Seppo Takalo
-1
/
+24
2025-09-06
serial: qcom-geni: Fix off-by-one error in ida_alloc_range()
Zong Jiang
-2
/
+4
2025-09-06
serdev: Drop dev_pm_domain_detach() call
Claudiu Beznea
-8
/
+3
2025-09-06
serial: sc16is7xx: drop redundant conversion to bool
Xichao Zhao
-1
/
+1
2025-09-06
vt: add support for smput/rmput escape codes
Calixte Pernot
-0
/
+58
2025-09-06
serial: stm32: allow selecting console when the driver is module
Raphael Gallais-Pou
-1
/
+1
2025-09-06
serial: 8250_core: fix coding style issue
Osama Abdelkader
-1
/
+1
2025-08-21
tty: serial: Modify the use of dev_err_probe()
Xichao Zhao
-3
/
+2
2025-08-17
tty: hvc_console: Call hvc_kick in hvc_write unconditionally
Fabian Vogt
-3
/
+3
2025-08-17
tty/vt: use guard()s
Jiri Slaby (SUSE)
-244
/
+170
2025-08-17
tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()
Jiri Slaby (SUSE)
-95
/
+78
2025-08-17
serial: 8250_rsa: use guard()s
Jiri Slaby (SUSE)
-4
/
+3
2025-08-17
serial: 8250_omap: use guard()s
Jiri Slaby (SUSE)
-71
/
+37
2025-08-17
serial: 8250_omap: extract omap_8250_set_termios_atomic()
Jiri Slaby (SUSE)
-15
/
+24
2025-08-17
serial: 8250_core: use guard() in serial_unlink_irq_chain()
Jiri Slaby (SUSE)
-9
/
+11
2025-08-17
serial: 8250: use guard()s
Jiri Slaby (SUSE)
-220
/
+143
2025-08-17
serial: serial_core: use guard()s
Jiri Slaby (SUSE)
-84
/
+59
2025-08-17
mxser: use guard()s
Jiri Slaby (SUSE)
-123
/
+74
2025-08-17
mxser: use tty_port_tty guard() in mxser_port_isr()
Jiri Slaby (SUSE)
-33
/
+29
2025-08-17
tty: tty_port: use guard()s
Jiri Slaby (SUSE)
-94
/
+74
2025-08-17
serial: 8250: introduce RPM guard()s
Jiri Slaby (SUSE)
-2
/
+9
2025-08-14
serial: sc16is7xx: fix bug in flow control levels init
Hugo Villeneuve
-12
/
+2
2025-08-14
serial: qcom-geni: Make UART port count configurable via Kconfig
Zong Jiang
-3
/
+10
2025-08-14
serial: qcom-geni: Dynamically allocate UART ports
Zong Jiang
-32
/
+12
2025-08-14
tty: serial: mvebu-uart: convert from round_rate() to determine_rate()
Brian Masney
-4
/
+6
2025-08-14
serial: 8250_platform: Reduce stack usage in serial8250_probe_platform()
Abinash Singh
-30
/
+31
2025-08-14
serial: 8250_platform: Reduce stack usage in serial8250_probe_acpi()
Abinash Singh
-11
/
+15
2025-08-14
serial: max310x: Add error checking in probe()
Dan Carpenter
-0
/
+2
2025-08-14
tty: serial: ip22zilog: Use platform device for probing
Thomas Bogendoerfer
-209
/
+143
2025-08-13
tty: sysrq: delete unnecessary check
Dan Carpenter
-2
/
+1
2025-08-11
module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
Vlastimil Babka
-4
/
+4
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
-2
/
+2
2025-07-31
Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-1
/
+1
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+41
2025-07-29
Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-884
/
+1929
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-1
/
+1
2025-07-28
MIPS: Update Joshua Kinard's e-mail address
Joshua Kinard
-1
/
+1
2025-07-24
serial: 8250: fix panic due to PSLVERR
Yunhui Cui
-1
/
+1
2025-07-23
Input: sysrq: mv sysrq into drivers/tty/sysrq.c
Joel Granados
-0
/
+41
2025-07-22
vt: defkeymap: Map keycodes above 127 to K_HOLE
Myrrh Periwinkle
-0
/
+112
2025-07-22
vt: keyboard: Don't process Unicode characters in K_OFF mode
Myrrh Periwinkle
-1
/
+1
2025-07-22
serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
Praveen Talari
-16
/
+140
2025-07-22
serial: qcom-geni: Enable PM runtime for serial driver
Praveen Talari
-2
/
+22
2025-07-22
serial: qcom-geni: move clock-rate logic to separate function
Praveen Talari
-20
/
+32
[prev]
[next]