summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)Author
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-03-24Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-22hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne
2023-02-08hvcs: Synchronize hotplug remove with port freeBrian King
2023-02-08hvcs: Use vhangup in hotplug removeBrian King
2023-02-08hvcs: Get reference to tty in removeBrian King
2023-02-08hvcs: Use driver groups to manage driver attributesBrian King
2023-02-08hvcs: Use dev_groups to manage hvcs device attributesBrian King
2023-02-02hvcs: Fix hvcs port reference countingBrian King
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-12-02tty: hvc: use console_is_registered()John Ogness
2022-11-03tty: hvc: make hvc_rtas_dev staticruanjinjie
2022-09-22tty: hvc: remove HVC_IUCV_MAGICнаб
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing
2022-04-26tty/hvc_opal: simplify if-if to if-elseWan Jiabing
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-03-18tty: hvc: fix return value of __setup handlerRandy Dunlap
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-11-23xen: flag hvc_xen to be not essential for system bootJuergen Gross
2021-10-26Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman
2021-10-21tty: hvc: pass DMA capable memory to put_chars()Xianting Tian
2021-10-21tty: hvc: use correct dma alignment sizeXianting Tian
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-27tty: don't store semi-state into tty driversJiri Slaby
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann
2021-05-23tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan