index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
serial: samsung: Removes the IRQ not found warning
Tamseel Shams
2020-08-18
1
-3
/
+5
|
|
*
|
serial: 8250: change lock order in serial8250_do_startup()
Sergey Senozhatsky
2020-08-18
1
-3
/
+6
|
|
*
|
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
2020-08-18
1
-1
/
+1
|
|
*
|
serial: pl011: Fix oops on -EPROBE_DEFER
Lukas Wunner
2020-08-18
1
-6
/
+5
|
|
*
|
serial: pl011: Don't leak amba_ports entry on driver register error
Lukas Wunner
2020-08-18
1
-1
/
+4
|
|
*
|
serial: 8250_exar: Fix number of ports for Commtech PCIe cards
Valmer Huhn
2020-08-18
1
-3
/
+21
|
|
*
|
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
John Stultz
2020-08-18
1
-1
/
+1
|
|
*
|
serial: qcom_geni_serial: Fix recent kdb hang
Douglas Anderson
2020-08-18
1
-2
/
+7
|
|
*
|
vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
George Kennedy
2020-08-18
1
-1
/
+11
|
|
*
|
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
2020-08-18
1
-2
/
+3
|
|
|
/
|
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
20
-26
/
+23
|
|
/
*
|
serial: 8250_pci: Add WCH384_8S 8 port serial device
Du Huanpeng
2020-08-28
1
-0
/
+56
*
|
tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
2020-08-28
1
-8
/
+5
*
|
serial: core: don't use snprintf() for formatting sysfs attrs
Alex Dewar
2020-08-28
1
-13
/
+13
*
|
serial: fsl_lpuart: Fix typo in "transfer"
Fabio Estevam
2020-08-28
1
-2
/
+2
*
|
Revert "vc_screen: extract vcs_read_buf_header"
Jiri Slaby
2020-08-24
1
-18
/
+13
*
|
serial: sa1100: use platform_get_resource()
Andy Shevchenko
2020-08-18
1
-12
/
+10
*
|
tty: serial, fix kernel-doc
Jiri Slaby
2020-08-18
2
-8
/
+7
*
|
tty: synclink, fix kernel-doc
Jiri Slaby
2020-08-18
3
-127
/
+119
*
|
tty: vt, fix kernel-doc
Jiri Slaby
2020-08-18
3
-6
/
+6
*
|
tty: ldiscs, fix kernel-doc
Jiri Slaby
2020-08-18
3
-50
/
+49
*
|
tty: fix kernel-doc
Jiri Slaby
2020-08-18
6
-29
/
+26
*
|
tty: n_gsm, eliminate indirection for gsm->{output,error}()
Jiri Slaby
2020-08-18
1
-9
/
+6
*
|
vc_screen: prune macros
Jiri Slaby
2020-08-18
1
-4
/
+0
*
|
vc_screen: extract vcs_read_buf_header
Jiri Slaby
2020-08-18
1
-13
/
+18
*
|
vc_screen: extract vcs_read_buf
Jiri Slaby
2020-08-18
1
-68
/
+78
*
|
vc_screen: extract vcs_read_buf_noattr
Jiri Slaby
2020-08-18
1
-11
/
+22
*
|
vc_screen: extract vcs_read_buf_uni
Jiri Slaby
2020-08-18
1
-19
/
+30
*
|
vs_screen: kill tmp_count from vcs_read
Jiri Slaby
2020-08-18
1
-8
/
+2
*
|
vc_screen: sanitize types in vcs_read
Jiri Slaby
2020-08-18
1
-8
/
+7
*
|
vc_screen: eliminate ifdefs from vcs_write_buf
Jiri Slaby
2020-08-18
1
-12
/
+17
*
|
vc_screen: extract vcs_write_buf
Jiri Slaby
2020-08-18
1
-76
/
+92
*
|
vc_screen: extract vcs_write_buf_noattr
Jiri Slaby
2020-08-18
1
-21
/
+34
*
|
vc_screen: sanitize types in vcs_write
Jiri Slaby
2020-08-18
1
-10
/
+7
*
|
vc_screen: rewrite vcs_size to accept vc, not inode
Jiri Slaby
2020-08-18
1
-17
/
+29
*
|
vc_screen: document and cleanup vcs_vc
Jiri Slaby
2020-08-18
1
-8
/
+12
*
|
vc: propagate "viewed as bool" from screenpos up
Jiri Slaby
2020-08-18
2
-9
/
+11
*
|
vt: declare xy for get/putconsxy properly
Jiri Slaby
2020-08-18
1
-5
/
+5
*
|
vt: make vc_data pointers const in selection.h
Jiri Slaby
2020-08-18
2
-8
/
+9
*
|
tty: timbuart: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-3
/
+3
*
|
tty: ifx6x60: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-4
/
+4
*
|
tty: atmel_serial: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-10
/
+10
*
|
tty: ipwireless: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-3
/
+3
|
/
*
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-08-06
37
-1408
/
+1626
|
\
|
*
Revert "serial: 8250: Let serial core initialise spin lock"
Andy Shevchenko
2020-08-02
1
-0
/
+1
|
*
serial: 8250: Let serial core initialise spin lock
Andy Shevchenko
2020-07-31
1
-1
/
+0
|
*
tty: keyboard, do not speculate on func_table index
Jiri Slaby
2020-07-31
1
-1
/
+2
|
*
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
2020-07-30
1
-0
/
+8
|
*
serial: 8250_dw: Fix common clocks usage race condition
Serge Semin
2020-07-29
1
-2
/
+101
|
*
serial: 8250_dw: Pass the same rate to the clk round and set rate methods
Serge Semin
2020-07-29
1
-3
/
+3
[prev]
[next]