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: efm32: Fix parity management in 'efm32_uart_console_get_options()'
Christophe JAILLET
2017-05-18
1
-3
/
+8
|
*
|
drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
Ard Biesheuvel
2017-05-18
1
-1
/
+1
|
|
/
*
|
serial: 8250: Add CAP_MINI, set for bcm2835aux
Phil Elwell
2017-05-24
3
-1
/
+10
*
|
serial: sh-sci: Update warning message in sci_request_dma_chan()
Geert Uytterhoeven
2017-05-24
1
-2
/
+1
*
|
serial: meson: hide an unused function
Arnd Bergmann
2017-05-24
1
-9
/
+8
*
|
serial: xilinx_uartps: Fix the error path
Shubhrajyoti Datta
2017-05-18
1
-4
/
+5
*
|
serial: meson: change interrupt description to tty name
Heiner Kallweit
2017-05-18
1
-1
/
+1
*
|
serial: meson: remove use of flag UPF_IOREMAP
Heiner Kallweit
2017-05-18
1
-14
/
+8
*
|
serial: meson: make use of uart_port member mapsize
Heiner Kallweit
2017-05-18
1
-24
/
+5
*
|
serial: meson: remove dead code in meson_uart_change_speed
Heiner Kallweit
2017-05-18
1
-2
/
+0
*
|
serial: meson: remove unneeded variable assignment in meson_serial_port_write
Heiner Kallweit
2017-05-18
1
-1
/
+12
*
|
serial: meson: fix setting number of stop bits
Heiner Kallweit
2017-05-18
1
-1
/
+1
*
|
serial: pch_uart: use offset_in_page() macro
Geliang Tang
2017-05-18
1
-2
/
+1
*
|
tty/serial: atmel: use offset_in_page() macro
Geliang Tang
2017-05-18
1
-2
/
+3
*
|
serial: exar: Preconfigure xr17v35x MPIOs as output
Jan Kiszka
2017-05-18
1
-2
/
+2
*
|
imx-serial: RX DMA startup latency
Peter Senna Tschudin
2017-05-18
1
-21
/
+5
*
|
serial: sh-sci: Move uart_register_driver call to device probe
Sjoerd Simons
2017-05-18
1
-11
/
+15
*
|
serial: pl010: Move uart_register_driver call to device probe
Sjoerd Simons
2017-05-18
1
-10
/
+21
*
|
serial: sh-sci: Fix race condition causing garbage during shutdown
Geert Uytterhoeven
2017-05-18
1
-2
/
+14
*
|
drivers/serial: Add driver for Aspeed virtual UART
Jeremy Kerr
2017-05-18
3
-0
/
+334
*
|
serial: 8250: Add flag so drivers can avoid THRE probe
Joel Stanley
2017-05-18
1
-1
/
+1
*
|
serial: 8250_exar: Remove duplicate assignment
Andy Shevchenko
2017-05-18
1
-1
/
+0
*
|
serial: 8250: omap: Disable DMA for console UART
Vignesh R
2017-05-18
1
-0
/
+4
|
/
*
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
1
-2
/
+2
|
\
|
*
Annotate hardware config module parameters in drivers/tty/
David Howells
2017-04-20
1
-2
/
+2
*
|
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-05-08
25
-154
/
+585
|
\
\
|
*
|
serial: small Makefile reordering
Nicolas Pitre
2017-04-18
1
-1
/
+2
|
*
|
serial: 8250_early: Add earlycon support for Palmchip UART
Marc Gonzalez
2017-04-18
2
-2
/
+26
|
*
|
tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
Timur Tabi
2017-04-18
1
-8
/
+23
|
*
|
imx-serial: Reduce RX DMA startup latency when opening for reading
Peter Senna Tschudin
2017-04-11
1
-14
/
+49
|
*
|
serial: omap: suspend device on probe errors
Johan Hovold
2017-04-11
1
-1
/
+2
|
*
|
serial: omap: fix runtime-pm handling on unbind
Johan Hovold
2017-04-11
1
-1
/
+5
|
*
|
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
Sebastian Reichel
2017-04-08
1
-0
/
+3
|
*
|
serial: samsung: Remove useless spinlock
Marek Szyprowski
2017-04-08
1
-4
/
+0
|
*
|
serial: samsung: Add missing checks for dma_map_single failure
Marek Szyprowski
2017-04-08
1
-7
/
+24
|
*
|
serial: samsung: Use right device for DMA-mapping calls
Marek Szyprowski
2017-04-08
1
-5
/
+4
|
*
|
serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off
Uwe Kleine-König
2017-04-08
1
-13
/
+23
|
*
|
tty: amba-pl011: Fix spurious TX interrupts
Jayachandran C
2017-04-08
1
-9
/
+14
|
*
|
serial: xuartps: Enable clocks in the pm disable case also
Shubhrajyoti Datta
2017-04-08
1
-7
/
+7
|
*
|
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
2017-04-08
1
-6
/
+4
|
*
|
serial: sprd: adjust TIMEOUT to a big value
Wei Qiao
2017-04-08
1
-1
/
+1
|
*
|
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
2017-04-03
4
-5
/
+36
|
|
\
\
|
*
|
|
tty: serial: fsl_lpuart: lock port on console write
Stefan Agner
2017-03-31
1
-0
/
+20
|
*
|
|
serial: altera_uart: add earlycon support
Tobias Klauser
2017-03-31
2
-0
/
+33
|
*
|
|
serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ
Vignesh R
2017-03-31
1
-1
/
+1
|
*
|
|
tty: serial_core: Add name field to uart_port struct
Vignesh R
2017-03-31
1
-0
/
+7
|
*
|
|
serial: 8250_lpss: Unconditionally set PCI master for Quark
Jan Kiszka
2017-03-31
1
-1
/
+2
|
*
|
|
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
2017-03-31
1
-6
/
+19
|
*
|
|
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
2017-03-31
1
-0
/
+4
|
*
|
|
serial: sh-sci: Fix hang in sci_reset()
Geert Uytterhoeven
2017-03-31
1
-4
/
+0
[prev]
[next]