index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
serial: max310x: add comments for PLL limits
Hugo Villeneuve
1
-0
/
+17
2026-05-11
serial: max310x: move variables to while() scope
Hugo Villeneuve
1
-2
/
+3
2026-05-11
serial: max310x: allow driver to be built with SPI or I2C
Hugo Villeneuve
1
-1
/
+1
2026-05-11
serial: max310x: use FIELD_PREP macro to set PLL bitfields
Hugo Villeneuve
1
-1
/
+4
2026-05-11
serial: max310x: use regmap_read_poll_timeout() for busy wait
Hugo Villeneuve
1
-27
/
+17
2026-05-11
serial: max310x: improve max310x_set_ref_clk() efficiency
Hugo Villeneuve
1
-39
/
+52
2026-05-11
serial: max310x: update baudrate comments for err calculation
Hugo Villeneuve
1
-1
/
+1
2026-05-11
serial: max310x: change return type of max310x_set_ref_clk()
Hugo Villeneuve
1
-8
/
+8
2026-05-11
serial: max310x: simplify max310x_update_best_err()
Hugo Villeneuve
1
-4
/
+4
2026-05-11
serial: max310x: uniformize clock/freq types
Hugo Villeneuve
1
-4
/
+5
2026-05-11
serial: core: prevent division by zero by always returning non-zero baud rate
Hugo Villeneuve
1
-17
/
+12
2026-05-11
serial: core: simplify clipping logic in uart_get_baud_rate()
Hugo Villeneuve
1
-4
/
+4
2026-05-11
serial: core: update uart_get_baud_rate() obsolete comments
Hugo Villeneuve
1
-2
/
+3
2026-05-11
serial: apbuart: remove check for zero baud rate from uart_get_baud_rate()
Hugo Villeneuve
1
-2
/
+0
2026-05-11
serial: icom: remove check for zero baud rate from uart_get_baud_rate()
Hugo Villeneuve
1
-2
/
+0
2026-05-11
serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ
Viken Dadhaniya
1
-1
/
+13
2026-05-11
serial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dma
Shitalkumar Gandhi
1
-3
/
+12
2026-05-11
serial: qcom-geni: fix UART_RX_PAR_EN bit position
Prasanna S
1
-1
/
+1
2026-05-11
serial: sh-sci: fix memory region release in error path
Hongling Zeng
1
-1
/
+1
2026-05-11
tty: serial: pch_uart: add check for dma_alloc_coherent()
Zhaoyang Yu
1
-6
/
+13
2026-05-11
serial: zs: Fix swapped RI/DSR modem line transition counting
Maciej W. Rozycki
1
-2
/
+2
2026-05-11
serial: 8250_dw: Use a fixed CPR value for UltraRISC DP1000 UART
Jia Wang
1
-0
/
+10
2026-05-11
serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
Jia Wang
2
-2
/
+16
2026-05-11
serial: 8250_dwlib: move DesignWare register definitions to header
Jia Wang
3
-60
/
+67
2026-05-11
serial: Replace driver usage of UPF_CONS_FLOW
John Ogness
8
-13
/
+13
2026-05-11
serial: sh-sci: Remove plat_sci_port.flags
Geert Uytterhoeven
1
-1
/
+1
2026-05-11
serial: jsm: Drop unused driver_data assigment and redundant zeros
Uwe Kleine-König (The Capable Hub)
1
-19
/
+19
2026-05-11
serial: 8250_pci: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
1
-1557
/
+1563
2026-05-11
tty: synclink_gt: remove broken driver
Ethan Nelson-Moore
4
-5056
/
+1
2026-05-11
serial: 8250_port: recognize UPIO_AU
Manuel Lauss
1
-0
/
+2
2026-05-11
serial: mxs-auart: replace hardcoded 1 with predefined macro GPIO_LINE_DIRECTION_IN
Nikola Z. Ivanov
1
-1
/
+1
2026-05-11
serial: 8250_mtk: Add ACPI support
Zhiyong Tao
1
-4
/
+19
2026-04-27
serial: qcom: Unify user-visible "Qualcomm" name
Krzysztof Kozlowski
1
-2
/
+2
2026-04-26
driver core: Replace dev->of_node_reused with dev_of_node_reused()
Douglas Anderson
1
-1
/
+1
2026-04-19
Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
32
-1357
/
+444
2026-04-15
Merge tag 'for-linus-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+3
2026-04-15
Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
1
-0
/
+34
2026-04-13
Merge tag 'pwrseq-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-1
/
+27
2026-04-10
hvc/xen: Check console connection flag
Jason Andryuk
1
-0
/
+3
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
1
-3
/
+2
2026-04-07
vt: Implement helpers for struct vc_font in source file
Thomas Zimmermann
1
-0
/
+35
2026-04-02
tty: serial: ip22zilog: Fix section mispatch warning
Thomas Bogendoerfer
1
-1
/
+1
2026-03-31
serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
Manivannan Sadhasivam
1
-1
/
+8
2026-03-31
serdev: Add an API to find the serdev controller associated with the devicetree node
Manivannan Sadhasivam
1
-0
/
+19
2026-03-30
vt: resize saved unicode buffer on alt screen exit after resize
Nicolas Pitre
1
-9
/
+15
2026-03-30
vt: discard stale unicode buffer on alt screen exit after resize
Liav Mordouch
1
-1
/
+13
2026-03-30
hvc/xen: Check console connection flag
Jason Andryuk
1
-0
/
+3
2026-03-30
serial: sh-sci: Add support for RZ/G3L RSCI
Biju Das
4
-3
/
+26
2026-03-30
tty: atmel_serial: update outdated reference to atmel_tasklet_func()
Kexin Sun
1
-1
/
+1
2026-03-30
serial: xilinx_uartps: Drop unused include
Andy Shevchenko
1
-1
/
+0
[prev]
[next]