index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
hvc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
tty: hvc: make hvc_rtas_dev static
ruanjinjie
1
-1
/
+1
2022-09-22
tty: hvc: remove HVC_IUCV_MAGIC
наб
1
-6
/
+5
2022-09-09
termios: start unifying non-UAPI parts of asm/termios.h
Al Viro
1
-0
/
+1
2022-08-30
tty: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
1
-1
/
+1
2022-05-05
tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
Shanker Donthineni
2
-4
/
+209
2022-04-26
tty: hvcs: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-26
tty/hvc_opal: simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-04-15
tty: hvc: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
3
-3
/
+3
2022-03-18
tty: hvc: fix return value of __setup handler
Randy Dunlap
1
-1
/
+3
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-12-16
xen/console: harden hvc_xen against event channel storms
Juergen Gross
1
-3
/
+27
2021-11-23
xen: flag hvc_xen to be not essential for system boot
Juergen Gross
1
-0
/
+1
2021-10-26
Revert "tty: hvc: pass DMA capable memory to put_chars()"
Greg Kroah-Hartman
2
-41
/
+16
2021-10-21
tty: hvc: pass DMA capable memory to put_chars()
Xianting Tian
2
-16
/
+41
2021-10-21
tty: hvc: use correct dma alignment size
Xianting Tian
1
-1
/
+1
2021-10-08
Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+5
2021-10-05
xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU
Jan Beulich
1
-3
/
+1
2021-10-05
xen/x86: make "earlyprintk=xen" work better for PVH Dom0
Jan Beulich
1
-5
/
+4
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2
-3
/
+3
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
3
-12
/
+11
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
1
-16
/
+19
2021-07-27
hvsi: don't panic on tty_register_driver failure
Jiri Slaby
1
-3
/
+16
2021-07-21
tty: hvc: replace BUG_ON() with negative return value
Juergen Gross
1
-3
/
+14
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-11
/
+9
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-51
/
+0
2021-06-18
s390/hvc_iucv: Remove power management support
Julian Wiedmann
1
-51
/
+0
2021-05-23
tty: hvc: udbg_hvc: retry putc on -EAGAIN
Nathan Lynch
1
-1
/
+1
2021-05-21
tty: hvc_console: Remove the repeated words 'no' and 'from'
Xiaofei Tan
1
-2
/
+2
2021-05-13
tty: hvc_iucv: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
3
-3
/
+3
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
3
-4
/
+4
2021-04-10
tty: hvc: make symbol 'hvc_udbg_dev' static
Yu Kuai
1
-1
/
+1
2021-03-15
Merge 5.12-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+1
2021-03-10
tty: hvc, drop unneeded forward declarations
Jiri Slaby
1
-25
/
+0
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-01-15
tty: hvcs: Drop unnecessary if block
Uwe Kleine-König
1
-3
/
+0
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-1
/
+1
2020-11-06
tty: hvc: hvc_opal: Staticify function invoked by reference
Lee Jones
1
-1
/
+1
2020-11-06
tty: hvc: hvc_vio: Staticify function invoked only by reference
Lee Jones
1
-1
/
+1
2020-09-27
tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n
Yang Yingliang
1
-0
/
+1
2020-09-04
tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
Tyrel Datwyler
1
-7
/
+7
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-25
hvc: unify console setup naming
Sergey Senozhatsky
1
-2
/
+2
2020-06-25
tty: hvc: Return proper error code from console ->setup() hook
Andy Shevchenko
1
-1
/
+1
2020-05-27
tty: hvc_console, fix crashes on parallel open/close
Jiri Slaby
1
-15
/
+8
2020-05-12
Revert "tty: hvc: Fix data abort due to race in hvc_open"
Greg Kroah-Hartman
1
-14
/
+2
2020-05-11
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2020-04-29
Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
[next]