summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2023-01-31vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy-4/+5
2023-01-31serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen-2/+10
2023-01-31serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen-2/+7
2023-01-31serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut-28/+5
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-20/+44
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell-0/+14
2023-01-20Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman-4/+27
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+10
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann-6/+8
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm-7/+1
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek-15/+10
2023-01-19serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut-27/+4
2023-01-19serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo-4/+4
2023-01-19serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen-1/+1
2023-01-19tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski-2/+16
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness-15/+10
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+31
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne-17/+29
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1183/+1286
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+2
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-26/+90
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness-4/+16
2022-12-02tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness-3/+3
2022-12-02tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness-4/+12
2022-12-02tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness-0/+12
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness-2/+8
2022-12-02tty: tty_io: use console_list_lock for list synchronizationJohn Ogness-6/+12
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness-1/+1
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness-1/+1
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness-1/+1
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness-2/+2
2022-12-02tty: hvc: use console_is_registered()John Ogness-2/+2
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness-9/+9
2022-12-02tty: tty_io: document console_lock usageJohn Ogness-0/+10
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness-0/+8
2022-12-02serial: kgdboc: Lock console list in probe functionThomas Gleixner-0/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-23serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)-10/+15
2022-11-23serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)-7/+9
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun-4/+4
2022-11-23serial: sunsab: Fix error handling in sunsab_init()Yuan Can-1/+7
2022-11-23serial: altera_uart: fix locking in polling modeGabriel Somlo-2/+3
2022-11-22serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang-0/+4
2022-11-22tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun-10/+10
2022-11-22tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun-0/+60
2022-11-22tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun-81/+200
2022-11-22tty: synclink_gt: unwind actions in error path of net device openPaul Fulghum-9/+10
2022-11-22serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron-24/+23