index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-29
Revert "serial: uartps: Register own uart console and driver structures"
Michal Simek
1
-55
/
+40
2020-04-29
Revert "serial: uartps: Move Port ID to device data structure"
Michal Simek
1
-11
/
+9
2020-04-29
Revert "serial: uartps: Change uart ID port allocation"
Michal Simek
1
-98
/
+13
2020-04-29
Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"
Michal Simek
1
-4
/
+2
2020-04-29
Revert "serial: uartps: Fix error path when alloc failed"
Michal Simek
1
-4
/
+2
2020-04-29
Revert "serial: uartps: Use the same dynamic major number for all ports"
Michal Simek
1
-3
/
+2
2020-04-29
Revert "serial: uartps: Fix uartps_major handling"
Michal Simek
1
-7
/
+1
2020-04-29
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
Kazuhiro Fujita
1
-3
/
+10
2020-04-29
vt: don't use kmalloc() for the unicode screen buffer
Nicolas Pitre
1
-2
/
+3
2020-04-29
vt: don't hardcode the mem allocation upper bound
Nicolas Pitre
1
-1
/
+1
2020-04-29
tty: rocket, avoid OOB access
Jiri Slaby
1
-11
/
+14
2020-04-29
tty: hvc: fix buffer overflow during hvc_alloc().
Andrew Melnychenko
1
-9
/
+14
2020-04-29
tty: serial: owl: add "much needed" clk_prepare_enable()
Amit Singh Tomar
1
-0
/
+7
2020-04-23
tty: evh_bytechan: Fix out of bounds accesses
Stephen Rothwell
1
-3
/
+18
2020-04-02
vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers
1
-4
/
+12
2020-04-02
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers
2
-9
/
+26
2020-04-02
vt: vt_ioctl: remove unnecessary console allocation checks
Eric Biggers
1
-15
/
+1
2020-04-02
vt: switch vt_dont_switch to bool
Jiri Slaby
1
-3
/
+3
2020-04-02
vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby
1
-7
/
+22
2020-04-02
vt: selection, introduce vc_is_sel
Jiri Slaby
3
-4
/
+10
2020-04-02
serial: sprd: Fix a dereference warning
Lanqing Liu
1
-2
/
+1
2020-03-25
tty: fix compat TIOCGSERIAL checking wrong function ptr
Eric Biggers
1
-1
/
+1
2020-03-25
tty: fix compat TIOCGSERIAL leaking uninitialized memory
Eric Biggers
1
-1
/
+3
2020-03-12
vt: selection, push sel_lock up
Jiri Slaby
1
-9
/
+7
2020-03-12
vt: selection, push console lock down
Jiri Slaby
2
-3
/
+12
2020-03-12
vt: selection, close sel_buffer race
Jiri Slaby
1
-6
/
+17
2020-03-12
serial: 8250_exar: add support for ACCES cards
Jay Dolan
1
-0
/
+33
2020-03-12
tty: serial: fsl_lpuart: free IDs allocated by IDA
Michael Walle
1
-15
/
+24
2020-03-12
tty:serial:mvebu-uart:fix a wrong return
tangbin
1
-1
/
+1
2020-03-12
serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE
Daniel Golle
1
-0
/
+8
2020-02-28
serdev: ttyport: restore client ops on deregistration
Johan Hovold
2
-6
/
+5
2020-02-28
tty: serial: qcom_geni_serial: Fix RX cancel command failure
satya priya
1
-4
/
+14
2020-02-28
tty: serial: imx: setup the correct sg entry for tx dma
Fugang Duan
1
-1
/
+1
2020-02-28
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
Nicolas Ferre
1
-1
/
+2
2020-02-28
serial: 8250: Check UPF_IRQ_SHARED in advance
Andy Shevchenko
4
-5
/
+6
2020-02-28
vt: vt_ioctl: fix race in VT_RESIZEX
Eric Dumazet
1
-6
/
+11
2020-02-28
vt: selection, handle pending signals in paste_selection
Jiri Slaby
1
-1
/
+8
2020-02-28
vt: fix scrollback flushing on background consoles
Nicolas Pitre
1
-2
/
+13
2020-02-24
tty: synclink_gt: Adjust indentation in several functions
Nathan Chancellor
1
-9
/
+9
2020-02-24
tty: synclinkmp: Adjust indentation in several functions
Nathan Chancellor
1
-12
/
+12
2020-02-01
serial: imx: fix a race condition in receive path
Uwe Kleine-König
1
-13
/
+38
2020-02-01
serial: 8250_bcm2835aux: Fix line mismatch on driver unbind
Lukas Wunner
1
-1
/
+1
2020-01-17
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
1
-1
/
+4
2020-01-17
tty: serial: imx: use the sg count from dma_map_sg
Peng Fan
1
-1
/
+1
2020-01-14
tty: always relink the port
Sudip Mukherjee
1
-2
/
+1
2020-01-14
tty: link tty and port before configuring it as console
Sudip Mukherjee
2
-1
/
+3
2020-01-14
serdev: Don't claim unsupported ACPI serial devices
Punit Agrawal
1
-0
/
+10
2020-01-09
tty: serial: msm_serial: Fix lockup for sysrq and oops
Leo Yan
1
-2
/
+11
2019-12-31
serial: sprd: Add clearing break interrupt operation
Yonghan Ye
1
-0
/
+3
2019-12-31
tty/serial: atmel: fix out of range clock divider handling
David Engraf
1
-21
/
+22
[next]