index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
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
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-06
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
37
-1408
/
+1626
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2020-08-04
Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
4
-5
/
+5
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+2
2020-08-04
Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2020-08-03
Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
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
2020-07-29
serial: 8250_dw: Fix common clocks usage race condition
Serge Semin
1
-2
/
+101
2020-07-29
serial: 8250_dw: Pass the same rate to the clk round and set rate methods
Serge Semin
1
-3
/
+3
2020-07-29
serial: 8250_dw: Simplify the ref clock rate setting procedure
Serge Semin
1
-11
/
+4
2020-07-29
serial: 8250: Add 8250 port clock update method
Serge Semin
1
-0
/
+40
2020-07-29
tty: serial: imx: add imx earlycon driver
Fugang Duan
2
-0
/
+58
2020-07-29
tty: serial: imx: enable imx serial console port as module
Fugang Duan
2
-40
/
+6
[prev]
[next]