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-03-06
vt: selection, indent switch-case properly
Jiri Slaby
1
-37
/
+35
2020-03-06
vt: selection, remove redeclaration of poke_blanked_console
Jiri Slaby
1
-2
/
+0
2020-03-06
vt: switch vt_dont_switch to bool
Jiri Slaby
1
-3
/
+3
2020-03-06
vt: selection, create struct from console selection globals
Jiri Slaby
1
-46
/
+48
2020-03-06
vt: selection, localize use_unicode
Jiri Slaby
1
-16
/
+16
2020-03-06
vt: selection, remove 2 local variables from set_selection_kernel
Jiri Slaby
1
-9
/
+5
2020-03-05
serial: 8250_exar: add support for ACCES cards
Jay Dolan
1
-0
/
+33
2020-03-05
tty:serial:mvebu-uart:fix a wrong return
tangbin
1
-1
/
+1
2020-02-28
vt: selection, push sel_lock up
Jiri Slaby
1
-9
/
+7
2020-02-28
vt: selection, push console lock down
Jiri Slaby
2
-3
/
+12
2020-02-24
Merge 5.6-rc3 into tty-next
Greg Kroah-Hartman
15
-51
/
+102
2020-02-23
n_tty: Distribute switch variables for initialization
Kees Cook
1
-2
/
+2
2020-02-21
vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby
1
-7
/
+22
2020-02-21
vt: selection, introduce vc_is_sel
Jiri Slaby
3
-4
/
+10
2020-02-21
n_hdlc: wrap a comment properly
Jiri Slaby
1
-2
/
+4
2020-02-21
n_hdlc: fix whitespace around binary operators
Jiri Slaby
1
-3
/
+3
2020-02-21
n_hdlc: add missing spaces after commas
Jiri Slaby
1
-9
/
+9
2020-02-21
n_hdlc: remove spaces between function name and (
Jiri Slaby
1
-4
/
+4
2020-02-21
n_hdlc: remove useless whitespace at line wraps
Jiri Slaby
1
-37
/
+37
2020-02-21
n_hdlc: use __func__ and pr_ print helpers
Jiri Slaby
1
-7
/
+7
2020-02-21
n_hdlc: remove unneeded ifdef
Jiri Slaby
1
-2
/
+0
2020-02-21
n_hdlc: switch tbusy and woke_up to bools
Jiri Slaby
1
-8
/
+8
2020-02-21
n_hdlc: move tty_ldisc_ops to the bottom
Jiri Slaby
1
-31
/
+15
2020-02-21
n_hdlc: add helper for buffers allocation
Jiri Slaby
1
-22
/
+20
2020-02-21
n_hdlc: remove checking of n_hdlc
Jiri Slaby
1
-29
/
+3
2020-02-21
n_hdlc: remove cached tty
Jiri Slaby
1
-16
/
+5
2020-02-21
n_hdlc: inline n_hdlc_release
Jiri Slaby
1
-25
/
+10
2020-02-21
n_hdlc: expand tty2n_hdlc macro
Jiri Slaby
1
-12
/
+11
2020-02-21
n_hdlc: remove unused backup_tty
Jiri Slaby
1
-9
/
+1
2020-02-21
n_hdlc: remove unused flags
Jiri Slaby
1
-4
/
+1
2020-02-21
n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll
Jiri Slaby
1
-34
/
+38
2020-02-21
n_hdlc: simplify freeing of buffer list
Jiri Slaby
1
-31
/
+14
2020-02-21
n_hdlc: use clamp() for maxframe
Jiri Slaby
1
-4
/
+1
2020-02-21
n_hdlc: cleanup messages during registration
Jiri Slaby
1
-4
/
+4
2020-02-21
n_hdlc: put init/exit strings directly to prints
Jiri Slaby
1
-22
/
+6
2020-02-21
n_hdlc: convert debuglevel use to pr_debug
Jiri Slaby
1
-48
/
+31
2020-02-21
n_hdlc: remove unused macros
Jiri Slaby
1
-5
/
+0
2020-02-21
n_hdlc: remove tracing debug prints
Jiri Slaby
1
-30
/
+2
2020-02-20
tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG
Greg Kroah-Hartman
1
-9
/
+0
2020-02-20
tty: serial: samsung_tty: build it for any platform
Greg Kroah-Hartman
1
-1
/
+0
2020-02-19
n_gsm: switch escape to bool
Jiri Slaby
1
-3
/
+3
2020-02-19
n_gsm: switch constipated to bool
Jiri Slaby
1
-6
/
+6
2020-02-19
n_gsm: switch throttled to bool
Jiri Slaby
1
-3
/
+3
2020-02-19
n_gsm: switch dead to bool
Jiri Slaby
1
-9
/
+9
2020-02-19
n_gsm: add missing \n to prints
Jiri Slaby
1
-4
/
+4
2020-02-19
n_gsm: add missing __user annotations
Jiri Slaby
1
-2
/
+2
2020-02-19
n_gsm: introduce enum gsm_mux_state
Jiri Slaby
1
-12
/
+21
2020-02-19
n_gsm: introduce enum gsm_dlci_mode
Jiri Slaby
1
-3
/
+6
2020-02-19
n_gsm: introduce enum gsm_dlci_state
Jiri Slaby
1
-5
/
+15
2020-02-19
n_gsm: drop unneeded gsm_dlci->fifo field
Jiri Slaby
1
-12
/
+10
[prev]
[next]