summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch2021-05-231-1/+1
|/
* tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai2021-04-101-1/+1
* Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-151-2/+1
|\
| * vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
* | tty: hvc, drop unneeded forward declarationsJiri Slaby2021-03-101-25/+0
|/
* tty: hvcs: Drop unnecessary if blockUwe Kleine-König2021-01-151-3/+0
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+1
* tty: hvc: hvc_opal: Staticify function invoked by referenceLee Jones2020-11-061-1/+1
* tty: hvc: hvc_vio: Staticify function invoked only by referenceLee Jones2020-11-061-1/+1
* tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang2020-09-271-0/+1
* tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler2020-09-041-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* hvc: unify console setup namingSergey Senozhatsky2020-06-251-2/+2
* tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko2020-06-251-1/+1
* tty: hvc_console, fix crashes on parallel open/closeJiri Slaby2020-05-271-15/+8
* Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman2020-05-121-14/+2
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-111-1/+1
|\
| * Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-291-1/+1
| |\
| | * tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang2020-04-211-1/+1
* | | tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta2020-04-281-2/+14
* | | Merge 5.7-rc3 into tty-nextGreg Kroah-Hartman2020-04-271-9/+14
|\| |
| * | tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko2020-04-231-9/+14
| |/