aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22tty: hvc: remove HVC_IUCV_MAGICнаб1-6/+5
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-0/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-1/+1
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2-4/+209
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-26tty/hvc_opal: simplify if-if to if-elseWan Jiabing1-2/+2
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy3-3/+3
2022-03-18tty: hvc: fix return value of __setup handlerRandy Dunlap1-1/+3
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross1-3/+27
2021-11-23xen: flag hvc_xen to be not essential for system bootJuergen Gross1-0/+1
2021-10-26Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman2-41/+16
2021-10-21tty: hvc: pass DMA capable memory to put_chars()Xianting Tian2-16/+41
2021-10-21tty: hvc: use correct dma alignment sizeXianting Tian1-1/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-8/+5
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich1-3/+1
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich1-5/+4
2021-07-27tty: drop put_tty_driverJiri Slaby2-3/+3
2021-07-27tty: stop using alloc_tty_driverJiri Slaby3-12/+11
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-16/+19
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby1-3/+16
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-11/+9
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-51/+0
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann1-51/+0
2021-05-23tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch1-1/+1
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan1-2/+2
2021-05-13tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby3-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby3-4/+4
2021-04-10tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai1-1/+1
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby1-25/+0
2021-03-02vio: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+1
2020-11-06tty: hvc: hvc_opal: Staticify function invoked by referenceLee Jones1-1/+1
2020-11-06tty: hvc: hvc_vio: Staticify function invoked only by referenceLee Jones1-1/+1
2020-09-27tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang1-0/+1
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25hvc: unify console setup namingSergey Senozhatsky1-2/+2
2020-06-25tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2020-05-27tty: hvc_console, fix crashes on parallel open/closeJiri Slaby1-15/+8
2020-05-12Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman1-14/+2
2020-05-11Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2020-04-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2020-04-28tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta1-2/+14