index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-06
TTY: serial/m32r_sio, remove unused members
Jiri Slaby
1
-33
/
+0
2016-02-06
TTY: serial/m32r_sio, remove debug macros
Jiri Slaby
1
-20
/
+5
2016-02-06
TTY: serial/m32r_sio, simplify old_serial_port
Jiri Slaby
1
-42
/
+15
2016-02-06
TTY: serial/m32r_sio, disband m32r_sio.h
Jiri Slaby
2
-76
/
+10
2016-02-06
TTY: 8250_pnp, make checks bool
Jiri Slaby
1
-7
/
+7
2016-02-06
TTY: 8250_pnp, constify tables
Jiri Slaby
1
-4
/
+4
2016-02-06
TTY: serial/mpsc, remove unused fields
Jiri Slaby
1
-5
/
+0
2016-02-06
TTY: serial/mpsc, clean up init/remove functions
Jiri Slaby
1
-84
/
+79
2016-02-06
TTY: serial/mpsc, stop leaking mappings
Jiri Slaby
1
-5
/
+5
2016-02-06
serial: 8250_omap: Add omap8250 earlycon
Peter Hurley
1
-0
/
+21
2016-02-06
serial: 8250_early: Use port->regshift
Peter Hurley
1
-6
/
+10
2016-02-06
serial: earlycon: Show the earlycon "driver" in banner
Peter Hurley
1
-6
/
+6
2016-02-06
serial: earlycon: Common log banner for command line and DT
Peter Hurley
1
-13
/
+14
2016-02-06
of: earlycon: Move address translation to of_setup_earlycon()
Peter Hurley
1
-3
/
+9
2016-02-06
of: earlycon: Initialize port fields from DT properties
Peter Hurley
1
-0
/
+31
2016-02-06
of: earlycon: Add options string handling
Peter Hurley
1
-2
/
+7
2016-02-06
of: earlycon: Fixup earlycon console name and index
Peter Hurley
1
-3
/
+3
2016-02-06
serial: earlycon: Fixup earlycon console name and index
Peter Hurley
1
-3
/
+22
2016-02-06
earlycon: Use common framework for earlycon declarations
Peter Hurley
6
-21
/
+1
2016-02-06
of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREE
Peter Hurley
1
-0
/
+4
2016-02-06
tty: Drop krefs for interrupted tty lock
Peter Hurley
2
-3
/
+7
2016-02-01
Merge 4.5-rc2 into tty-next
Greg Kroah-Hartman
2
-0
/
+30
2016-01-31
Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-11
/
+77
2016-01-31
Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2016-01-29
serial: 8250_pci: Add Intel Broadwell ports
Mika Westerberg
1
-0
/
+29
2016-01-28
Staging: speakup: fix read scrolled-back VT
Samuel Thibault
1
-0
/
+1
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
5
-8
/
+4
2016-01-28
tty: mxser: Remove ASYNC_CLOSING
Peter Hurley
1
-4
/
+5
2016-01-28
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
1
-6
/
+6
2016-01-28
serial: core: Unfold < 80 char lines
Peter Hurley
1
-10
/
+5
2016-01-28
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Cleanup uart_open() exit
Peter Hurley
1
-4
/
+1
2016-01-28
serial: Fix ASYNC_* => UPF_* flags misuse
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Use tty->index for port # in debug messages
Peter Hurley
1
-3
/
+2
2016-01-28
serial: core: Fold do_uart_get_info() into caller
Peter Hurley
1
-11
/
+7
2016-01-28
serial: core: Fold __uart_put_char() into caller
Peter Hurley
1
-9
/
+5
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
16
-111
/
+75
2016-01-28
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
1
-4
/
+2
2016-01-28
tty: Unify receive_buf() code paths
Peter Hurley
1
-11
/
+28
2016-01-28
n_tty: Ignore all read data when closing
Peter Hurley
1
-2
/
+0
2016-01-28
tty: rocket: Remove private close_wait
Peter Hurley
2
-3
/
+0
2016-01-28
serial: 8250: Unfold < 80 char lines
Peter Hurley
1
-7
/
+4
2016-01-28
serial: 8250: Wait for irq to complete before shutdown
Peter Hurley
1
-0
/
+4
2016-01-28
serial: 8250: Unlink uart console ptr if console setup fails
Peter Hurley
1
-1
/
+5
2016-01-28
serial: 8250: Remove low_latency workaround
Peter Hurley
1
-2
/
+1
2016-01-28
serial: 8250: Fix lost rx state
Peter Hurley
1
-3
/
+4
2016-01-28
serial: 8250: Refactor serial8250_rx_chars() inner loop
Peter Hurley
1
-58
/
+62
2016-01-28
tty: n_tty: fix SIGIO for output
Peter Hurley
1
-1
/
+1
2016-01-28
n_tty: Remove tty count checks from unthrottle
Peter Hurley
1
-4
/
+0
2016-01-28
n_tty: Fix stuck write wakeup
Peter Hurley
1
-2
/
+2
[prev]
[next]