summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-0810-66/+75
* tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder2023-12-081-0/+8
* tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)2023-11-252-4/+2
* tty: hvc: hvc_opal: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* tty: hvc: Make hvc_remove() return no valueUwe Kleine-König2023-11-233-11/+9
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-13/+28
|\
| * hvc/xen: fix console unplugDavid Woodhouse2023-10-211-8/+24
| * hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse2023-10-211-2/+3
| * hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse2023-10-211-1/+1
| * tty: hvc: remove set but unused variableBo Liu2023-09-181-2/+0
* | docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
|/
* tty: hvc: convert counts to size_tJiri Slaby (SUSE)2023-08-113-9/+9
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-113-4/+6
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-113-5/+3
* tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby2023-07-311-2/+1
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
* Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-241-2/+17
|\
| * hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne2023-03-221-2/+17
* | hvcs: Synchronize hotplug remove with port freeBrian King2023-02-081-11/+15
* | hvcs: Use vhangup in hotplug removeBrian King2023-02-081-3/+2
* | hvcs: Get reference to tty in removeBrian King2023-02-081-2/+4
* | hvcs: Use driver groups to manage driver attributesBrian King2023-02-081-9/+8
* | hvcs: Use dev_groups to manage hvcs device attributesBrian King2023-02-081-14/+5
* | hvcs: Fix hvcs port reference countingBrian King2023-02-021-18/+0
* | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-192-4/+4
* | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-193-5/+5
|/
* Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-19/+31
|\
| * hvc/xen: lock console list traversalRoger Pau Monne2023-01-091-17/+29
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+2
* | Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-1/+1
|\ \
| * | tty: hvc: make hvc_rtas_dev staticruanjinjie2022-11-031-1/+1
| |/
* / tty: hvc: use console_is_registered()John Ogness2022-12-021-2/+2
|/
* tty: hvc: remove HVC_IUCV_MAGICнаб2022-09-221-6/+5
* termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-0/+1
* tty: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-301-1/+1
* Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-1/+1
|\
| * xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-1/+1
* | tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2022-05-052-4/+209
* | tty: hvcs: simplify if-if to if-elseWan Jiabing2022-04-261-3/+2
* | tty/hvc_opal: simplify if-if to if-elseWan Jiabing2022-04-261-2/+2
* | tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-153-3/+3
|/
* tty: hvc: fix return value of __setup handlerRandy Dunlap2022-03-181-1/+3
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-161-3/+27
* xen: flag hvc_xen to be not essential for system bootJuergen Gross2021-11-231-0/+1
* Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman2021-10-262-41/+16
* tty: hvc: pass DMA capable memory to put_chars()Xianting Tian2021-10-212-16/+41
* tty: hvc: use correct dma alignment sizeXianting Tian2021-10-211-1/+1
* Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-081-8/+5
|\
| * xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich2021-10-051-3/+1