index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
2023-01-19
serial: liteuart: move polling putchar() function
Gabriel Somlo
2023-01-19
serial: liteuart: add IRQ support for the TX path
Gabriel Somlo
2023-01-19
serial: liteuart: add IRQ support for the RX path
Gabriel Somlo
2023-01-19
serial: liteuart: move function definitions
Gabriel Somlo
2023-01-19
serial: liteuart: separate rx loop from poll timer
Gabriel Somlo
2023-01-19
serial: liteuart: clean up rx loop variables
Gabriel Somlo
2023-01-19
serial: liteuart: simplify passing of uart_insert_char() flag
Gabriel Somlo
2023-01-19
serial: liteuart: rx loop should only ack rx events
Gabriel Somlo
2023-01-19
serial: liteuart: move tty_flip_buffer_push() out of rx loop
Gabriel Somlo
2023-01-19
serial: liteuart: minor style fix in liteuart_init()
Gabriel Somlo
2023-01-19
serial: liteuart: don't set unused port fields
Gabriel Somlo
2023-01-19
serial: liteuart: remove unused uart_ops stubs
Gabriel Somlo
2023-01-19
serial: liteuart: use bit number macros
Gabriel Somlo
2023-01-19
serial: liteuart: use KBUILD_MODNAME as driver name
Gabriel Somlo
2023-01-19
serial: Rename earlycon semihost driver
Bin Meng
2023-01-19
riscv: Implement semihost.h for earlycon semihost driver
Bin Meng
2023-01-19
serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...
Bin Meng
2023-01-19
earlycon: Let users set the clock frequency
Ricardo Ribalda
2023-01-19
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
2023-01-19
serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
Marek Vasut
2023-01-19
serial: amba-pl011: fix high priority character transmission in rs486 mode
Lino Sanfilippo
2023-01-19
serial: pch_uart: Pass correct sg to dma_unmap_sg()
Ilpo Järvinen
2023-01-19
tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
Krzysztof Kozlowski
2023-01-17
serial: arc_uart: Drop empty platform remove function
Uwe Kleine-König
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
2023-01-16
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-12
Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-12-02
tty: serial: sh-sci: use setup() callback for early console
John Ogness
2022-12-02
tty: serial: kgdboc: use console_list_lock to trap exit
John Ogness
2022-12-02
tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...
John Ogness
2022-12-02
tty: serial: kgdboc: use console_list_lock for list traversal
John Ogness
2022-12-02
tty: serial: kgdboc: use srcu console list iterator
John Ogness
2022-12-02
tty: serial: xilinx_uartps: use console_is_registered()
John Ogness
2022-12-02
tty: serial: samsung_tty: use console_is_registered()
John Ogness
2022-12-02
tty: serial: pic32_uart: use console_is_registered()
John Ogness
2022-12-02
tty: serial: earlycon: use console_is_registered()
John Ogness
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
2022-12-02
tty: serial: kgdboc: document console_lock usage
John Ogness
2022-12-02
serial: kgdboc: Lock console list in probe function
Thomas Gleixner
2022-11-23
serial: atmel: don't stop the transmitter when doing PIO
Jiri Slaby (SUSE)
2022-11-23
serial: atmel: cleanup atmel_start+stop_tx()
Jiri Slaby (SUSE)
2022-11-23
tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
Sherry Sun
2022-11-23
serial: sunsab: Fix error handling in sunsab_init()
Yuan Can
2022-11-23
serial: altera_uart: fix locking in polling mode
Gabriel Somlo
2022-11-22
serial: pch: Fix PCI device refcount leak in pch_request_dma()
Xiongfeng Wang
2022-11-22
tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unused
Sherry Sun
2022-11-22
tty: serial: fsl_lpuart: Add runtime pm support
Sherry Sun
2022-11-22
tty: serial: fsl_lpuart: enable wakeup source for lpuart
Sherry Sun
2022-11-22
serial: stm32: move dma_request_chan() before clk_prepare_enable()
Valentin Caron
[prev]
[next]