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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-13
isdn: capi, remove optional tty ops
Jiri Slaby
1
-13
/
+0
2021-05-13
tty: remove empty tty_operations::set_termios
Jiri Slaby
5
-14
/
+0
2021-05-13
tty: remove empty tty_operations::flush_buffer
Jiri Slaby
2
-12
/
+0
2021-05-13
nozomi: simplify ntty_chars_in_buffer
Jiri Slaby
1
-8
/
+3
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
36
-60
/
+58
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
6
-55
/
+0
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
3
-4
/
+4
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
47
-71
/
+71
2021-05-13
ti-st: use tty_write_room
Jiri Slaby
1
-3
/
+2
2021-05-13
ti-st: use goto-failpath in st_core_init
Jiri Slaby
1
-5
/
+7
2021-05-13
tty: return void from tty_unregister_ldisc
Jiri Slaby
2
-4
/
+2
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
13
-62
/
+15
2021-05-13
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
3
-14
/
+4
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
19
-28
/
+24
2021-05-13
n_gsm: use goto-failpaths in gsm_init
Jiri Slaby
1
-5
/
+9
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
20
-23
/
+41
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
7
-122
/
+130
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
22
-77
/
+83
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
21
-36
/
+39
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
1
-1
/
+0
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
1
-14
/
+17
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
1
-4
/
+4
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
1
-16
/
+11
2021-05-13
n_tty: move lnext handling
Jiri Slaby
1
-15
/
+8
2021-05-13
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
1
-5
/
+4
2021-05-13
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
1
-33
/
+3
2021-05-13
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
1
-26
/
+6
2021-05-13
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
1
-7
/
+2
2021-05-13
tty: remove broken r3964 line discipline
Jiri Slaby
7
-1574
/
+0
2021-05-13
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
1
-1
/
+1
2021-05-13
serial: 8250: Add an empty line and remove some useless {}
Christophe JAILLET
1
-2
/
+3
2021-05-13
serial: 8250: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
1
-14
/
+4
2021-05-13
serial: meson: remove redundant initialization of variable id
Colin Ian King
1
-1
/
+2
2021-05-13
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
Jim Quinlan
1
-0
/
+4
2021-05-13
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
1
-1
/
+1
2021-05-13
dt-bindings: serial: Add label property in serial.yaml
Zhen Lei
1
-0
/
+2
2021-05-13
dt-bindings: serial: Change to reference the kernel-defined serial.yaml
Zhen Lei
10
-14
/
+13
2021-05-13
serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping
Zev Weiss
1
-8
/
+3
2021-05-13
serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
Zev Weiss
1
-3
/
+2
2021-05-13
serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...
Zev Weiss
1
-14
/
+24
2021-05-13
tty: serial: samsung_tty: remove set but not used variables
Tian Tao
1
-2
/
+1
2021-05-13
serial: fsl_lpuart: disable DMA for console and fix sysrq
Michael Walle
1
-0
/
+6
2021-05-13
serial: fsl_lpuart: add loopback support
Michael Walle
1
-2
/
+34
2021-05-13
serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
Michael Walle
1
-27
/
+1
2021-05-13
serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
Michael Walle
1
-11
/
+1
2021-05-13
serial: fsl_lpuart: handle break and make sysrq work
Michael Walle
1
-8
/
+24
2021-05-13
serial: fsl_lpuart: split sysrq handling
Michael Walle
1
-6
/
+6
2021-05-13
serial: fsl_lpuart: don't restore interrupt state in ISR
Michael Walle
1
-14
/
+8
2021-05-13
serial: fsl_lpuart: use UARTDATA_MASK macro
Michael Walle
1
-2
/
+2
2021-05-13
serial: fsl_lpuart: don't modify arbitrary data on lpuart32
Michael Walle
1
-1
/
+1
[next]