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: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
Marek Vasut
2022-05-05
2
-2
/
+41
|
*
|
serial: stm32: Factor out GPIO RTS toggling into separate function
Marek Vasut
2022-05-05
1
-21
/
+38
|
*
|
serial: sifive: Remove duplicate `clkin_rate' setting
Maciej W. Rozycki
2022-05-05
1
-8
/
+6
|
*
|
serial: sifive: Report actual baud base rather than fixed 115200
Maciej W. Rozycki
2022-05-05
1
-1
/
+1
|
*
|
serial: 8250: Add proper clock handling for OxSemi PCIe devices
Maciej W. Rozycki
2022-05-05
1
-68
/
+271
|
*
|
serial: 8250: Export ICR access helpers for internal use
Maciej W. Rozycki
2022-05-05
2
-21
/
+22
|
*
|
serial: 8250: Fold EndRun device support into OxSemi Tornado code
Maciej W. Rozycki
2022-05-05
1
-51
/
+25
|
*
|
serial: men_z135_uart: Drop duplicated iotype assignment
Ilpo Järvinen
2022-05-05
1
-1
/
+0
|
*
|
serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>
Geert Uytterhoeven
2022-05-05
1
-1
/
+0
|
*
|
serial: 8250: core: Remove unneeded <linux/pm_runtime.h>
Geert Uytterhoeven
2022-05-05
1
-1
/
+0
|
*
|
serial: 8250: dw: Fix NULL pointer dereference
Heikki Krogerus
2022-05-05
1
-1
/
+1
|
*
|
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
2022-05-02
5
-14
/
+17
|
|
\
\
|
*
|
|
serial: 8250_dwlib: Implement SW half duplex support
Ilpo Järvinen
2022-04-26
1
-2
/
+8
|
*
|
|
serial: 8250_dwlib: RS485 HW half & full duplex support
Ilpo Järvinen
2022-04-26
2
-0
/
+85
|
*
|
|
serial: 8250: Handle UART without interrupt on TEMT
Ilpo Järvinen
2022-04-26
1
-9
/
+26
|
*
|
|
serial: 8250: use THRE & __stop_tx also with DMA
Ilpo Järvinen
2022-04-26
2
-5
/
+7
|
*
|
|
serial: Store character timing information to uart_port
Ilpo Järvinen
2022-04-26
1
-6
/
+8
|
*
|
|
serial: 8250: dw: Improve RZN1 support
Phil Edworthy
2022-04-26
1
-0
/
+2
|
*
|
|
serial: 8250: dw: Add support for DMA flow controlling devices
Phil Edworthy
2022-04-26
1
-0
/
+64
|
*
|
|
serial: 8250: dw: Move the IO accessors to 8250_dwlib.h
Miquel Raynal
2022-04-26
2
-16
/
+16
|
*
|
|
serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
Miquel Raynal
2022-04-26
1
-1
/
+2
|
*
|
|
serial: 8250: dma: Allow driver operations before starting DMA transfers
Miquel Raynal
2022-04-26
2
-0
/
+22
|
*
|
|
serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
Miquel Raynal
2022-04-26
2
-3
/
+8
|
*
|
|
serial: 8250: dw: Move the USR register to pdata
Miquel Raynal
2022-04-26
2
-4
/
+9
|
*
|
|
serial: 8250: dw: Create a generic platform data structure
Emil Renner Berthing
2022-04-26
2
-8
/
+39
|
*
|
|
serial: 8250: dw: Move definitions to the shared header
Phil Edworthy
2022-04-26
2
-21
/
+26
|
*
|
|
serial: stm32: add earlycon support
Valentin Caron
2022-04-22
2
-0
/
+52
|
*
|
|
serial: stm32: add KGDB support
Valentin Caron
2022-04-22
1
-2
/
+35
|
*
|
|
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
2022-04-22
2
-3
/
+11
|
*
|
|
serial: core: fix tcdrain() with CTS enabled
Tomasz Moń
2022-04-22
1
-12
/
+14
|
*
|
|
serial/8250: Use fifo in 8250 console driver
Wander Lairson Costa
2022-04-22
1
-6
/
+65
|
*
|
|
drivers: tty: serial: Fix deadlock in sa1100_set_termios()
Duoming Zhou
2022-04-22
1
-2
/
+2
|
*
|
|
tty: serial: fsl_lpuart: remove the count initialization as it is not needed
Sherry Sun
2022-04-22
1
-1
/
+1
|
*
|
|
serial: allow COMPILE_TEST for some drivers
Jiri Slaby
2022-04-22
2
-3
/
+5
|
*
|
|
serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y
Jiri Slaby
2022-04-22
1
-1
/
+1
|
*
|
|
serial: qcom: use check for empty instead of pending
Jiri Slaby
2022-04-22
1
-1
/
+1
|
*
|
|
serial: zs: use NULL as a pointer, not 0
Jiri Slaby
2022-04-22
1
-1
/
+1
|
*
|
|
serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()
Jiri Slaby
2022-04-22
1
-10
/
+7
|
*
|
|
serial: xilinx_uartps: return early in cdns_uart_handle_tx()
Jiri Slaby
2022-04-22
1
-29
/
+18
|
*
|
|
serial: sunplus-uart: change sunplus_console_ports from global to static
Tom Rix
2022-04-22
1
-1
/
+1
|
*
|
|
tty: serial: meson: Added S4 SOC compatibility
Yu Tu
2022-04-22
1
-0
/
+8
|
*
|
|
tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...
Yu Tu
2022-04-22
1
-2
/
+15
|
*
|
|
serial: icom: remove unused struct icom_port members
Jiri Slaby
2022-04-22
1
-19
/
+0
|
*
|
|
serial: icom: delete empty serial hooks
Jiri Slaby
2022-04-22
1
-11
/
+0
|
*
|
|
serial: icom: use list_for_each_entry()
Jiri Slaby
2022-04-22
1
-10
/
+6
|
*
|
|
serial: icom: make icom_acfg_baud const and unsigned
Jiri Slaby
2022-04-22
1
-1
/
+1
|
*
|
|
serial: icom: use ARRAY_SIZE
Jiri Slaby
2022-04-22
1
-1
/
+1
|
*
|
|
serial: icom: move header content to .c
Jiri Slaby
2022-04-22
2
-276
/
+265
|
*
|
|
serial: icom: use proper __le types and functions
Jiri Slaby
2022-04-22
2
-32
/
+29
|
*
|
|
serial: icom: remove to_icom_adapter() and icom_kref_release()
Jiri Slaby
2022-04-22
1
-10
/
+3
[prev]
[next]