index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
2021-05-13
tty: tty_io: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
tty: tty_io: Fix trailing whitespace issues
Xiaofei Tan
2021-05-13
tty: tty_io: Fix spaces required around that ':'
Xiaofei Tan
2021-05-13
tty: tty_io: Add a blank line after declarations
Xiaofei Tan
2021-05-13
tty: tty_io: Remove spaces before tabs
Xiaofei Tan
2021-05-13
tty: tty_buffer: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
2021-05-13
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
2021-05-13
tty: tty_baudrate: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentence
Xiaofei Tan
2021-05-13
tty: nozomi: Fix a resource leak in an error handling function
Christophe JAILLET
2021-05-13
tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
tty: remove unused tty_throttle
Jiri Slaby
2021-05-13
nozomi: simplify ntty_chars_in_buffer
Jiri Slaby
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2021-05-13
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
2021-05-13
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
2021-05-13
Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
Greg Kroah-Hartman
2021-05-13
serial: 8250_dw: Add device HID for new AMD UART controller
Maximilian Luz
2021-05-13
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
2021-05-13
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
2021-05-13
serial: tegra: Fix a mask operation that is always true
Colin Ian King
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
tty: return void from tty_unregister_ldisc
Jiri Slaby
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
2021-05-13
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
2021-05-13
n_gsm: use goto-failpaths in gsm_init
Jiri Slaby
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
2021-05-13
n_tty: move lnext handling
Jiri Slaby
[prev]
[next]