index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
1
-5
/
+0
2022-06-10
serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...
Vijaya Krishna Nivarthi
1
-3
/
+6
2022-05-19
serial: core: Do stop_rx in suspend path for console if console_suspend is di...
Vijaya Krishna Nivarthi
1
-2
/
+9
2022-04-26
serial: Store character timing information to uart_port
Ilpo Järvinen
1
-6
/
+8
2022-04-22
serial: core: fix tcdrain() with CTS enabled
Tomasz Moń
1
-12
/
+14
2022-04-15
serial: When UART is suspended, set RTS to false
Al Cooper
1
-0
/
+5
2022-04-15
serial: core: move RS485 configuration tasks from drivers into core
Lino Sanfilippo
1
-0
/
+33
2022-03-18
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
1
-0
/
+14
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-04
serial: core: Drop duplicate NULL check in uart_*shutdown()
Andy Shevchenko
1
-4
/
+2
2022-01-30
Merge tag 'v5.17-rc2' into tty-next
Greg Kroah-Hartman
1
-22
/
+12
2022-01-26
serial: core: clean up EXPORT_SYMBOLs
Jiri Slaby
1
-11
/
+7
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
[next]