| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-04-08 | 3 | -3/+28 |
|\ |
|
| * | tty: serial: sh-sci: Fix Rx on RZ/G2L SCI | Biju Das | 2023-03-29 | 1 | -1/+1 |
| * | tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active | Sherry Sun | 2023-03-29 | 1 | -1/+1 |
| * | tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S... | Sherry Sun | 2023-03-29 | 1 | -1/+7 |
| * | serial: 8250: Prevent starting up DMA Rx on THRI interrupt | Ilpo Järvinen | 2023-03-29 | 1 | -0/+11 |
| * | tty: serial: sh-sci: Fix transmit end interrupt handler | Biju Das | 2023-03-29 | 1 | -0/+8 |
* | | Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-03-24 | 1 | -2/+17 |
|\ \
| |/
|/| |
|
| * | hvc/xen: prevent concurrent accesses to the shared ring | Roger Pau Monne | 2023-03-22 | 1 | -2/+17 |
* | | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-03-19 | 8 | -23/+30 |
|\ \ |
|
| * | | tty: vt: protect KD_FONT_OP_GET_TALL from unbound access | Samuel Thibault | 2023-03-09 | 1 | -0/+3 |
| * | | serial: qcom-geni: drop bogus uart_write_wakeup() | Johan Hovold | 2023-03-09 | 1 | -4/+0 |
| * | | serial: qcom-geni: fix mapping of empty DMA buffer | Johan Hovold | 2023-03-09 | 1 | -0/+3 |
| * | | serial: qcom-geni: fix DMA mapping leak on shutdown | Johan Hovold | 2023-03-09 | 1 | -1/+1 |
| * | | serial: qcom-geni: fix console shutdown hang | Johan Hovold | 2023-03-09 | 1 | -0/+4 |
| * | | serdev: Set fwnode for serdev devices | Saravana Kannan | 2023-03-09 | 1 | -1/+1 |
| * | | tty: serial: fsl_lpuart: fix race on RX DMA shutdown | Alexander Sverdlin | 2023-03-09 | 1 | -8/+3 |
| * | | serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by default | Kumaravel Thiagarajan | 2023-03-09 | 1 | -1/+0 |
| * | | serial: 8250_fsl: fix handle_irq locking | Johan Hovold | 2023-03-09 | 1 | -2/+2 |
| * | | serial: 8250_em: Fix UART port type | Biju Das | 2023-03-09 | 1 | -2/+2 |
| * | | serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it | Randy Dunlap | 2023-03-09 | 1 | -1/+2 |
| * | | tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL... | Sherry Sun | 2023-03-09 | 1 | -3/+9 |
| * | | Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe... | Tom Rix | 2023-03-09 | 1 | -1/+1 |
* | | | serial: sc16is7xx: Convert to i2c's .probe_new() | Uwe Kleine-König | 2023-03-09 | 1 | -3/+3 |
|/ / |
|
* | | vc_screen: don't clobber return value in vcs_read | Thomas Weißschuh | 2023-02-28 | 1 | -3/+4 |
* | | vc_screen: modify vcs_size() handling in vcs_read() | George Kennedy | 2023-02-28 | 1 | -3/+1 |
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 2 | -8/+1 |
|\ \ |
|
| * | | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -1/+1 |
| * | | Merge 6.2-rc5 into driver-core-next | Greg Kroah-Hartman | 2023-01-22 | 8 | -54/+85 |
| |\ \ |
|
| * | | | serial: arc_uart: Drop empty platform remove function | Uwe Kleine-König | 2023-01-17 | 1 | -7/+0 |
* | | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-02-24 | 42 | -984/+2116 |
|\ \ \ \ |
|
| * | | | | tty: n_gsm: add keep alive support | Daniel Starke | 2023-02-16 | 1 | -2/+104 |
| * | | | | serial: imx: remove a redundant check | Tom Rix | 2023-02-16 | 1 | -5/+3 |
| * | | | | soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.h | Elliot Berman | 2023-02-09 | 1 | -1/+1 |
| * | | | | tty: n_gsm: add TIOCMIWAIT support | Daniel Starke | 2023-02-08 | 1 | -1/+32 |
| * | | | | tty: n_gsm: add RING/CD control support | Daniel Starke | 2023-02-08 | 1 | -0/+5 |
| * | | | | serial: imx: get rid of registers shadowing | Sergey Organov | 2023-02-08 | 1 | -63/+4 |
| * | | | | serial: imx: refine local variables in rxint() | Sergey Organov | 2023-02-08 | 1 | -3/+2 |
| * | | | | serial: imx: stop using USR2 in FIFO reading loop | Sergey Organov | 2023-02-08 | 1 | -12/+6 |
| * | | | | serial: imx: remove redundant USR2 read from FIFO reading loop | Sergey Organov | 2023-02-08 | 1 | -1/+0 |
| * | | | | serial: imx: do not break from FIFO reading loop prematurely | Sergey Organov | 2023-02-08 | 1 | -7/+3 |
| * | | | | serial: imx: do not sysrq broken chars | Sergey Organov | 2023-02-08 | 1 | -3/+2 |
| * | | | | serial: imx: work-around for hardware RX flood | Sergey Organov | 2023-02-08 | 1 | -28/+95 |
| * | | | | serial: imx: factor-out common code to imx_uart_soft_reset() | Sergey Organov | 2023-02-08 | 1 | -36/+37 |
| * | | | | serial: 8250_pci1xxxx: Add power management functions to quad-uart driver | Kumaravel Thiagarajan | 2023-02-08 | 1 | -0/+115 |
| * | | | | serial: 8250_pci1xxxx: Add RS485 support to quad-uart driver | Kumaravel Thiagarajan | 2023-02-08 | 1 | -0/+50 |
| * | | | | serial: 8250_pci1xxxx: Add driver for quad-uart support | Kumaravel Thiagarajan | 2023-02-08 | 4 | -0/+349 |
| * | | | | serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.c | Kumaravel Thiagarajan | 2023-02-08 | 5 | -22/+63 |
| * | | | | tty: pcn_uart: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-02-08 | 1 | -1/+1 |
| * | | | | hvcs: Synchronize hotplug remove with port free | Brian King | 2023-02-08 | 1 | -11/+15 |
| * | | | | hvcs: Use vhangup in hotplug remove | Brian King | 2023-02-08 | 1 | -3/+2 |