index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
tty/serial: atmel: remove unneeded atmel_get_lines_status function
Richard Genoud
1
-46
/
+2
2019-09-04
serial: imx: use Tx ready rather than Tx empty irq
Sergey Organov
1
-9
/
+9
2019-09-04
serial: imx: fix data breakage on termios change
Sergey Organov
1
-3
/
+16
2019-09-04
serial: imx: do not disable individual irqs during termios change
Sergey Organov
1
-12
/
+1
2019-09-04
serial: imx: do not stop Rx/Tx on termios change
Sergey Organov
1
-3
/
+0
2019-09-04
serial: imx: get rid of unbounded busy-waiting loop
Sergey Organov
1
-4
/
+1
2019-09-04
tty: max310x: fix off-by-one buffer access when storing overrun
Jan Kundrát
1
-1
/
+1
2019-09-04
tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlock
Wei Yongjun
1
-5
/
+1
2019-09-04
serial: 8250_pci: Implement MSI(-X) support
Ralf Ramsauer
1
-1
/
+26
2019-09-04
serial: 8250_pci: Add F81504A series Support
Ji-Ze Hong (Peter Hong)
1
-0
/
+121
2019-09-04
serial: mctrl_gpio: Use gpiod flags directly
Andy Shevchenko
1
-18
/
+18
2019-09-04
tty: serial: add dependence for CONFIG_SERIAL_FSL_LINFLEXUART
Mao Wenan
1
-0
/
+1
2019-09-04
tty: n_gsm: add ioctl to map serial device to mux'ed tty
Martin Hundebøll
3
-2
/
+15
2019-09-04
serial: 8250_pci: Merge 8250_moxa to 8250_pci
Kai-Heng Feng
4
-180
/
+99
2019-09-04
serial: sprd: Add loopback function support
Baolin Wang
1
-1
/
+9
2019-09-04
serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
1
-4
/
+2
2019-09-04
serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
1
-7
/
+5
2019-09-04
serial: tegra: protect IER against LCR.DLAB
Ahung Cheng
1
-0
/
+3
2019-09-04
serial: tegra: add internal loopback functionality
Andreas Abel
1
-4
/
+22
2019-09-04
tty/serial: atmel: reschedule TX after RX was started
Razvan Stefanescu
1
-1
/
+0
2019-09-04
tty: serial: Add linflexuart driver for S32V234
Stefan-gabriel Mirea
5
-0
/
+967
2019-09-04
tty/serial: atmel: remove redundant assignment to ret
Colin Ian King
1
-1
/
+1
2019-09-04
parport: parport_serial: Add support for Sunix Multi I/O boards
Kai-Heng Feng
1
-12
/
+32
2019-09-04
serial: 8250_pci: Add support for Sunix serial boards
Kai-Heng Feng
3
-17
/
+87
2019-09-04
serial: remove ks8695 driver
Arnd Bergmann
4
-719
/
+0
2019-09-04
serial: lantiq: Add support for Lightning Mountain SoC
Rahul Tanwar
1
-0
/
+71
2019-09-04
serial: lantiq: Make IRQ & ISR assignment dynamic
Rahul Tanwar
1
-45
/
+96
2019-09-04
serial: lantiq: Use proper DT compatible string
Rahul Tanwar
1
-2
/
+2
2019-09-04
serial: 8250_lpss: Enable HS UART on Elkhart Lake
Andy Shevchenko
1
-0
/
+18
2019-09-04
serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macro
Andy Shevchenko
1
-10
/
+8
2019-09-04
serial: 8250_lpss: register DMA IRQ and pool with instance ID
Andy Shevchenko
1
-0
/
+1
2019-09-04
serial: 8250_lpss: add fractional divisor support
Andy Shevchenko
1
-5
/
+2
2019-09-04
serial: 8250_lpss: switch to use 8250_dwlib library
Andy Shevchenko
2
-9
/
+14
2019-09-04
serial: 8250_dw: switch to use 8250_dwlib library
Andy Shevchenko
2
-135
/
+28
2019-09-04
serial: 8250_dw: split Synopsys DesignWare 8250 common functions
Andy Shevchenko
4
-0
/
+149
2019-09-04
serial: 8250_dw: use pointer to uart local variable
Andy Shevchenko
1
-4
/
+4
2019-09-04
serial: 8250_dw: Use a unified new dev variable in remove
Andy Shevchenko
1
-3
/
+4
2019-09-04
serial: lantiq: Add SMP support
Rahul Tanwar
1
-15
/
+32
2019-09-04
tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled
Andrey Smirnov
1
-2
/
+2
2019-09-04
tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()
Andrey Smirnov
1
-1
/
+1
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()
Andrey Smirnov
1
-22
/
+28
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart32_configure()
Andrey Smirnov
1
-27
/
+21
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()
Andrey Smirnov
1
-23
/
+17
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()
Andrey Smirnov
1
-30
/
+23
2019-09-04
serial: 8250_exar: Replace msleep(1) with usleep_range()
Andy Shevchenko
1
-1
/
+1
2019-09-04
serial: 8250_exar: Consolidate callback assignments in default_setup()
Andy Shevchenko
1
-22
/
+21
2019-09-04
tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
1
-4
/
+2
2019-09-04
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
1
-1
/
+1
2019-09-04
serial: mctrl_gpio: Avoid probe failures in case of missing gpiolib
Frieder Schrempf
1
-3
/
+3
[next]