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
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
17
-544
/
+1197
2026-08-03
serial: 8250_mxpcie: implement rx_trig_bytes callbacks via MUEx50 RTL
Crescent Hsieh
1
-1
/
+24
2026-08-03
serial: 8250_mxpcie: introduce per-port private data structure
Crescent Hsieh
1
-6
/
+10
2026-08-03
serial: 8250: allow UART drivers to override rx_trig_bytes handling
Crescent Hsieh
2
-2
/
+16
2026-08-03
serial: 8250_mxpcie: add break support for RS485 using MUEx50 features
Crescent Hsieh
1
-0
/
+48
2026-08-03
serial: 8250: allow low-level drivers to override break control
Crescent Hsieh
2
-1
/
+12
2026-08-03
serial: 8250_mxpcie: support serial interface mode switching
Crescent Hsieh
1
-2
/
+43
2026-08-03
serial: 8250_mxpcie: speed up TX using memory-mapped FIFO window
Crescent Hsieh
1
-1
/
+15
2026-08-03
serial: 8250_mxpcie: speed up RX using memory-mapped FIFO window
Crescent Hsieh
1
-2
/
+30
2026-08-03
serial: 8250_mxpcie: add custom handle_irq callback
Crescent Hsieh
1
-0
/
+42
2026-08-03
serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardware
Crescent Hsieh
1
-2
/
+49
2026-08-03
serial: 8250_mxpcie: enable automatic RTS/CTS flow control
Crescent Hsieh
1
-0
/
+28
2026-08-03
serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levels
Crescent Hsieh
1
-0
/
+63
2026-08-03
serial: 8250: add Moxa MUEx50 UART port type
Crescent Hsieh
2
-1
/
+10
2026-08-03
serial: 8250: split Moxa PCIe serial board support out of 8250_pci
Crescent Hsieh
4
-242
/
+302
2026-08-03
serial: 8250_mtk: honor DT serial aliases
Carlo Caione
1
-1
/
+6
2026-08-03
serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xx
Ryan Wilbur
1
-0
/
+38
2026-07-30
serial: 8250_exar: use platform_device_register_full()
Bartosz Golaszewski
1
-15
/
+8
2026-07-30
serial: 8250_bcm7271: Remove redundant dev_err_probe()
Pan Chuang
1
-3
/
+1
2026-07-30
Revert "serial: 8250: drop lockdep annotation from serial8250_clear_IER()"
John Ogness
1
-0
/
+3
2026-07-30
serial: 8250: Switch to nbcon console, take 2
John Ogness
4
-53
/
+260
2026-07-30
serial: 8250: remove always included kconfig.h
Hugo Villeneuve
1
-1
/
+0
2026-07-30
serial: 8250_dma: Clear stale RX state on shutdown
Cunhao Lu
1
-5
/
+7
2026-07-30
Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"
Fushuai Wang
1
-5
/
+1
2026-07-27
Merge 7.2-rc5 into tty-next
Greg Kroah-Hartman
1
-5
/
+9
2026-07-17
serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms
Jiangshan Yi
1
-5
/
+9
2026-07-17
serial: 8250: fix compile error with hub6_match_port() when compiled as a module
Hugo Villeneuve
1
-1
/
+2
2026-07-14
serial: 8250_hub6: add missing include for hub6_match_port()
Hugo Villeneuve
1
-0
/
+2
2026-07-13
Merge 7.2-rc3 into tty-next
Greg Kroah-Hartman
9
-11
/
+21
2026-07-12
Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
3
-5
/
+21
2026-07-10
serial: 8250_rsa: use uart_iotype_*() to simplify code
Hugo Villeneuve
1
-21
/
+19
2026-07-10
serial: 8250: use uart_iotype_*() to simplify code
Hugo Villeneuve
1
-36
/
+7
2026-07-10
serial: 8250_hub6: add hub6_match_port()
Hugo Villeneuve
2
-0
/
+13
2026-07-10
serial: 8250: Ignore flow control on suspend/resume with no_console_suspend
John Ogness
1
-2
/
+8
2026-07-10
serial: 8250_mid: Disable DMA for selected platforms
Andy Shevchenko
1
-2
/
+11
2026-07-10
serial: 8250_omap: clear rx_running on zero-length DMA completes
Matthias Feser
1
-1
/
+2
2026-07-10
serial: 8250: handle ixp4xx register endianness correctly
Arnd Bergmann
2
-1
/
+30
2026-07-10
serial: 8250_pnp: Use named initializers for pnp_device_id array
Uwe Kleine-König (The Capable Hub)
1
-154
/
+154
2026-07-10
serial: 8250: force synchronous probe for the ISA and PNP drivers
Rahul Bukte
2
-0
/
+2
2026-07-10
serial: 8250: Clear CON_PRINTBUFFER on port re-registration
Fushuai Wang
1
-1
/
+5
2026-07-07
serial: 8250_exar: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
1
-15
/
+15
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
6
-6
/
+0
2026-06-12
serial: 8250_pci: Don't specify conflicting values to pci_device_id members
Uwe Kleine-König (The Capable Hub)
1
-2
/
+2
2026-06-01
Merge tag 'v7.1-rc6' into tty-next
Greg Kroah-Hartman
2
-3
/
+6
2026-05-22
serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()
Jacques Nilo
1
-1
/
+1
2026-05-22
serial: 8250: dispatch SysRq character in serial8250_handle_irq()
Jacques Nilo
1
-2
/
+5
2026-05-22
serial: 8250: fix possible ISR soft lockup
Marco Felsch
1
-0
/
+7
2026-05-22
serial: 8250_dw: remove clock-notifier infrastructure
Stepan Ionichev
1
-81
/
+0
2026-05-22
serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails
Stepan Ionichev
1
-1
/
+3
2026-05-22
serial: 8250: Add support for console flow control
John Ogness
2
-3
/
+16
[next]