summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)-3/+0
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang-1/+2
2023-08-09serial: core: Revert port_id useTony Lindgren-1/+1
2023-08-09TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack-0/+3
2023-08-04serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren-0/+1
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren-0/+1
2023-08-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren-0/+2
2023-08-03serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren-2/+8
2023-08-01serial: core: Fix serial core controller port name to show controller idTony Lindgren-12/+20
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren-1/+3
2023-08-01tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun-2/+2
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-7/+11
2023-07-25serial: 8250_dw: Preserve original value of DLF registerRuihong Luo-2/+4
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das-1/+1
2023-07-25serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland-1/+1
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap-1/+1
2023-07-25tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng-1/+3
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold-7/+0
2023-07-20TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault-1/+1
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-409/+2124
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+5
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2023-06-21tty_audit: make data of tty_audit_log() constJiri Slaby-1/+1
2023-06-21tty_audit: make tty pointers in exposed functions constJiri Slaby-7/+9
2023-06-21tty_audit: make icanon a boolJiri Slaby-2/+2
2023-06-21tty_audit: invert the condition in tty_audit_log()Jiri Slaby-12/+12
2023-06-21tty_audit: use kzalloc() in tty_audit_buf_alloc()Jiri Slaby-4/+4
2023-06-21tty_audit: use TASK_COMM_LEN for task commJiri Slaby-1/+1
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao-28/+3
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter-2/+2
2023-06-19tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang-0/+845
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun-0/+1
2023-06-19tty: serial: imx: fix rs485 rx after txMartin Fuzzey-5/+13
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet-2/+2
2023-06-15tty: tty_io: update timestamps on all device nodesMichal Sekletar-11/+20
2023-06-15tty: fix hang on tty device with no_room setHui Li-4/+21
2023-06-15serial: core: fix -EPROBE_DEFER handling in initDan Carpenter-5/+5
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren-5/+15
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET-1/+5
2023-06-13tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028ARobert Hodaszi-1/+1
2023-06-13serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König-4/+7
2023-06-06serial: core: don't kfree device managed dataDan Carpenter-6/+2
2023-06-06serial: lantiq: add missing interrupt ackBernhard Seibold-0/+1
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai-40/+10
2023-06-06serial: st-asc: fix typo in property nameRaphael Gallais-Pou-1/+1
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman-25/+27