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.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
2024-01-28
tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
Tudor Ambarus
1
-3
/
+3
2024-01-28
tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
Tudor Ambarus
1
-2
/
+2
2024-01-28
tty: serial: samsung: don't compare with zero an if (bitwise expression)
Tudor Ambarus
1
-1
/
+1
2024-01-28
tty: serial: samsung: make max_count unsigned int
Tudor Ambarus
1
-1
/
+1
2024-01-28
tty: serial: samsung: drop superfluous comment
Tudor Ambarus
1
-2
/
+0
2024-01-28
tty: serial: samsung: move open brace '{' on the next line
Tudor Ambarus
1
-1
/
+2
2024-01-28
tty: serial: samsung: remove braces on single statement block
Tudor Ambarus
1
-2
/
+1
2024-01-28
tty: serial: samsung: use u32 for register interactions
Tudor Ambarus
1
-40
/
+39
2024-01-28
tty: serial: samsung: explicitly include <linux/types.h>
Tudor Ambarus
1
-0
/
+1
2024-01-28
tty: serial: samsung: sort headers alphabetically
Tudor Ambarus
1
-13
/
+14
2024-01-28
tty: serial: samsung: add gs101 earlycon support
Tudor Ambarus
1
-0
/
+11
2024-01-28
tty: serial: samsung: set UPIO_MEM32 iotype for gs101
Tudor Ambarus
1
-10
/
+28
2024-01-28
tty: serial: samsung: prepare for different IO types
Tudor Ambarus
1
-1
/
+8
2024-01-28
dt-bindings: serial: samsung: do not allow reg-io-width for gs101
Tudor Ambarus
1
-0
/
+2
2024-01-28
tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
Tudor Ambarus
1
-3
/
+2
2024-01-28
serial: max310x: fix indentation
Hugo Villeneuve
1
-1
/
+2
2024-01-28
serial: max310x: reformat and improve comments
Hugo Villeneuve
1
-15
/
+25
2024-01-28
serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
Hugo Villeneuve
1
-4
/
+4
2024-01-28
serial: max310x: use common power function for all variants
Hugo Villeneuve
1
-25
/
+19
2024-01-28
serial: max310x: use common detect function for all variants
Hugo Villeneuve
1
-80
/
+54
2024-01-28
serial: max310x: replace hardcoded masks with preferred GENMASK()
Hugo Villeneuve
1
-7
/
+7
2024-01-28
serial: max310x: use dev_err_probe() instead of dev_err()
Hugo Villeneuve
1
-6
/
+4
2024-01-28
serial: max310x: add explicit return for some switch default cases
Hugo Villeneuve
1
-9
/
+3
2024-01-28
serial: max310x: simplify probe() and remove() error handling
Hugo Villeneuve
1
-8
/
+7
2024-01-28
serial: max310x: use separate regmap name for each port
Hugo Villeneuve
1
-0
/
+17
2024-01-28
serial: max310x: add macro for max number of ports
Hugo Villeneuve
1
-2
/
+3
2024-01-28
serial: max310x: remove holes in struct max310x_devtype
Hugo Villeneuve
1
-2
/
+2
2024-01-28
serial: max310x: fix syntax error in IRQ error message
Hugo Villeneuve
1
-1
/
+1
2024-01-28
serial: max310x: use spi_get_device_match_data()
Hugo Villeneuve
1
-2
/
+2
2024-01-28
serial: max310x: use i2c_get_match_data()
Hugo Villeneuve
1
-1
/
+1
2024-01-28
serial: max310x: add I2C device table for instantiation from userspace
Hugo Villeneuve
1
-0
/
+10
2024-01-28
serial: max310x: fix NULL pointer dereference in I2C instantiation
Hugo Villeneuve
1
-2
/
+5
2024-01-28
serial: stm32: get FIFO size from hwcfg register
Valentin Caron
2
-70
/
+94
2024-01-28
serial: stm32: change register's offset type from u8 to u16
Valentin Caron
1
-13
/
+13
2024-01-28
serial: stm32: extend max number of U(S)ART to 9
Valentin Caron
1
-1
/
+1
2024-01-28
serial: stm32: implement prescaler tuning to compute low baudrate
Valentin Caron
2
-21
/
+56
2024-01-28
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
7
-15
/
+10
2024-01-28
serial: qcom-geni: Don't cancel/abort if we can't get the port lock
Douglas Anderson
1
-14
/
+13
2024-01-28
soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
Douglas Anderson
1
-0
/
+1
2024-01-28
serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>
Geert Uytterhoeven
2
-5
/
+7
2024-01-28
tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
Roman Žilka
1
-12
/
+2
2024-01-28
serial: linflexuart: Remove redundant uart type assignment
Lizhe
1
-1
/
+0
2024-01-28
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
19
-42
/
+40
2024-01-28
Documentation: add console.rst
Jiri Slaby (SUSE)
2
-0
/
+46
2024-01-28
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
3
-60
/
+62
2024-01-28
tty: vt: document the rest of struct consw
Jiri Slaby (SUSE)
1
-9
/
+25
2024-01-28
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
2
-19
/
+12
2024-01-28
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
2
-17
/
+5
2024-01-28
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
1
-25
/
+0
2024-01-28
tty: vt: make types of screenpos() more consistent
Jiri Slaby (SUSE)
1
-6
/
+5
[next]