summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / tty: hvc: remove hvcs_driver_stringJason Yan2020-04-231-2/+0
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-3/+0
|\
| * tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-121-3/+0
* | tty: hvc: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-181-1/+1
|/
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-032-14/+42
|\
| * tty: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-14/+14
| * tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-2/+2
| * hvc: dcc: Add earlycon supportMichal Simek2019-10-111-0/+28
* | riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-131-1/+1
|/
* tty: hvcs: Fix odd use of strlcpyJoe Perches2019-09-041-2/+2