summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
3 daysMerge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
10 daysMerge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysMerge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds
11 daysMerge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
14 daysserial: 8250_pci: Don't specify conflicting values to pci_device_id membersUwe Kleine-König (The Capable Hub)
14 daysvc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_writeYi Yang
14 daysserial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya
2026-06-03s390/hvc_iucv: Replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-06-01Merge tag 'v7.1-rc6' into tty-nextGreg Kroah-Hartman
2026-05-22serial: dz: Enable modular buildMaciej W. Rozycki
2026-05-22serial: zs: Convert to use a platform deviceMaciej W. Rozycki
2026-05-22serial: dz: Convert to use a platform deviceMaciej W. Rozycki
2026-05-22serial: zs: Switch to using channel resetMaciej W. Rozycki
2026-05-22serial: zs: Fix bootconsole handover lockupMaciej W. Rozycki
2026-05-22serial: dz: Fix bootconsole handover lockupMaciej W. Rozycki
2026-05-22serial: dz: Fix bootconsole message clobbering at chip resetMaciej W. Rozycki
2026-05-22serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo
2026-05-22serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo
2026-05-22tty: serial: samsung: Remove redundant port lock acquisition in rx helpersTudor Ambarus
2026-05-22serial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak
2026-05-22vt: merge ucs_is_zero_width()/ucs_is_double_width() into ucs_get_width()Nicolas Pitre
2026-05-22serial: 8250: fix possible ISR soft lockupMarco Felsch
2026-05-22dt-bindings: serial: rs485: remove deprecated .txt binding stubAkash Sukhavasi
2026-05-22tty: serial: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)
2026-05-22serial: 8250_dw: remove clock-notifier infrastructureStepan Ionichev
2026-05-22serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev
2026-05-22amba/serial: amba-pl011: Bring back zx29 UART supportStefan Dösinger
2026-05-22serial: 8250: Add support for console flow controlJohn Ogness
2026-05-22serial: 8250: Check LSR timeout on console flow controlJohn Ogness
2026-05-22serial: 8250: Set cons_flow on port registrationJohn Ogness
2026-05-22tty: serial: 8250: protect against NULL uart->port.dev in registerStepan Ionichev
2026-05-22serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabledHugo Villeneuve
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore
2026-05-11serial: qcom-geni: Avoid probing debug console UART without console supportAniket Randive
2026-05-11serial: max310x: add comments for PLL limitsHugo Villeneuve
2026-05-11serial: max310x: move variables to while() scopeHugo Villeneuve
2026-05-11serial: max310x: allow driver to be built with SPI or I2CHugo Villeneuve
2026-05-11serial: max310x: use FIELD_PREP macro to set PLL bitfieldsHugo Villeneuve
2026-05-11serial: max310x: use regmap_read_poll_timeout() for busy waitHugo Villeneuve
2026-05-11serial: max310x: improve max310x_set_ref_clk() efficiencyHugo Villeneuve
2026-05-11serial: max310x: update baudrate comments for err calculationHugo Villeneuve
2026-05-11serial: max310x: change return type of max310x_set_ref_clk()Hugo Villeneuve
2026-05-11serial: max310x: simplify max310x_update_best_err()Hugo Villeneuve
2026-05-11serial: max310x: uniformize clock/freq typesHugo Villeneuve
2026-05-11serial: core: prevent division by zero by always returning non-zero baud rateHugo Villeneuve
2026-05-11serial: core: simplify clipping logic in uart_get_baud_rate()Hugo Villeneuve
2026-05-11serial: core: update uart_get_baud_rate() obsolete commentsHugo Villeneuve
2026-05-11serial: apbuart: remove check for zero baud rate from uart_get_baud_rate()Hugo Villeneuve
2026-05-11serial: icom: remove check for zero baud rate from uart_get_baud_rate()Hugo Villeneuve
2026-05-11serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQViken Dadhaniya