index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-02-19
serial: 8250_port: Use dev_*() instead of pr_*()
Andy Shevchenko
1
-10
/
+7
2020-02-19
serial: 8250_port: Switch to use DEVICE_ATTR_RW()
Andy Shevchenko
1
-8
/
+6
2020-02-19
tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
1
-1
/
+1
2020-02-19
tty: serial: Kconfig: Fix a typo
Christophe JAILLET
1
-1
/
+1
2020-02-19
serial: 8250_pxa: avoid autodetecting the port type
Lubomir Rintel
1
-1
/
+1
2020-02-17
serial: core: Switch to use DEVICE_ATTR_RO()
Andy Shevchenko
1
-29
/
+28
2020-02-14
serial: core: use octal permissions on module param
Andy Shevchenko
1
-13
/
+13
2020-02-14
serial: core: Consolidate spin lock initialization code
Andy Shevchenko
1
-18
/
+16
2020-02-14
serial: core: Introduce uart_console_enabled() helper
Andy Shevchenko
1
-2
/
+7
2020-02-13
serial: 8250_pci: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-13
serial: sc16is7xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
[next]