Age | Commit message (Expand) | Author |
2023-07-03 | Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-07-03 | Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-06-27 | Merge tag 'docs-arm-move' of git://git.lwn.net/linux | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-21 | tty_audit: make data of tty_audit_log() const | Jiri Slaby |
2023-06-21 | tty_audit: make tty pointers in exposed functions const | Jiri Slaby |
2023-06-21 | tty_audit: make icanon a bool | Jiri Slaby |
2023-06-21 | tty_audit: invert the condition in tty_audit_log() | Jiri Slaby |
2023-06-21 | tty_audit: use kzalloc() in tty_audit_buf_alloc() | Jiri Slaby |
2023-06-21 | tty_audit: use TASK_COMM_LEN for task comm | Jiri Slaby |
2023-06-21 | Revert "8250: add support for ASIX devices with a FIFO bug" | Jiaqing Zhao |
2023-06-21 | serial: atmel: don't enable IRQs prematurely | Dan Carpenter |
2023-06-19 | tty: serial: Add Nuvoton ma35d1 serial driver support | Jacky Huang |
2023-06-19 | tty: serial: fsl_lpuart: add earlycon for imx8ulp platform | Sherry Sun |
2023-06-19 | tty: serial: imx: fix rs485 rx after tx | Martin Fuzzey |
2023-06-16 | docs: update some straggling Documentation/arm references | Jonathan Corbet |
2023-06-15 | tty: tty_io: update timestamps on all device nodes | Michal Sekletar |
2023-06-15 | tty: fix hang on tty device with no_room set | Hui Li |
2023-06-15 | serial: core: fix -EPROBE_DEFER handling in init | Dan Carpenter |
2023-06-15 | serial: 8250_omap: Use force_suspend and resume for system suspend | Tony Lindgren |
2023-06-13 | tty: serial: samsung_tty: Use abs() to simplify some code | Christophe JAILLET |
2023-06-13 | tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i... | Christophe JAILLET |
2023-06-13 | tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas... | Christophe JAILLET |
2023-06-13 | tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A | Robert Hodaszi |
2023-06-13 | serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE | Uwe Kleine-König |
2023-06-06 | serial: core: don't kfree device managed data | Dan Carpenter |
2023-06-06 | serial: lantiq: add missing interrupt ack | Bernhard Seibold |
2023-06-06 | serial: 8250_mtk: Simplify clock sequencing and runtime PM | Chen-Yu Tsai |
2023-06-06 | serial: st-asc: fix typo in property name | Raphael Gallais-Pou |
2023-06-05 | Merge 6.4-rc5 into tty-next | Greg Kroah-Hartman |
2023-06-05 | Merge 6.4-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-06-02 | serial: core: Fix error handling for serial_core_ctrl_device_add() | Tony Lindgren |
2023-06-01 | serial: core: Fix probing serial_base_bus devices | Tony Lindgren |
2023-06-01 | serial: core: Don't drop port_mutex in serial_core_remove_one_port | Steven Price |
2023-05-31 | serial: core: Start managing serial controllers to enable runtime PM | Tony Lindgren |
2023-05-31 | serial: 8250: omap: convert to modern PM ops | Arnd Bergmann |
2023-05-31 | serial: 8250: omap: Move uart_write() inside PM section | Geert Uytterhoeven |
2023-05-31 | serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviour | Uwe Kleine-König |
2023-05-30 | serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array | James Clark |
2023-05-30 | serial: cpm_uart: Fix a COMPILE_TEST dependency | Herve Codina |
2023-05-30 | tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL... | Sherry Sun |
2023-05-30 | serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() | Christophe JAILLET |
2023-05-30 | serial: Indicate fintek option may also be required for RS232 support | James Hilliard |
2023-05-30 | tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status | Sherry Sun |
2023-05-30 | serial: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2023-05-30 | serial: 8250: synchronize and annotate UART_IER access | John Ogness |
2023-05-30 | serial: 8250: lock port for UART_IER access in omap8250_irq() | John Ogness |
2023-05-30 | serial: 8250: lock port for omap8250_restore_regs() | John Ogness |
2023-05-30 | serial: 8250: lock port for rx_dma() callback | John Ogness |
2023-05-30 | serial: core: lock port for start_rx() in uart_resume_port() | John Ogness |