index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-18
serial: sa1100: use platform_get_resource()
Andy Shevchenko
1
-12
/
+10
2020-08-18
tty: serial: imx: add dependence and build for earlycon
Fugang Duan
2
-0
/
+2
2020-08-18
serial: samsung: Removes the IRQ not found warning
Tamseel Shams
1
-3
/
+5
2020-08-18
tty: serial, fix kernel-doc
Jiri Slaby
2
-8
/
+7
2020-08-18
tty: synclink, fix kernel-doc
Jiri Slaby
3
-127
/
+119
2020-08-18
tty: vt, fix kernel-doc
Jiri Slaby
3
-6
/
+6
2020-08-18
tty: ldiscs, fix kernel-doc
Jiri Slaby
3
-50
/
+49
2020-08-18
tty: fix kernel-doc
Jiri Slaby
6
-29
/
+26
2020-08-18
tty: n_gsm, eliminate indirection for gsm->{output,error}()
Jiri Slaby
1
-9
/
+6
2020-08-18
vc_screen: prune macros
Jiri Slaby
1
-4
/
+0
2020-08-18
vc_screen: extract vcs_read_buf_header
Jiri Slaby
1
-13
/
+18
2020-08-18
vc_screen: extract vcs_read_buf
Jiri Slaby
1
-68
/
+78
2020-08-18
vc_screen: extract vcs_read_buf_noattr
Jiri Slaby
1
-11
/
+22
2020-08-18
vc_screen: extract vcs_read_buf_uni
Jiri Slaby
1
-19
/
+30
2020-08-18
vs_screen: kill tmp_count from vcs_read
Jiri Slaby
1
-8
/
+2
2020-08-18
vc_screen: sanitize types in vcs_read
Jiri Slaby
1
-8
/
+7
2020-08-18
vc_screen: eliminate ifdefs from vcs_write_buf
Jiri Slaby
1
-12
/
+17
2020-08-18
vc_screen: extract vcs_write_buf
Jiri Slaby
1
-76
/
+92
2020-08-18
vc_screen: extract vcs_write_buf_noattr
Jiri Slaby
1
-21
/
+34
2020-08-18
vc_screen: sanitize types in vcs_write
Jiri Slaby
1
-10
/
+7
2020-08-18
vc_screen: rewrite vcs_size to accept vc, not inode
Jiri Slaby
1
-17
/
+29
2020-08-18
vc_screen: document and cleanup vcs_vc
Jiri Slaby
1
-8
/
+12
2020-08-18
vc: propagate "viewed as bool" from screenpos up
Jiri Slaby
2
-9
/
+11
2020-08-18
vt: declare xy for get/putconsxy properly
Jiri Slaby
1
-5
/
+5
2020-08-18
vt: make vc_data pointers const in selection.h
Jiri Slaby
2
-8
/
+9
2020-08-18
tty: timbuart: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-18
tty: ifx6x60: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+4
2020-08-18
tty: atmel_serial: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-10
/
+10
2020-08-18
tty: ipwireless: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-18
serial: 8250: change lock order in serial8250_do_startup()
Sergey Senozhatsky
1
-3
/
+6
2020-08-18
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
1
-1
/
+1
2020-08-18
serial: pl011: Fix oops on -EPROBE_DEFER
Lukas Wunner
1
-6
/
+5
2020-08-18
serial: pl011: Don't leak amba_ports entry on driver register error
Lukas Wunner
1
-1
/
+4
2020-08-18
serial: 8250_exar: Fix number of ports for Commtech PCIe cards
Valmer Huhn
1
-3
/
+21
2020-08-18
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
John Stultz
1
-1
/
+1
2020-08-18
serial: qcom_geni_serial: Fix recent kdb hang
Douglas Anderson
1
-2
/
+7
2020-08-18
vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
George Kennedy
1
-1
/
+11
2020-08-18
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
1
-2
/
+3
2020-08-07
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
37
-1408
/
+1626
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2020-08-05
Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-5
/
+5
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-08-04
Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-48
/
+162
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2020-08-02
Revert "serial: 8250: Let serial core initialise spin lock"
Andy Shevchenko
1
-0
/
+1
2020-07-31
serial: 8250: Let serial core initialise spin lock
Andy Shevchenko
1
-1
/
+0
2020-07-31
tty: keyboard, do not speculate on func_table index
Jiri Slaby
1
-1
/
+2
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-1
/
+1
2020-07-30
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
1
-0
/
+8
[prev]
[next]