summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-08-17tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()Jiri Slaby (SUSE)
2025-08-17serial: 8250_rsa: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250_omap: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250_omap: extract omap_8250_set_termios_atomic()Jiri Slaby (SUSE)
2025-08-17serial: 8250_core: use guard() in serial_unlink_irq_chain()Jiri Slaby (SUSE)
2025-08-17serial: 8250: use guard()sJiri Slaby (SUSE)
2025-08-17serial: serial_core: use guard()sJiri Slaby (SUSE)
2025-08-17mxser: use guard()sJiri Slaby (SUSE)
2025-08-17mxser: use tty_port_tty guard() in mxser_port_isr()Jiri Slaby (SUSE)
2025-08-17tty: tty_port: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250: introduce RPM guard()sJiri Slaby (SUSE)
2025-08-14serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve
2025-08-14serial: qcom-geni: Make UART port count configurable via KconfigZong Jiang
2025-08-14serial: qcom-geni: Dynamically allocate UART portsZong Jiang
2025-08-14tty: serial: mvebu-uart: convert from round_rate() to determine_rate()Brian Masney
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_platform()Abinash Singh
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_acpi()Abinash Singh
2025-08-14serial: max310x: Add error checking in probe()Dan Carpenter
2025-08-14tty: serial: ip22zilog: Use platform device for probingThomas Bogendoerfer
2025-08-13tty: sysrq: delete unnecessary checkDan Carpenter
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-28MIPS: Update Joshua Kinard's e-mail addressJoshua Kinard
2025-07-24serial: 8250: fix panic due to PSLVERRYunhui Cui
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados
2025-07-22vt: defkeymap: Map keycodes above 127 to K_HOLEMyrrh Periwinkle
2025-07-22vt: keyboard: Don't process Unicode characters in K_OFF modeMyrrh Periwinkle
2025-07-22serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari
2025-07-22serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari
2025-07-22serial: qcom-geni: move clock-rate logic to separate functionPraveen Talari
2025-07-22serial: qcom-geni: move resource control logic to separate functionsPraveen Talari
2025-07-22serial: qcom-geni: move resource initialization to separate functionPraveen Talari
2025-07-22serial: 8250_dw: Fix typo "notifer"WangYuli
2025-07-21serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n buildAndy Shevchenko
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman
2025-07-16tty: omit need_resched() before cond_resched()Mikulas Patocka
2025-07-16serial: 8250_ni: Reorder local variablesChaitanya Vadrevu
2025-07-16serial: 8250_ni: Fix build warningChaitanya Vadrevu
2025-07-16serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven
2025-07-09serial: sh-sci: Add support for RZ/T2H SCIThierry Bultel
2025-07-09serial: sh-sci: Use private port IDThierry Bultel
2025-07-09serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...Lad Prabhakar
2025-07-09serial: sh-sci: Add R-Car Gen5 supportKuninori Morimoto
2025-07-09serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()Andy Shevchenko
2025-07-09pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier
2025-07-09serial: core: fix OF node leakJohan Hovold