index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
uart: mediatek: support Rx in-band wakeup
Claire Chang
2019-06-10
1
-0
/
+24
|
*
|
|
serial: uartps: Add a timeout to the tx empty wait
Shubhrajyoti Datta
2019-06-10
1
-4
/
+10
|
*
|
|
serial: uartps: Move the spinlock after the read of the tx empty
Shubhrajyoti Datta
2019-06-10
1
-2
/
+1
|
*
|
|
serial: 8250-mtk: modify uart DMA rx
Long Cheng
2019-06-10
1
-29
/
+20
|
*
|
|
tty/serial: digicolor: Fix digicolor-usart already registered warning
Kefeng Wang
2019-06-10
1
-1
/
+5
|
*
|
|
serial: stm32: Make stm32_get_databits static
YueHaibing
2019-06-10
1
-1
/
+1
|
*
|
|
serial: stm32: select pinctrl state in each suspend/resume function
Bich Hemon
2019-06-10
1
-0
/
+4
|
*
|
|
Revert "consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c"
Ben Hutchings
2019-06-04
1
-5
/
+1
|
*
|
|
Merge 5.2-rc3 into tty-next
Greg Kroah-Hartman
2019-06-03
4
-3
/
+12
|
|
\
|
|
|
*
|
|
tty: cpm_uart: drop unused iflag macro
Johan Hovold
2019-05-24
1
-2
/
+0
|
*
|
|
tty: tty_io: fix driver refcount imbalance on error path
Lin Yi
2019-05-24
1
-1
/
+3
|
*
|
|
vt/fbcon: deinitialize resources in visual_init() after failed memory allocation
Grzegorz Halat
2019-05-24
1
-2
/
+9
|
*
|
|
consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c
Gen Zhang
2019-05-24
1
-1
/
+5
|
*
|
|
tty: serial: cpm_uart - fix init when SMC is relocated
Christophe Leroy
2019-05-24
1
-6
/
+11
|
*
|
|
serial: stm32: fix the get_irq error case
Erwan Le Ray
2019-05-24
1
-8
/
+26
|
*
|
|
serial: stm32: fix wakeup source initialization
Erwan Le Ray
2019-05-24
1
-13
/
+15
|
*
|
|
serial: stm32: Add support of TC bit status check
Erwan Le Ray
2019-05-24
1
-17
/
+15
|
*
|
|
serial: stm32: fix transmit_chars when tx is stopped
Erwan Le Ray
2019-05-24
1
-8
/
+3
|
*
|
|
serial: stm32: fix rx data length when parity enabled
Erwan Le Ray
2019-05-24
2
-4
/
+9
|
*
|
|
serial: stm32: fix rx error handling
Erwan Le Ray
2019-05-24
2
-27
/
+37
|
*
|
|
serial: stm32: fix word length configuration
Erwan Le Ray
2019-05-24
2
-9
/
+50
|
*
|
|
tty: max310x: Split uart characters insertion loop
Serge Semin
2019-05-21
1
-4
/
+10
|
*
|
|
tty: max310x: Optionally enable rs485 on startup
Serge Semin
2019-05-21
1
-0
/
+16
|
*
|
|
tty: max310x: Add rx-during-tx rs485 flag support
Serge Semin
2019-05-21
1
-15
/
+14
|
*
|
|
tty: max310x: Fix invalid baudrate divisors calculator
Serge Semin
2019-05-21
1
-20
/
+31
|
*
|
|
tty: max310x: Don't pass stacked buffers to SPI
Serge Semin
2019-05-21
1
-9
/
+18
|
*
|
|
tty: max310x: Introduce max310x_one port macro-wrapper
Serge Semin
2019-05-21
1
-3
/
+5
|
*
|
|
tty: max310x: Simplify tx-work item code
Serge Semin
2019-05-21
1
-13
/
+3
|
*
|
|
tty: amba-pl011: allow shared interrupt
Doug Berger
2019-05-21
1
-1
/
+1
|
*
|
|
tty: serial: 8250: Fix type field in format string
Hao Lee
2019-05-21
1
-2
/
+2
|
*
|
|
serial: 8250_of: Use of_device_get_match_data()
Andy Shevchenko
2019-05-21
1
-6
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
\
\
|
*
|
|
docs: fb: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux
Linus Torvalds
2019-07-09
1
-0
/
+18
|
\
\
\
|
*
|
|
vt: More locking checks
Daniel Vetter
2019-06-12
1
-0
/
+16
|
*
|
|
vt: might_sleep() annotation for do_blank_screen
Daniel Vetter
2019-06-12
1
-0
/
+2
|
|
/
/
*
/
/
locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...
Nikolay Borisov
2019-06-17
1
-4
/
+4
|
/
/
*
|
vt/fbcon: deinitialize resources in visual_init() after failed memory allocation
Grzegorz Halat
2019-05-24
1
-2
/
+9
*
|
tty: max310x: Fix external crystal register setup
Joe Burmeister
2019-05-21
1
-1
/
+1
*
|
serial: sh-sci: disable DMA for uart_console
George G. Davis
2019-05-21
1
-0
/
+7
*
|
serial: imx: remove log spamming error message
Sascha Hauer
2019-05-21
1
-1
/
+0
*
|
tty: serial: msm_serial: Fix XON/XOFF
Jorge Ramirez-Ortiz
2019-05-21
1
-1
/
+4
|
/
*
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-19
1
-1
/
+0
|
\
|
*
tty: Don't force RISCV SBI console as preferred console
Anup Patel
2019-05-16
1
-1
/
+0
*
|
panic: avoid the extra noise dmesg
Feng Tang
2019-05-14
1
-0
/
+6
*
|
Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-05-09
1
-2
/
+2
|
\
\
|
*
|
dmaengine: idma64: Use actual device for DMA transfers
Andy Shevchenko
2019-03-21
1
-2
/
+2
*
|
|
Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-05-08
41
-119
/
+2604
|
\
\
\
|
*
|
|
tty: serial: add driver for the SiFive UART
Paul Walmsley
2019-04-29
3
-0
/
+1081
|
*
|
|
serial: uartps: Add support for cts-override
Shubhrajyoti Datta
2019-04-29
1
-0
/
+12
[prev]
[next]