summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich2021-10-051-5/+4
* | tty: drop put_tty_driverJiri Slaby2021-07-272-3/+3
* | tty: stop using alloc_tty_driverJiri Slaby2021-07-273-12/+11
* | tty: don't store semi-state into tty driversJiri Slaby2021-07-271-16/+19
* | hvsi: don't panic on tty_register_driver failureJiri Slaby2021-07-271-3/+16
* | tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-07-211-3/+14
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-054-11/+9
|\
| * tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan2021-05-211-2/+2
| * tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-131-2/+0
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-133-3/+3
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-133-4/+4
* | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-51/+0
|\ \
| * | s390/hvc_iucv: Remove power management supportJulian Wiedmann2021-06-181-51/+0
| |/