index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-13
tty: hvc_iucv: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-05-13
vt: Move custom isspace() to its own namespace
Andy Shevchenko
1
-9
/
+9
2021-05-13
Merge branch 'resizex' (patches from Maciej)
Linus Torvalds
1
-10
/
+47
2021-05-13
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+3
2021-05-13
vt_ioctl: Revert VT_RESIZEX parameter handling removal
Maciej W. Rozycki
1
-10
/
+47
2021-05-13
tty: tty_port: Fix coding style issues of block comments
Xiaofei Tan
1
-5
/
+9
2021-05-13
tty: tty_port: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+1
2021-05-13
tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)
Xiaofei Tan
1
-1
/
+0
2021-05-13
tty: tty_io: Remove return in void function
Xiaofei Tan
1
-1
/
+0
2021-05-13
tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo)
Xiaofei Tan
1
-7
/
+0
2021-05-13
tty: tty_io: Fix an issue of code indent for conditional statements
Xiaofei Tan
1
-1
/
+1
2021-05-13
tty: tty_io: Remove the repeated word 'can'
Xiaofei Tan
1
-1
/
+1
2021-05-13
tty: tty_io: Fix coding style issues of block comments
Xiaofei Tan
1
-7
/
+12
2021-05-13
tty: tty_io: Fix trailing whitespace issues
Xiaofei Tan
1
-1
/
+1
2021-05-13
tty: tty_io: Fix spaces required around that ':'
Xiaofei Tan
1
-1
/
+1
2021-05-13
tty: tty_io: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+10
2021-05-13
tty: tty_io: Remove spaces before tabs
Xiaofei Tan
1
-8
/
+8
2021-05-13
tty: tty_buffer: Fix coding style issues of block comments
Xiaofei Tan
1
-3
/
+6
2021-05-13
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
1
-2
/
+2
2021-05-13
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+7
2021-05-13
tty: tty_baudrate: Fix coding style issues of block comments
Xiaofei Tan
1
-4
/
+7
2021-05-13
tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentence
Xiaofei Tan
1
-1
/
+1
2021-05-13
tty: nozomi: Fix a resource leak in an error handling function
Christophe JAILLET
1
-0
/
+1
2021-05-13
tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: remove unused tty_throttle
Jiri Slaby
1
-26
/
+5
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
15
-24
/
+24
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
2
-23
/
+0
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2
-3
/
+3
2021-05-13
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
1
-2
/
+4
2021-05-13
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
1
-2
/
+2
2021-05-13
Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
Greg Kroah-Hartman
1
-3
/
+0
2021-05-13
serial: 8250_dw: Add device HID for new AMD UART controller
Maximilian Luz
1
-0
/
+1
2021-05-13
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
1
-2
/
+2
2021-05-13
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
1
-3
/
+5
2021-05-13
serial: tegra: Fix a mask operation that is always true
Colin Ian King
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
20
-31
/
+31
2021-05-13
tty: return void from tty_unregister_ldisc
Jiri Slaby
1
-3
/
+1
[prev]
[next]