aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Merge 6.8-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-3/+5
2024-02-19tty: hvc: Don't enable the RISC-V SBI console by defaultGravatar Palmer Dabbelt 1-3/+5
2024-02-17tty: hvc-iucv: fix function pointer castsGravatar Arnd Bergmann 1-1/+5
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+31
2024-01-10tty: Add SBI debug console support to HVC SBI driverGravatar Atish Patra 2-8/+31
2023-12-08tty: hvc: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 10-66/+75
2023-12-08tty: hvc: dcc: Check for TXfull condition while setting up early consoleGravatar Ayan Kumar Halder 1-0/+8
2023-11-25tty: hvc_console: use flexible array for outbufGravatar Jiri Slaby (SUSE) 2-4/+2
2023-11-23tty: hvc: hvc_opal: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-11-23tty: hvc: Make hvc_remove() return no valueGravatar Uwe Kleine-König 3-11/+9
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-13/+28
2023-10-21hvc/xen: fix console unplugGravatar David Woodhouse 1-8/+24
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverGravatar David Woodhouse 1-2/+3
2023-10-21hvc/xen: fix event channel handling for secondary consolesGravatar David Woodhouse 1-1/+1
2023-10-10docs: move powerpc under archGravatar Costa Shulyupin 1-1/+1
2023-09-18tty: hvc: remove set but unused variableGravatar Bo Liu 1-2/+0
2023-08-11tty: hvc: convert counts to size_tGravatar Jiri Slaby (SUSE) 3-9/+9
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 3-4/+6
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 3-5/+3
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Gravatar Jiri Slaby 1-2/+1
2023-07-25tty: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-03-24Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+17
2023-03-22hvc/xen: prevent concurrent accesses to the shared ringGravatar Roger Pau Monne 1-2/+17
2023-02-08hvcs: Synchronize hotplug remove with port freeGravatar Brian King 1-11/+15
2023-02-08hvcs: Use vhangup in hotplug removeGravatar Brian King 1-3/+2
2023-02-08hvcs: Get reference to tty in removeGravatar Brian King 1-2/+4
2023-02-08hvcs: Use driver groups to manage driver attributesGravatar Brian King 1-9/+8
2023-02-08hvcs: Use dev_groups to manage hvcs device attributesGravatar Brian King 1-14/+5
2023-02-02hvcs: Fix hvcs port reference countingGravatar Brian King 1-18/+0
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyGravatar Ilpo Järvinen 2-4/+4
2023-01-19tty: Convert ->dtr_rts() to take bool argumentGravatar Ilpo Järvinen 3-5/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-19/+31
2023-01-09hvc/xen: lock console list traversalGravatar Roger Pau Monne 1-17/+29
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2022-12-15xen: make remove callback of xen driver void returnedGravatar Dawei Li 1-2/+2
2022-12-02tty: hvc: use console_is_registered()Gravatar John Ogness 1-2/+2
2022-11-03tty: hvc: make hvc_rtas_dev staticGravatar ruanjinjie 1-1/+1
2022-09-22tty: hvc: remove HVC_IUCV_MAGICGravatar наб 1-6/+5
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hGravatar Al Viro 1-0/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-06-01xen: replace xen_remap() with memremap()Gravatar Juergen Gross 1-1/+1
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesGravatar Shanker Donthineni 2-4/+209
2022-04-26tty: hvcs: simplify if-if to if-elseGravatar Wan Jiabing 1-3/+2
2022-04-26tty/hvc_opal: simplify if-if to if-elseGravatar Wan Jiabing 1-2/+2
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hGravatar Christophe Leroy 3-3/+3
2022-03-18tty: hvc: fix return value of __setup handlerGravatar Randy Dunlap 1-1/+3
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charGravatar Jiri Slaby 1-1/+1
2021-12-16xen/console: harden hvc_xen against event channel stormsGravatar Juergen Gross 1-3/+27
2021-11-23xen: flag hvc_xen to be not essential for system bootGravatar Juergen Gross 1-0/+1