index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
serial: 8250_bcm7271: Fix return value check in brcmuart_probe()
Wei Yongjun
2021-04-02
1
-2
/
+2
*
|
|
serial: 8250_of: Add nuvoton,wpcm450-uart
Jonathan Neuschäfer
2021-03-28
1
-0
/
+1
*
|
|
serial: 8250: Add new 8250-core based Broadcom STB driver
Al Cooper
2021-03-26
3
-0
/
+1213
*
|
|
serial: imx: drop workaround for forced irq threading
Johan Hovold
2021-03-23
1
-8
/
+2
*
|
|
serial: pch_uart: fix build error with !CONFIG_DEBUG_FS
Wei Yongjun
2021-03-23
1
-3
/
+0
*
|
|
serial: stm32: update wakeup IRQ management
Alexandre Torgue
2021-03-23
2
-22
/
+12
*
|
|
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
2021-03-23
1
-2
/
+0
*
|
|
serial: stm32: rework wakeup management
Erwan Le Ray
2021-03-23
1
-3
/
+3
*
|
|
drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'
Wang Qing
2021-03-23
1
-1
/
+1
*
|
|
tty: max310x: fix flexible_array.cocci warnings
kernel test robot
2021-03-23
1
-1
/
+1
*
|
|
tty: serial: 8250: delete redundant printing of return value
Wang Qing
2021-03-23
1
-4
/
+1
*
|
|
tty: serial: samsung_tty: remove spinlock flags in interrupt handlers
Krzysztof Kozlowski
2021-03-23
1
-9
/
+6
*
|
|
Merge 5.12-rc3 into tty-next
Greg Kroah-Hartman
2021-03-15
1
-24
/
+5
|
\
|
|
|
*
|
Revert "serial: max310x: rework RX interrupt handling"
Alexander Shiyan
2021-03-10
1
-24
/
+5
|
|
/
*
|
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
2021-03-10
1
-0
/
+14
*
|
serial: stm32: fix tx_empty condition
Erwan Le Ray
2021-03-10
2
-4
/
+4
*
|
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
2021-03-10
1
-0
/
+5
*
|
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
2021-03-10
1
-3
/
+3
*
|
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
2021-03-10
1
-0
/
+3
*
|
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
2021-03-10
1
-0
/
+1
*
|
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
2021-03-10
1
-6
/
+6
*
|
serial: stm32: fix wake-up flag handling
Erwan Le Ray
2021-03-10
1
-13
/
+19
*
|
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
2021-03-10
1
-12
/
+15
*
|
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
2021-03-10
1
-14
/
+9
*
|
serial: stm32: fix incorrect characters on console
Erwan Le Ray
2021-03-10
1
-1
/
+11
*
|
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
2021-03-10
1
-1
/
+2
*
|
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
2021-03-10
1
-13
/
+44
*
|
serial: liteuart: fix return value check in liteuart_probe()
Wei Yongjun
2021-03-10
1
-2
/
+2
*
|
serial: 8250_exar: Constify the software nodes
Heikki Krogerus
2021-03-10
1
-4
/
+13
*
|
tty: serial: samsung_tty: Add earlycon support for Apple UARTs
Hector Martin
2021-03-10
1
-0
/
+17
*
|
tty: serial: samsung_tty: Add support for Apple UARTs
Hector Martin
2021-03-10
2
-9
/
+231
*
|
tty: serial: samsung_tty: Use devm_ioremap_resource
Hector Martin
2021-03-10
1
-22
/
+3
*
|
tty: serial: samsung_tty: IRQ rework
Hector Martin
2021-03-10
1
-14
/
+20
*
|
tty: serial: samsung_tty: Add s3c24xx_port_type
Hector Martin
2021-03-10
1
-42
/
+70
*
|
tty: serial: samsung_tty: Separate S3C64XX ops structure
Hector Martin
2021-03-10
1
-17
/
+54
*
|
tty: serial: samsung_tty: Add ucon_mask parameter
Hector Martin
2021-03-10
1
-7
/
+4
*
|
drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_CORE
Julian Braha
2021-03-10
1
-0
/
+1
*
|
tty: do not check tty_unregister_driver's return value
Jiri Slaby
2021-03-10
1
-3
/
+1
*
|
tty: jsm_tty, make char+error handling readable
Jiri Slaby
2021-03-10
1
-10
/
+14
*
|
tty: 8250/serial_cs, propagate errors in simple_config
Jiri Slaby
2021-03-10
1
-6
/
+6
*
|
tty: 8250, cleanup em485 timers
Jiri Slaby
2021-03-10
1
-10
/
+8
*
|
tty: 8250, use ms_to_ktime
Jiri Slaby
2021-03-10
1
-5
/
+1
*
|
tty: imx, use ms_to_ktime
Jiri Slaby
2021-03-10
1
-5
/
+1
*
|
tty: cyclades, remove this orphan
Jiri Slaby
2021-03-10
1
-3
/
+2
*
|
tty: serial: pch_uart.c: remove debugfs dentry pointer
Greg Kroah-Hartman
2021-03-10
1
-12
/
+7
|
/
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-02-22
2
-5
/
+2
|
\
|
*
amba: Make the remove callback return void
Uwe Kleine-König
2021-02-02
2
-5
/
+2
*
|
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-22
2
-38
/
+35
|
\
\
|
*
|
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
2021-01-26
2
-38
/
+35
|
|
/
*
|
serial: core: Remove BUG_ON(in_interrupt()) check
Ahmed S. Darwish
2021-02-09
1
-4
/
+4
[prev]
[next]