index
:
linux-stable.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.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
2015-10-04
serial: sh-sci: Use incrementing pointers instead of stack array
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use tty_insert_flip_string() for DMA receive
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Pass scatterlist to sci_dma_rx_push()
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix race condition between RX worker and cleanup
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete
Kazuya Mizuguchi
2015-10-04
serial: sh-sci: Do not resubmit DMA descriptors
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Simplify sci_submit_rx() error handling
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Stop acknowledging DMA transmit completions
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Switch to generic DMA residue handling
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use DMA submission helpers instead of open-coding
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix TX buffer mapping leak
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Switch to dma_map_single() for DMA transmission
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use min_t()/max_t() instead of casts
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use correct device for DMA mapping with IOMMU
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Handle DMA init failures inside sci_request_dma()
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve comments for DMA timeout calculation
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve DMA error messages
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Return IRQ_HANDLED when overrun if detected
Yoshihiro Shimoda
2015-10-04
serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIF
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Remove useless memory allocation failure printks
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Make sci_regmap[] const
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Make sci_irq_desc[] const
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve readability of sampling rate configuration
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Drop path in reference to serial_core.c
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Prevent compiler warnings on 64-bit
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Replace buggy big #ifdef by runtime logic
Geert Uytterhoeven
2015-10-04
serial: 8250: Fix autoconfig_irq() to avoid race conditions
Taichi Kageyama
2015-10-04
serial: mpc52xx: add delay after resetting transmitter to fix broken chars
Uwe Kleine-König
2015-10-04
drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristate
Paul Gortmaker
2015-10-04
drivers/tty: make serial/mpsc.c driver explicitly non-modular
Paul Gortmaker
2015-10-04
serial: don't register CIR serial ports
Maciej S. Szmigiero
2015-10-04
serial: 8250_omap: check how many bytes were injected
Sebastian Andrzej Siewior
2015-10-02
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
2015-10-02
serial: 8250_dw: allow lower reference frequencies
Andy Shevchenko
2015-09-22
tty: serial: Add missing module license for 8250_base.ko
Jonathan McDowell
2015-09-09
Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-09-08
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-04
Revert "uart: pl011: Rename regs with enumeration"
Greg Kroah-Hartman
2015-09-04
Revert "uart: pl011: Introduce register accessor"
Greg Kroah-Hartman
2015-09-04
Revert "uart: pl011: Introduce register look up table"
Greg Kroah-Hartman
2015-09-04
Revert "uart: pl011: Improve LCRH register access decision"
Greg Kroah-Hartman
2015-09-04
Revert "uart: pl011: Add support to ZTE ZX296702 uart"
Greg Kroah-Hartman
2015-08-14
serial: imx: save and restore context in the suspend path
Eduardo Valentin
2015-08-14
serial: imx: allow waking up on RTSD
Eduardo Valentin
2015-08-14
serial: imx: introduce serial_imx_enable_wakeup()
Eduardo Valentin
2015-08-14
serial: imx: remove unbalanced clk_prepare
Eduardo Valentin
2015-08-14
serial: 8250: move rx_running out of the bitfield
John Ogness
[prev]
[next]