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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-10
vt: add cursor blink interval escape sequence
Scot Doyle
1
-0
/
+9
2015-05-10
serial: tegra: Correct error handling on DMA setup
Jon Hunter
1
-23
/
+28
2015-05-10
serial: tegra: Correct shutdown of UARTs
Jon Hunter
1
-7
/
+4
2015-05-10
serial: tegra: Fix cookie used by TX channel
Jon Hunter
1
-1
/
+1
2015-05-10
serial: tegra: Use unsigned types for RX and TX byte counts
Jon Hunter
1
-7
/
+8
2015-05-10
serial: tegra: handle race condition on uart rx side
Shardar Shariff Md
1
-1
/
+12
2015-05-10
serial: tegra: check the count and read if any from dma
Shardar Shariff Md
1
-4
/
+6
2015-05-10
serial: tegra: Add delay after enabling FIFO mode
Jon Hunter
1
-0
/
+10
2015-05-10
serial: tegra: Correct delay after TX flush
Jon Hunter
1
-2
/
+22
2015-05-10
serial: of_serial: do not set port.type twice
Masahiro Yamada
1
-1
/
+0
2015-05-10
serial: 8250: do not copy port.fifosize member twice
Masahiro Yamada
1
-1
/
+0
2015-05-10
serial: xuartps: add __init to earlycon write method
Masahiro Yamada
1
-1
/
+2
2015-05-10
serial: 8250: Do nothing if nr_uarts=0
Jan Kiszka
1
-1
/
+7
2015-05-10
serial: samsung: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-05-10
serial: samsung: Staticize local symbol
Krzysztof Kozlowski
1
-1
/
+1
2015-05-10
serial: mxs: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-05-10
serial: imx: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-05-10
serial: sh-sci: Remove obsolete comment about overrun detection
Geert Uytterhoeven
1
-5
/
+0
2015-05-10
serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask
Geert Uytterhoeven
1
-1
/
+2
2015-05-10
serial: sh-sci: Use the correct register for overrun checks
Geert Uytterhoeven
1
-25
/
+15
2015-05-10
serial: sh-sci: Replace hardcoded overrun bit values
Geert Uytterhoeven
2
-15
/
+16
2015-05-10
serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macros
Geert Uytterhoeven
1
-10
/
+34
2015-05-10
serial: sh-sci: Standardize on using the BIT() macro to define register bits
Geert Uytterhoeven
1
-36
/
+37
2015-05-10
serial: sh-sci: Document remaining FIFO Control Register bits
Geert Uytterhoeven
1
-3
/
+3
2015-05-10
serial: sh-sci: Add SCIFA/B SCPCR register definitions
Geert Uytterhoeven
2
-0
/
+32
2015-05-10
serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitions
Geert Uytterhoeven
1
-0
/
+2
2015-05-10
serial: sh-sci: Move private definitions to private header file
Geert Uytterhoeven
1
-7
/
+76
2015-05-10
tty: tty_ldsem.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
tty: tty_buffer.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
tty: synclinkmp.c: move assignment out of if () block
Greg Kroah-Hartman
1
-4
/
+8
2015-05-10
tty: synclink_gt.c: move assignment out of if () block
Greg Kroah-Hartman
1
-5
/
+10
2015-05-10
tty: synclink.c: move assignment out of if () block
Greg Kroah-Hartman
1
-5
/
+10
2015-05-10
tty: mpsc.c: move assignment out of if () block
Greg Kroah-Hartman
1
-9
/
+16
2015-05-10
tty: ioc4_serial.c: move assignment out of if () block
Greg Kroah-Hartman
1
-3
/
+6
2015-05-10
tty: ioc3_serial.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
tty: icom.c: move assignment out of if () block
Greg Kroah-Hartman
1
-5
/
+6
2015-05-10
tty: hvcs.c: move assignment out of if () block
Greg Kroah-Hartman
1
-2
/
+2
2015-05-10
tty: hvc_console.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
tty: crisv10.c: move assignment out of if () block
Greg Kroah-Hartman
1
-4
/
+8
2015-05-10
tty: consolemap.c: move assignment out of if () block
Greg Kroah-Hartman
1
-23
/
+37
2015-05-10
tty: amiserial.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
tty: 68328serial.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
serial: sirf: use uart_port's fifosize for fifo related operation
Qipan Li
2
-44
/
+33
2015-05-10
serial: sirf: use dynamic method allocate uart structure
Qipan Li
2
-69
/
+23
2015-05-10
tty: serial: 8250_mtk: Add earlycon
Eddie Huang
1
-0
/
+13
2015-05-10
tty: serial: 8250: export early_serial8250_setup function
Eddie Huang
1
-1
/
+1
2015-05-06
tty: serial: 8250_mtk: Add support for bus clock
Sascha Hauer
1
-4
/
+24
2015-05-06
tty: serial: 8250_mtk: use pm_runtime callbacks for enabling
Sascha Hauer
1
-33
/
+36
2015-05-06
tty: serial: 8250_mtk: Use devm_clk_get
Sascha Hauer
1
-5
/
+2
2015-05-06
tty: serial: 8250_mtk: remove unnecessary test
Sascha Hauer
1
-8
/
+4
[next]