index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
114
-2451
/
+3164
|
\
|
*
tty: Rework receive flow control char logic
Ilpo Järvinen
2022-05-19
1
-5
/
+11
|
*
pcmcia: synclink_cs: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-1
/
+5
|
*
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
2022-05-19
1
-3
/
+12
|
*
serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
Ilpo Järvinen
2022-05-19
1
-0
/
+4
|
*
serial: sifive: Sanitize CSIZE and c_iflag
Ilpo Järvinen
2022-05-19
1
-1
/
+5
|
*
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-1
/
+5
|
*
serial: txx9: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-0
/
+2
|
*
serial: rda-uart: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-0
/
+2
|
*
serial: digicolor-usart: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-0
/
+2
|
*
serial: uartlite: Fix BRKINT clearing
Ilpo Järvinen
2022-05-19
1
-1
/
+2
|
*
serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
YueHaibing
2022-05-19
1
-1
/
+1
|
*
serial: core: Do stop_rx in suspend path for console if console_suspend is di...
Vijaya Krishna Nivarthi
2022-05-19
1
-2
/
+9
|
*
tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...
Vijaya Krishna Nivarthi
2022-05-19
1
-20
/
+36
|
*
dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registers
Phil Edworthy
2022-05-19
1
-5
/
+23
|
*
serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
Ilpo Järvinen
2022-05-19
1
-4
/
+4
|
*
Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
AngeloGioacchino Del Regno
2022-05-19
1
-7
/
+0
|
*
serial: msm_serial: disable interrupts in __msm_console_write()
John Ogness
2022-05-19
1
-0
/
+5
|
*
serial: meson: acquire port->lock in startup()
John Ogness
2022-05-19
1
-0
/
+13
|
*
serial: 8250_dw: Use dev_err_probe()
Andy Shevchenko
2022-05-19
1
-17
/
+11
|
*
serial: 8250_dw: Use devm_add_action_or_reset()
Andy Shevchenko
2022-05-19
1
-32
/
+31
|
*
serial: 8250_dw: Update the list of OF headers used by driver
Andy Shevchenko
2022-05-19
1
-2
/
+1
|
*
serial: jsm: Use B0 instead of 0
Ilpo Järvinen
2022-05-19
2
-2
/
+2
|
*
serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTS
Ilpo Järvinen
2022-05-19
1
-5
/
+3
|
*
tty: remove IBSHIFT ifdefs
Ilpo Järvinen
2022-05-19
1
-12
/
+3
|
*
tty: remove BOTHER ifdefs
Ilpo Järvinen
2022-05-19
3
-20
/
+7
|
*
tty: remove CMSPAR ifdefs
Ilpo Järvinen
2022-05-19
9
-34
/
+1
|
*
termbits.h: Remove posix_types.h include
Ilpo Järvinen
2022-05-19
5
-10
/
+0
|
*
termbits.h: Align lines & format
Ilpo Järvinen
2022-05-19
6
-361
/
+346
|
*
termbits.h: create termbits-common.h for identical bits
Ilpo Järvinen
2022-05-19
7
-306
/
+76
|
*
tty: serial: samsung_tty: Fix suspend/resume on S5L
Hector Martin
2022-05-19
2
-0
/
+4
|
*
Documentation: Wire Oxford Semiconductor PCIe (Tornado) 950
Maciej W. Rozycki
2022-05-19
1
-0
/
+1
|
*
Documentation: Reformat Oxford Semiconductor PCIe (Tornado) 950
Maciej W. Rozycki
2022-05-19
1
-68
/
+70
|
*
Documentation: Move Oxford Semiconductor PCIe (Tornado) 950 to misc-devices
Maciej W. Rozycki
2022-05-19
1
-0
/
+0
|
*
serial: pmac_zilog: remove initial print
Jiri Slaby
2022-05-19
1
-2
/
+0
|
*
serial: pmac_zilog: remove tracing prints
Jiri Slaby
2022-05-19
1
-25
/
+1
|
*
serial: pmac_zilog: remove unused uart_pmac_port::termios_cache
Jiri Slaby
2022-05-19
2
-4
/
+0
|
*
serial: pmac_zilog: remove unfinished DBDMA support
Jiri Slaby
2022-05-19
2
-46
/
+1
|
*
serial: amba-pl011: move header content to .c
Jiri Slaby
2022-05-19
2
-37
/
+30
|
*
tty: n_gsm: Fix packet data hex dump output
Tony Lindgren
2022-05-19
1
-8
/
+23
|
*
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
2022-05-16
377
-1601
/
+3411
|
|
\
|
*
|
tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
Shanker Donthineni
2022-05-05
2
-4
/
+209
|
*
|
termbits: Convert octal defines to hex
Ilpo Järvinen
2022-05-05
5
-533
/
+533
|
*
|
serial: pch: inline pop_tx() into handle_tx()
Jiri Slaby
2022-05-05
1
-18
/
+7
|
*
|
serial: pch: simplify pop_tx() even more
Jiri Slaby
2022-05-05
1
-7
/
+5
|
*
|
serial: pch: remove xmit circ_buf size double check
Jiri Slaby
2022-05-05
1
-6
/
+1
|
*
|
serial: pch: remove debug print from pop_tx
Jiri Slaby
2022-05-05
1
-5
/
+1
|
*
|
serial: pch: decomission pch_uart_hal_write()
Jiri Slaby
2022-05-05
1
-33
/
+13
|
*
|
serial: pch: don't overwrite xmit->buf[0] by x_char
Jiri Slaby
2022-05-05
1
-20
/
+7
|
*
|
serial: pch: move size check from pop_tx one level up
Jiri Slaby
2022-05-05
1
-6
/
+8
[next]