index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
2021-05-13
1
-2
/
+2
|
*
|
|
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
2021-05-13
1
-0
/
+7
|
*
|
|
tty: tty_baudrate: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
1
-4
/
+7
|
*
|
|
tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentence
Xiaofei Tan
2021-05-13
1
-1
/
+1
|
*
|
|
tty: nozomi: Fix a resource leak in an error handling function
Christophe JAILLET
2021-05-13
1
-0
/
+1
|
*
|
|
tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: remove unused tty_throttle
Jiri Slaby
2021-05-13
1
-26
/
+5
|
*
|
|
nozomi: simplify ntty_chars_in_buffer
Jiri Slaby
2021-05-13
1
-8
/
+3
|
*
|
|
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
15
-24
/
+24
|
*
|
|
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
2021-05-13
2
-23
/
+0
|
*
|
|
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2021-05-13
2
-3
/
+3
|
*
|
|
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
20
-31
/
+31
|
*
|
|
tty: return void from tty_unregister_ldisc
Jiri Slaby
2021-05-13
1
-3
/
+1
|
*
|
|
tty: no checking of tty_unregister_ldisc
Jiri Slaby
2021-05-13
2
-11
/
+2
|
*
|
|
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
2021-05-13
2
-12
/
+4
|
*
|
|
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
2021-05-13
4
-11
/
+7
|
*
|
|
n_gsm: use goto-failpaths in gsm_init
Jiri Slaby
2021-05-13
1
-5
/
+9
|
*
|
|
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
5
-8
/
+11
|
*
|
|
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
2021-05-13
5
-111
/
+113
|
*
|
|
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
13
-47
/
+47
|
*
|
|
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
5
-13
/
+13
|
*
|
|
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
2021-05-13
1
-1
/
+0
|
*
|
|
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
1
-14
/
+17
|
*
|
|
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
1
-4
/
+4
|
*
|
|
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
2021-05-13
1
-16
/
+11
|
*
|
|
n_tty: move lnext handling
Jiri Slaby
2021-05-13
1
-15
/
+8
|
*
|
|
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
2021-05-13
1
-5
/
+4
|
*
|
|
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
2021-05-13
1
-33
/
+3
|
*
|
|
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
2021-05-13
1
-26
/
+6
|
*
|
|
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
2021-05-13
1
-7
/
+2
|
*
|
|
tty: remove broken r3964 line discipline
Jiri Slaby
2021-05-13
3
-1286
/
+0
|
*
|
|
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
2021-05-13
1
-1
/
+1
|
*
|
|
serial: 8250: Add an empty line and remove some useless {}
Christophe JAILLET
2021-05-13
1
-2
/
+3
|
*
|
|
serial: 8250: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
2021-05-13
1
-14
/
+4
|
*
|
|
serial: meson: remove redundant initialization of variable id
Colin Ian King
2021-05-13
1
-1
/
+2
|
*
|
|
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
Jim Quinlan
2021-05-13
1
-0
/
+4
|
*
|
|
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
2021-05-13
1
-1
/
+1
|
*
|
|
serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping
Zev Weiss
2021-05-13
1
-8
/
+3
|
*
|
|
serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
Zev Weiss
2021-05-13
1
-3
/
+2
[prev]
[next]