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
/
vt
/
vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
1
-6
/
+0
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: remove broken r3964 line discipline
Jiri Slaby
1
-2
/
+0
2021-03-28
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-03-23
tty: vt: Mundane typo fix in the file vt.c
Bhaskar Chowdhury
1
-1
/
+1
2021-01-07
vt: drop old FONT ioctls
Jiri Slaby
1
-36
/
+3
2021-01-07
vt: move set_leds to keyboard.c
Jiri Slaby
1
-2
/
+1
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-5
/
+6
2020-08-26
Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-18
tty: vt, fix kernel-doc
Jiri Slaby
1
-3
/
+4
2020-08-18
vc: propagate "viewed as bool" from screenpos up
Jiri Slaby
1
-8
/
+10
2020-08-18
vt: declare xy for get/putconsxy properly
Jiri Slaby
1
-5
/
+5
2020-08-18
vt: make vc_data pointers const in selection.h
Jiri Slaby
1
-7
/
+8
2020-08-18
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
1
-2
/
+3
2020-07-27
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
1
-11
/
+18
2020-07-21
tty: vt: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-21
vt: Reject zero-sized screen buffer size.
Tetsuo Handa
1
-11
/
+18
2020-06-24
vt: simplify noncolor attributes in build_attr
Jiri Slaby
1
-4
/
+4
2020-06-24
vt: remove superfluous parens in invert_screen and build_attr
Jiri Slaby
1
-3
/
+7
2020-06-24
vt: use newly defined CUR_* macros
Jiri Slaby
1
-9
/
+13
2020-06-24
vt: redefine world of cursor macros
Jiri Slaby
1
-1
/
+1
2020-06-24
vt: whitespace and paren cleanup in add_softcursor
Jiri Slaby
1
-7
/
+11
2020-06-24
vt: synchronize types and use min in csi_X
Jiri Slaby
1
-3
/
+5
2020-06-24
vt: make tc write more obvious in vc_con_write_normal
Jiri Slaby
1
-5
/
+8
2020-06-24
vt: simplify vc_attr handling in vc_con_write_normal
Jiri Slaby
1
-8
/
+4
2020-06-24
vc: simplify condition in vc_con_write_normal
Jiri Slaby
1
-1
/
+1
2020-06-24
vc: move normal char processing from do_con_write
Jiri Slaby
1
-89
/
+109
2020-06-24
vc: extract detecting control characters from do_con_write
Jiri Slaby
1
-26
/
+45
2020-06-24
vc: introduce struct vc_draw_region
Jiri Slaby
1
-19
/
+25
2020-06-24
vc: move translation out of do_con_write
Jiri Slaby
1
-10
/
+16
2020-06-24
vt: move rescan_last_byte label earlier
Jiri Slaby
1
-8
/
+4
2020-06-24
vt: extract attribute inversion to vc_invert_attr
Jiri Slaby
1
-8
/
+16
2020-06-24
vt: rearrange vc_translate_unicode
Jiri Slaby
1
-57
/
+64
2020-06-24
vt: separate unicode handling into vc_translate_unicode
Jiri Slaby
1
-68
/
+81
2020-06-24
vt: use modern types in do_con_write
Jiri Slaby
1
-9
/
+9
2020-06-24
vt: move vc_translate to vt.c and rename it
Jiri Slaby
1
-1
/
+13
2020-06-24
vt: get rid of VT10.ID macros
Jiri Slaby
1
-7
/
+4
2020-06-24
vt: use tty_insert_flip_string in respond_string
Jiri Slaby
1
-12
/
+15
2020-06-24
vt: convert vc_tab_stop to bitmap
Jiri Slaby
1
-26
/
+18
2020-06-24
vt: switch G0/1_charset to an array
Jiri Slaby
1
-11
/
+8
2020-06-24
vt: deduplicate setGx code
Jiri Slaby
1
-20
/
+26
2020-06-24
vc: switch state to bool
Jiri Slaby
1
-16
/
+16
2020-06-24
vt: introduce enum vc_intensity for intensity
Jiri Slaby
1
-15
/
+17
2020-06-24
vc: separate state
Jiri Slaby
1
-170
/
+157
[next]