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.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
2017-11-04
tty/serial: atmel: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+5
2017-11-04
tty: cyclades: Convert timers to use timer_setup()
Kees Cook
1
-10
/
+6
2017-11-04
tty: vcc: Convert timers to use timer_setup()
Kees Cook
1
-14
/
+6
2017-11-04
tty/serial: altera_uart: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-11-04
serial: sccnxp: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-11-04
serial: bfin_uart: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-11-04
serial: 8250: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+7
2017-10-23
serdev: fix controller-allocation error handling
Johan Hovold
1
-9
/
+14
2017-10-23
serdev: fix registration of second slave
Johan Hovold
1
-3
/
+16
2017-10-23
serdev: ttyport: add missing open() error handling
Johan Hovold
1
-3
/
+10
2017-10-23
serdev: ttyport: enforce tty-driver open() requirement
Johan Hovold
1
-4
/
+10
2017-10-23
serial: omap: Fix EFR write on RTS deassertion
Lukas Wunner
1
-1
/
+1
2017-10-23
omap_serial: Removing superfluous check on no interrupt pending.
Martin Townsend
1
-1
/
+1
2017-10-20
ACPI / scan: Fix enumeration for special UART devices
Frédéric Danis
1
-20
/
+17
2017-10-20
serdev: Add ACPI support
Frédéric Danis
1
-5
/
+95
2017-10-20
serial: mvebu-uart: support extended port registers layout
Miquel Raynal
1
-0
/
+24
2017-10-20
serial: mvebu-uart: augment the maximum number of ports
Miquel Raynal
1
-1
/
+1
2017-10-20
serial: mvebu-uart: dissociate RX and TX interrupts
Miquel Raynal
1
-12
/
+119
2017-10-20
serial: mvebu-uart: add TX interrupt trigger for pulse interrupts
Allen Yan
1
-1
/
+9
2017-10-20
serial: mvebu-uart: clear state register before IRQ request
Allen Yan
1
-0
/
+6
2017-10-20
serial: mvebu-uart: add function to change baudrate
Allen Yan
1
-4
/
+65
2017-10-20
serial: mvebu-uart: add soft reset at probe
Allen Yan
1
-0
/
+5
2017-10-20
serial: mvebu-uart: use a generic way to access the registers
Miquel Raynal
1
-73
/
+140
2017-10-20
serial: mvebu-uart: support probe of multiple ports
Allen Yan
1
-3
/
+19
2017-10-20
serial: mvebu-uart: use driver name when requesting an interrupt
Yehuda Yitschak
1
-3
/
+4
2017-10-20
serial-uartlite: pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-20
serdev: enable TTY port controller support by default
Johan Hovold
1
-0
/
+8
2017-10-20
tty: amba-pl011: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-10-20
tty: mips_ejtag_fdc: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-10-20
tty/sysrq: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+4
2017-10-20
serial: m32r_sio: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-10-20
tty: metag_da: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
2017-10-20
serial: 8250_fintek: Fix finding base_port with activated SuperIO
Ji-Ze Hong (Peter Hong)
1
-0
/
+3
2017-10-20
serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X
Aaron Sierra
1
-1
/
+4
2017-10-20
tty: vt: remove multi-fetch, derive font.height from font.data
Meng Xu
1
-20
/
+28
2017-10-20
serial: sh-sci: Fix init data attribute for struct 'port_cfg'
Matthias Kaehlcke
1
-1
/
+1
2017-10-20
serial: sh-sci: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-6
/
+5
2017-10-20
serial: imx: Correct comment imx_flush_buffer()
Martyn Welch
1
-2
/
+6
2017-10-09
Merge 4.14-rc4 into tty-next
Greg Kroah-Hartman
361
-2142
/
+3722
2017-10-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-30
/
+34
2017-10-07
Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-10
/
+13
2017-10-07
Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
9
-156
/
+73
2017-10-07
Merge tag 'hwmon-for-linus-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+11
2017-10-07
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+23
2017-10-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-12
/
+16
2017-10-06
Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-27
/
+50
2017-10-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+35
2017-10-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
9
-14
/
+34
2017-10-06
Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+11
2017-10-06
Merge tag 'drm-fixes-for-v4.14-rc4' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
9
-34
/
+44
[next]