index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
1
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
1
-53
/
+37
2025-11-21
tty: moxa: use guard()s
Jiri Slaby (SUSE)
1
-94
/
+71
2025-11-21
tty: n_hdlc: use guard()s
Jiri Slaby (SUSE)
1
-41
/
+26
2025-11-21
tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+3
2025-11-21
tty: n_tty: use guard()s
Jiri Slaby (SUSE)
1
-60
/
+47
2025-11-21
tty: pty: use guard()s
Jiri Slaby (SUSE)
1
-58
/
+45
2025-11-21
drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
David Laight
1
-4
/
+5
2025-11-21
tty: synclink_gt: Fix namespace collision and startup() section placement with -ffunction-sections
Josh Poimboeuf
1
-10
/
+10
2025-11-21
tty: amiserial: Fix namespace collision and startup() section placement with -ffunction-sections
Josh Poimboeuf
1
-7
/
+7
2025-11-21
serial: icom: Fix namespace collision and startup() section placement with -ffunction-sections
Josh Poimboeuf
1
-4
/
+4
2025-10-28
serial: sh-sci: Merge sh-sci.h into sh-sci.c
Lad Prabhakar
2
-179
/
+175
2025-10-28
serial: sh-sci: Sort include files alphabetically
Lad Prabhakar
1
-5
/
+5
2025-10-28
serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
Miaoqian Lin
1
-1
/
+1
2025-10-28
serial: sc16is7xx: add comments for lock requirements
Hugo Villeneuve
1
-4
/
+5
2025-10-28
serial: sc16is7xx: reformat comments to improve readability
Hugo Villeneuve
1
-82
/
+39
2025-10-28
serial: sc16is7xx: change conditional operator indentation
Hugo Villeneuve
1
-2
/
+1
2025-10-28
serial: sc16is7xx: use KBUILD_MODNAME
Hugo Villeneuve
4
-7
/
+6
2025-10-28
serial: sc16is7xx: Kconfig: allow building with COMPILE_TEST
Hugo Villeneuve
1
-1
/
+1
2025-10-28
serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameter
Hugo Villeneuve
1
-24
/
+24
2025-10-28
serial: sc16is7xx: move port/channel init to separate function
Hugo Villeneuve
1
-57
/
+70
2025-10-28
serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
Hugo Villeneuve
1
-0
/
+1
2025-10-28
serial: sc16is7xx: drop -ENOMEM error message
Hugo Villeneuve
1
-3
/
+1
2025-10-28
serial: sc16is7xx: use guards for simple mutex locks
Hugo Villeneuve
1
-15
/
+8
2025-10-28
serial: sc16is7xx: remove unnecessary pointer cast
Hugo Villeneuve
1
-2
/
+1
2025-10-28
serial: sc16is7xx: define common register access function
Hugo Villeneuve
1
-43
/
+31
2025-10-28
serial: sc16is7xx: rename EFR mutex with generic name
Hugo Villeneuve
1
-13
/
+13
2025-10-28
serial: sc16is7xx: rename LCR macros to better reflect usage
Hugo Villeneuve
1
-7
/
+9
2025-10-28
tty: document @dlci parameter in gsm_modem_send_initial_msc
Kriish Sharma
1
-1
/
+1
2025-10-27
Merge 6.18-rc3 into tty-next
Greg Kroah-Hartman
5
-16
/
+26
2025-10-22
serial: 8250_mtk: Enable baud clock and manage in runtime PM
Daniel Golle
1
-2
/
+4
2025-10-22
serial: 8250_dw: handle reset control deassert error
Artem Shimko
1
-1
/
+3
2025-10-22
serial: sc16is7xx: remove useless enable of enhanced features
Hugo Villeneuve
1
-7
/
+0
2025-10-22
serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018
Florian Eckert
1
-0
/
+11
2025-10-22
tty: serial: sh-sci: fix RSCI FIFO overrun handling
Cosmin Tanislav
1
-6
/
+8
2025-10-22
serial: 8250_pcilib: Replace deprecated PCI functions
Florian Eckert
5
-14
/
+19
2025-10-22
tty: serial: imx: Add missing wakeup event reporting
Sherry Sun
1
-3
/
+9
2025-10-22
tty: serial: imx: Only configure the wake register when device is set as wakeup source
Sherry Sun
1
-0
/
+14
2025-10-22
tty: serial: fsl_lpuart: Add missing wakeup event reporting
Sherry Sun
1
-0
/
+8
2025-10-22
serial: ar933x: Add polling support
Sven Eckelmann
1
-0
/
+62
2025-10-07
Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-160
/
+16
2025-10-04
Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
26
-1380
/
+1100
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-2
/
+8
2025-09-23
Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers
Arnd Bergmann
1
-1
/
+7
2025-09-17
serial: qcom-geni: Load UART qup Firmware from linux side
Viken Dadhaniya
1
-1
/
+7
2025-09-17
serial: qcom-geni: Fix blocked task
Krzysztof Kozlowski
1
-160
/
+16
2025-09-17
tty: serial: fix help message for SERIAL_CPM
Arturs Artamonovs
1
-1
/
+1
2025-09-15
Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/drivers
Arnd Bergmann
1
-1
/
+1
2025-09-15
Merge 6.17-rc6 into tty-next
Greg Kroah-Hartman
4
-24
/
+14
[prev]
[next]