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
...
*
|
|
Merge 5.9.0-rc6 into tty-next
Greg Kroah-Hartman
2020-09-21
2
-24
/
+30
|
\
\
\
|
*
|
|
serial: 8250_pci: Add Realtek 816a and 816b
Tobias Diedrich
2020-09-16
1
-0
/
+11
|
*
|
|
serial: core: fix console port-lock regression
Johan Hovold
2020-09-16
1
-17
/
+15
|
*
|
|
serial: core: fix port-lock initialisation
Johan Hovold
2020-09-16
1
-8
/
+6
|
|
|
/
|
|
/
|
*
|
|
tty: serial: qcom_geni_serial: Fix the UART wakeup issue
satya priya
2020-09-16
1
-1
/
+1
*
|
|
tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600
Douglas Anderson
2020-09-16
1
-1
/
+1
*
|
|
serial: pmac_zilog: use for_each_child_of_node() macro
Qinglang Miao
2020-09-16
1
-1
/
+1
*
|
|
tty: serial: 8250_mtk: set regshift for mmio32
Hsin-Yi Wang
2020-09-16
1
-0
/
+1
*
|
|
tty: serial: print earlycon info after match->setup
Hsin-Yi Wang
2020-09-16
1
-1
/
+8
*
|
|
serial: ucc_uart: make qe_uart_set_mctrl() static
Jason Yan
2020-09-16
1
-1
/
+1
*
|
|
serial: 8250_pci: Remove unused function get_pci_irq()
YueHaibing
2020-09-16
1
-9
/
+0
*
|
|
tty: serial: icom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-09-04
1
-14
/
+18
*
|
|
serial: 8250_fsl: Add ACPI support
kuldip dwivedi
2020-09-04
1
-7
/
+101
*
|
|
serial: stm32: Add RS485 RTS GPIO control again
Marek Vasut
2020-09-04
1
-8
/
+25
*
|
|
tty: serial: earlycon dependency
Tong Zhang
2020-09-04
1
-0
/
+1
*
|
|
sc16is7xx: Set iobase to device index
Daniel Mack
2020-09-04
1
-0
/
+1
*
|
|
serial: core: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
1
-3
/
+1
*
|
|
serial: 8250: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
2
-23
/
+9
*
|
|
serial: imx: Delete duplicated argument to '|' in imx_uart_probe
Ye Bin
2020-09-04
1
-2
/
+1
*
|
|
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2020-08-31
20
-36
/
+66
|
\
|
|
|
*
|
Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-08-26
8
-20
/
+52
|
|
\
\
|
|
*
|
tty: serial: imx: add dependence and build for earlycon
Fugang Duan
2020-08-18
2
-0
/
+2
|
|
*
|
serial: samsung: Removes the IRQ not found warning
Tamseel Shams
2020-08-18
1
-3
/
+5
|
|
*
|
serial: 8250: change lock order in serial8250_do_startup()
Sergey Senozhatsky
2020-08-18
1
-3
/
+6
|
|
*
|
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
2020-08-18
1
-1
/
+1
|
|
*
|
serial: pl011: Fix oops on -EPROBE_DEFER
Lukas Wunner
2020-08-18
1
-6
/
+5
|
|
*
|
serial: pl011: Don't leak amba_ports entry on driver register error
Lukas Wunner
2020-08-18
1
-1
/
+4
|
|
*
|
serial: 8250_exar: Fix number of ports for Commtech PCIe cards
Valmer Huhn
2020-08-18
1
-3
/
+21
|
|
*
|
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
John Stultz
2020-08-18
1
-1
/
+1
|
|
*
|
serial: qcom_geni_serial: Fix recent kdb hang
Douglas Anderson
2020-08-18
1
-2
/
+7
|
|
|
/
|
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
13
-16
/
+14
|
|
/
*
|
serial: 8250_pci: Add WCH384_8S 8 port serial device
Du Huanpeng
2020-08-28
1
-0
/
+56
*
|
tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
2020-08-28
1
-8
/
+5
*
|
serial: core: don't use snprintf() for formatting sysfs attrs
Alex Dewar
2020-08-28
1
-13
/
+13
*
|
serial: fsl_lpuart: Fix typo in "transfer"
Fabio Estevam
2020-08-28
1
-2
/
+2
*
|
serial: sa1100: use platform_get_resource()
Andy Shevchenko
2020-08-18
1
-12
/
+10
*
|
tty: serial, fix kernel-doc
Jiri Slaby
2020-08-18
2
-8
/
+7
*
|
tty: timbuart: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-3
/
+3
*
|
tty: ifx6x60: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-4
/
+4
*
|
tty: atmel_serial: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-10
/
+10
|
/
*
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-08-06
29
-184
/
+444
|
\
|
*
Revert "serial: 8250: Let serial core initialise spin lock"
Andy Shevchenko
2020-08-02
1
-0
/
+1
|
*
serial: 8250: Let serial core initialise spin lock
Andy Shevchenko
2020-07-31
1
-1
/
+0
|
*
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
2020-07-30
1
-0
/
+8
|
*
serial: 8250_dw: Fix common clocks usage race condition
Serge Semin
2020-07-29
1
-2
/
+101
|
*
serial: 8250_dw: Pass the same rate to the clk round and set rate methods
Serge Semin
2020-07-29
1
-3
/
+3
|
*
serial: 8250_dw: Simplify the ref clock rate setting procedure
Serge Semin
2020-07-29
1
-11
/
+4
|
*
serial: 8250: Add 8250 port clock update method
Serge Semin
2020-07-29
1
-0
/
+40
|
*
tty: serial: imx: add imx earlycon driver
Fugang Duan
2020-07-29
2
-0
/
+58
|
*
tty: serial: imx: enable imx serial console port as module
Fugang Duan
2020-07-29
2
-40
/
+6
[prev]
[next]