index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
serial: core: Initialize rs485 RTS polarity already on probe
Lukas Wunner
1
-22
/
+12
2022-01-06
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
1
-1
/
+2
2021-12-30
serial: Fix incorrect rs485 polarity on uart open
Lukas Wunner
1
-2
/
+2
2021-12-06
Merge 5.16-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+17
2021-11-25
serial: 8250: Fix RTS modem control while in rs485 mode
Lukas Wunner
1
-0
/
+5
2021-11-25
tty: serial, join uport checks in uart_port_shutdown()
Jiri Slaby
1
-8
/
+4
2021-11-25
serial: core: fix transmit-buffer reset and memleak
Johan Hovold
1
-1
/
+12
2021-10-05
serial: core: Fix initializing and restoring termios speed
Pali Rohár
1
-2
/
+14
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-3
/
+5
2021-07-21
serial: core: Report magic multiplier extra baud rates
Maciej W. Rozycki
1
-0
/
+8
2021-06-15
tty: make tty_get_{char,frame}_size available
Jiri Slaby
1
-27
/
+3
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
1
-3
/
+5
2021-05-20
tty/serial: clean up uart_match_port
Jiri Slaby
1
-7
/
+9
2021-05-20
serial: drop irq-flags initialisations
Johan Hovold
1
-2
/
+2
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
1
-3
/
+5
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-04-10
serial: core: return early on unsupported ioctls
Johan Hovold
1
-3
/
+3
2021-04-10
serial: core: drop redundant TIOCGSERIAL memset
Johan Hovold
1
-2
/
+0
2021-02-09
serial: core: Remove BUG_ON(in_interrupt()) check
Ahmed S. Darwish
1
-4
/
+4
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-3
/
+0
2020-12-09
serial_core: Check for port state when tty is in error state
Alexey Kardashevskiy
1
-0
/
+4
2020-09-21
Merge 5.9.0-rc6 into tty-next
Greg Kroah-Hartman
1
-24
/
+20
2020-09-16
serial: core: fix console port-lock regression
Johan Hovold
1
-17
/
+15
2020-09-16
serial: core: fix port-lock initialisation
Johan Hovold
1
-8
/
+6
2020-09-04
serial: core: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2020-08-28
serial: core: don't use snprintf() for formatting sysfs attrs
Alex Dewar
1
-13
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-21
serial: core: Fix Coding Style
Tamseel Shams
1
-1
/
+3
2020-07-20
Merge 5.8-rc6 into tty-next
Greg Kroah-Hartman
1
-98
/
+17
2020-07-10
serial: core: Initialise spin lock before use in uart_configure_port()
Andy Shevchenko
1
-2
/
+14
2020-06-27
serial: core: fix sysrq overhead regression
Johan Hovold
1
-97
/
+2
2020-06-27
Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"
Johan Hovold
1
-10
/
+13
2020-06-27
serial: core: drop unnecessary gpio include
Johan Hovold
1
-0
/
+1
2020-06-27
tty/serial: fix serial_core.c kernel-doc warnings
Randy Dunlap
1
-2
/
+1
2020-05-29
serial: 8250: Support rs485 bus termination GPIO
Lukas Wunner
1
-0
/
+16
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-1
/
+5
2020-03-17
serial: core: Allow detach and attach serial device for console
Andy Shevchenko
1
-4
/
+56
2020-03-12
serial: core: Refactor uart_unlock_and_check_sysrq()
Andy Shevchenko
1
-13
/
+10
2020-03-12
serial: core: Use uart_console() helper in SysRq code
Andy Shevchenko
1
-7
/
+5
2020-03-12
serial: core: Print escaped SysRq Magic sequence if enabled
Andy Shevchenko
1
-1
/
+4
2020-03-12
serial: core: Use string length for SysRq magic sequence
Andy Shevchenko
1
-3
/
+4
2020-03-07
serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
Dmitry Safonov
1
-7
/
+68
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-01-10
serial_core: Move sysrq functions from header file
Dmitry Safonov
1
-0
/
+83
[next]