aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-11/+9
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-51/+0
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann1-51/+0
2021-05-23tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch1-1/+1
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan1-2/+2
2021-05-13tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby3-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby3-4/+4
2021-04-10tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai1-1/+1
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby1-25/+0
2021-03-02vio: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+1
2020-11-06tty: hvc: hvc_opal: Staticify function invoked by referenceLee Jones1-1/+1
2020-11-06tty: hvc: hvc_vio: Staticify function invoked only by referenceLee Jones1-1/+1
2020-09-27tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang1-0/+1
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25hvc: unify console setup namingSergey Senozhatsky1-2/+2
2020-06-25tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2020-05-27tty: hvc_console, fix crashes on parallel open/closeJiri Slaby1-15/+8
2020-05-12Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman1-14/+2
2020-05-11Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2020-04-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2020-04-28tty: hvc: Fix data abort due to race in hvc_openRaghavendra Rao Ananta1-2/+14
2020-04-27Merge 5.7-rc3 into tty-nextGreg Kroah-Hartman1-9/+14
2020-04-23tty: hvc: fix buffer overflow during hvc_alloc().Andrew Melnychenko1-9/+14
2020-04-23tty: hvc: remove hvcs_driver_stringJason Yan1-2/+0
2020-04-21tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang1-1/+1
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+0
2020-03-18tty: hvc: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap1-3/+0
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-14/+42
2019-11-21tty: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-14/+14
2019-11-20tty: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-11-13riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal1-1/+1
2019-10-11hvc: dcc: Add earlycon supportMichal Simek1-0/+28
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches1-2/+2
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens1-1/+15
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-1/+0
2019-05-16tty: Don't force RISCV SBI console as preferred consoleAnup Patel1-1/+0
2019-04-16tty: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-02-26tty: hvc_xen: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring2-11/+2
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin1-1/+6
2018-09-10tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin1-2/+22
2018-09-10tty: hvc: hvc_poll() fix read loop hangNicholas Piggin1-2/+5