index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
serial: 8250_dwlib: remove redundant sanity check for RS485 flags
Lino Sanfilippo
1
-8
/
+2
2022-07-14
dt_bindings: rs485: Correct delay values
Lino Sanfilippo
1
-2
/
+2
2022-07-14
serial: core: sanitize RS485 delays read from device tree
Lino Sanfilippo
1
-0
/
+2
2022-07-14
serial: core: move sanitizing of RS485 delays into own function
Lino Sanfilippo
1
-20
/
+26
2022-07-14
serial: core, 8250: set RS485 termination GPIO in serial core
Lino Sanfilippo
2
-3
/
+12
2022-07-14
serial: ar933x: Remove superfluous code in ar933x_config_rs485()
Lino Sanfilippo
1
-9
/
+0
2022-07-14
serial: ar933x: Fix check for RS485 support
Lino Sanfilippo
1
-4
/
+5
2022-07-14
serial: 8250_bcm7271: Save/restore RTS in suspend/resume
Doug Berger
1
-6
/
+18
2022-07-14
serial: 8250_dw: Avoid pslverr on reading empty receiver fifo
VAMSHI GAJJELA
1
-0
/
+13
2022-07-14
tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()
Marek Szyprowski
1
-1
/
+1
2022-07-14
serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED
Geert Uytterhoeven
1
-0
/
+1
2022-07-14
tty: 8250: Add support for Brainboxes PX cards.
Cameron Williams
1
-0
/
+109
2022-07-08
tty: n_gsm: fix missing corner cases in gsmld_poll()
Daniel Starke
1
-2
/
+5
2022-07-08
tty: n_gsm: fix flow control handling in tx path
Daniel Starke
1
-1
/
+1
2022-07-08
tty: n_gsm: fix DM command
Daniel Starke
1
-1
/
+1
2022-07-08
tty: n_gsm: fix wrong T1 retry count handling
Daniel Starke
1
-2
/
+2
2022-07-08
serial: RS485 termination is supported if DT provides one
Ilpo Järvinen
1
-0
/
+2
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
19
-27
/
+27
2022-07-08
MIPS: ath79: Remove one of the identical args in early_printk
Ilpo Järvinen
1
-10
/
+6
2022-07-08
serial: 8250_fsl: Don't report FE, PE and OE twice
Uwe Kleine-König
1
-1
/
+1
2022-07-01
tty: n_gsm: fix resource allocation order in gsm_activate_mux()
Daniel Starke
1
-3
/
+4
2022-07-01
tty: n_gsm: fix deadlock and link starvation in outgoing data path
Daniel Starke
1
-128
/
+279
2022-07-01
tty: n_gsm: fix race condition in gsmld_write()
Daniel Starke
1
-4
/
+17
2022-07-01
tty: n_gsm: fix packet re-transmission without open control channel
Daniel Starke
1
-1
/
+1
2022-07-01
tty: n_gsm: fix non flow control frames during mux flow off
Daniel Starke
1
-1
/
+53
2022-07-01
tty: n_gsm: fix missing timer to handle stalled links
Daniel Starke
1
-8
/
+35
2022-07-01
tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()
Daniel Starke
1
-32
/
+42
2022-07-01
tty: n_gsm: fix tty registration before control channel open
Daniel Starke
1
-38
/
+79
2022-07-01
tty: n_gsm: fix user open not possible at responder until initiator open
Daniel Starke
1
-2
/
+29
2022-06-30
dt-bindings: serial: 8250: Add npcm845 compatible string
Tomer Maimon
1
-0
/
+1
2022-06-30
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
Ilpo Järvinen
1
-12
/
+6
2022-06-30
8250_dwlib: Convert bitops to newer form
Ilpo Järvinen
1
-13
/
+13
2022-06-30
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
1
-7
/
+3
2022-06-30
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
1
-8
/
+9
2022-06-30
earlycon: prevent multiple register_console()
Michael Walle
2
-1
/
+6
2022-06-30
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
1
-0
/
+3
2022-06-30
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-06-30
tty: serial: samsung_tty: loopback mode support
Chanho Park
2
-1
/
+9
2022-06-30
tty: serial: samsung_tty: support more than 4 uart ports
Chanho Park
1
-57
/
+25
2022-06-27
serial: 8250_dwlib: Support for 9th bit multipoint addressing
Ilpo Järvinen
1
-1
/
+101
2022-06-27
serial: Support for RS-485 multipoint addresses
Ilpo Järvinen
6
-4
/
+71
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
19
-25
/
+38
2022-06-27
serial: 8250_lpss: Use 32-bit reads
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: create lsr_save_mask
Ilpo Järvinen
4
-2
/
+7
2022-06-27
serial: 8250: make saved LSR larger
Ilpo Järvinen
7
-20
/
+20
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
10
-33
/
+31
2022-06-27
serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE
Ilpo Järvinen
6
-19
/
+13
2022-06-27
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
1
-18
/
+20
2022-06-27
serial: Use bits for UART_LSR_BRK_ERROR_BITS/MSR_ANY_DELTA
Ilpo Järvinen
1
-2
/
+2
2022-06-27
serial: msm: Rename UART_* defines to MSM_UART_*
Ilpo Järvinen
1
-251
/
+250
[next]