index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.17.y
linux-6.18.y
linux-6.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
2018-03-09
serial: imx: don't prepare to send if no data is available
Uwe Kleine-König
2018-03-09
serial: imx: Fix handling of TC irq in combination with DMA
Uwe Kleine-König
2018-03-09
serial: imx: Also enable the aging timer in PIO mode
Uwe Kleine-König
2018-03-09
serial: imx: ensure that RX irqs are off if RX is off
Uwe Kleine-König
2018-03-09
serial: imx: Stop to receive in .stop_rx()
Uwe Kleine-König
2018-03-09
serial: imx: setup fifo waterlevel before enabling aging timer
Uwe Kleine-König
2018-03-09
serial: imx: use u32 variables with matching names for registers
Uwe Kleine-König
2018-03-09
serial: imx: simplify check that prevents starting PIO when DMA is in use
Uwe Kleine-König
2018-03-09
serial: imx: simplify some conditions related to dma
Uwe Kleine-König
2018-03-09
serial: imx: implement shadow registers for UCRx and UFCR
Uwe Kleine-König
2018-03-09
serial: imx: add wrappers for writel and readl
Uwe Kleine-König
2018-03-09
tty: New RISC-V SBI console driver
Palmer Dabbelt
2018-03-05
tty: Remove metag DA TTY and console driver
James Hogan
2018-02-28
serial: imx: document functions that are called with port.lock taken
Uwe Kleine-König
2018-02-28
serial: imx: Rename register fields to match newer reference manuals
Uwe Kleine-König
2018-02-28
serial, pci_ids: Move duplicate IDs to PCI IDs database
Andy Shevchenko
2018-02-28
serial: xuartps: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
serial: sirf: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
serial: sh-sci: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
serial: samsung: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
serial: pxa: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
serial: imx: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
serial: arc_uart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
serial: imx: drop check for enabled dma in .startup
Uwe Kleine-König
2018-02-28
serial: imx: simplify tracking of dma being initialized
Uwe Kleine-König
2018-02-28
serial: imx: Only handle irqs that are actually enabled
Uwe Kleine-König
2018-02-28
serial: imx: rename variables to match the register names
Uwe Kleine-König
2018-02-28
serial: imx: drop if that always evaluates to true
Uwe Kleine-König
2018-02-28
serial: imx: fix bogus dev_err
phil eichinger
2018-02-28
serial: sh-sci: prevent lockup on full TTY buffers
Ulrich Hecht
2018-02-28
serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
Nikola Ciprich
2018-02-28
earlycon: add reg-offset to physical address before mapping
Greentime Hu
2018-02-28
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
2018-02-28
serial: 8250_pci: Don't fail on multiport card class
Andy Shevchenko
2018-02-28
tty/serial: atmel: add new version check for usart
Jonas Danielsson
2018-02-28
serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERR
Colin Ian King
2018-02-28
tty: serial: imx: allow breaks to be received when using dma
Troy Kisky
2018-02-28
serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR
Joshua Scott
2018-02-28
serial: sh-sci: use hrtimer for receive timeout
Ulrich Hecht
2018-02-28
serial: 8250: 8250_omap: Fix throttling when DMA is enabled
Vignesh R
2018-02-28
serial: 8250: Don't service RX FIFO if interrupts are disabled
Vignesh R
2018-02-28
gpio: serial: max310x: Use HW type for gpio_chip's label
Jan Kundrát
2018-02-28
serial: altera: set RRDY flag also without irq
Uwe Kleine-König
2018-02-28
serial: altera: don't enable any irq if the device doesn't feature an irq
Uwe Kleine-König
2018-02-28
serial: altera: ensure port->regshift is honored consistently
Uwe Kleine-König
2018-02-28
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-09
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
[prev]
[next]