index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
vt_ioctl: move K* ioctls to a separate function
Jiri Slaby
2020-06-24
1
-137
/
+157
|
*
|
vt_ioctl: eliminate use of uival and ucval
Jiri Slaby
2020-06-24
1
-13
/
+6
|
*
|
vt_ioctl: eliminate ret & breaks in vt_ioctl
Jiri Slaby
2020-06-24
1
-185
/
+133
|
*
|
vt: simplify noncolor attributes in build_attr
Jiri Slaby
2020-06-24
1
-4
/
+4
|
*
|
vt: remove superfluous parens in invert_screen and build_attr
Jiri Slaby
2020-06-24
1
-3
/
+7
|
*
|
vt: use newly defined CUR_* macros
Jiri Slaby
2020-06-24
1
-9
/
+13
|
*
|
vt: redefine world of cursor macros
Jiri Slaby
2020-06-24
1
-1
/
+1
|
*
|
vt: whitespace and paren cleanup in add_softcursor
Jiri Slaby
2020-06-24
1
-7
/
+11
|
*
|
vt: synchronize types and use min in csi_X
Jiri Slaby
2020-06-24
1
-3
/
+5
|
*
|
vt: make tc write more obvious in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-5
/
+8
|
*
|
vt: simplify vc_attr handling in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-8
/
+4
|
*
|
vc: simplify condition in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-1
/
+1
|
*
|
vc: move normal char processing from do_con_write
Jiri Slaby
2020-06-24
1
-89
/
+109
|
*
|
vc: extract detecting control characters from do_con_write
Jiri Slaby
2020-06-24
1
-26
/
+45
|
*
|
vc: introduce struct vc_draw_region
Jiri Slaby
2020-06-24
1
-19
/
+25
|
*
|
vc: move translation out of do_con_write
Jiri Slaby
2020-06-24
1
-10
/
+16
|
*
|
vt: move rescan_last_byte label earlier
Jiri Slaby
2020-06-24
1
-8
/
+4
|
*
|
vt: extract attribute inversion to vc_invert_attr
Jiri Slaby
2020-06-24
1
-8
/
+16
|
*
|
vt: rearrange vc_translate_unicode
Jiri Slaby
2020-06-24
1
-57
/
+64
|
*
|
vt: separate unicode handling into vc_translate_unicode
Jiri Slaby
2020-06-24
1
-68
/
+81
|
*
|
vt: use modern types in do_con_write
Jiri Slaby
2020-06-24
1
-9
/
+9
|
*
|
vt: move vc_translate to vt.c and rename it
Jiri Slaby
2020-06-24
1
-1
/
+13
|
*
|
vt: get rid of VT10.ID macros
Jiri Slaby
2020-06-24
1
-7
/
+4
|
*
|
vt: use tty_insert_flip_string in respond_string
Jiri Slaby
2020-06-24
1
-12
/
+15
|
*
|
vt: convert vc_tab_stop to bitmap
Jiri Slaby
2020-06-24
1
-26
/
+18
|
*
|
vt: switch G0/1_charset to an array
Jiri Slaby
2020-06-24
1
-11
/
+8
|
*
|
vt: deduplicate setGx code
Jiri Slaby
2020-06-24
1
-20
/
+26
|
*
|
vc: switch state to bool
Jiri Slaby
2020-06-24
1
-16
/
+16
|
*
|
vt: introduce enum vc_intensity for intensity
Jiri Slaby
2020-06-24
1
-15
/
+17
|
*
|
vc: separate state
Jiri Slaby
2020-06-24
1
-170
/
+157
*
|
|
Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
2020-07-30
1
-1
/
+1
|
|
/
*
/
vt: Reject zero-sized screen buffer size.
Tetsuo Handa
2020-07-21
1
-11
/
+18
|
/
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
vt: keyboard: avoid signed integer overflow in k_ascii
Dmitry Torokhov
2020-05-27
1
-10
/
+16
*
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
2020-05-11
1
-2
/
+7
|
\
|
*
vt: fix unicode console freeing with a common interface
Nicolas Pitre
2020-05-04
1
-2
/
+7
*
|
Merge 5.7-rc3 into tty-next
Greg Kroah-Hartman
2020-04-27
1
-3
/
+4
|
\
|
|
*
vt: don't hardcode the mem allocation upper bound
Nicolas Pitre
2020-04-23
1
-1
/
+1
|
*
vt: don't use kmalloc() for the unicode screen buffer
Nicolas Pitre
2020-04-23
1
-2
/
+3
*
|
vt: extract selection chars storing from vc_do_selection
Jiri Slaby
2020-04-16
1
-37
/
+42
*
|
vt: selection, split __set_selection_kernel
Jiri Slaby
2020-04-16
1
-37
/
+43
|
/
*
vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers
2020-03-27
1
-4
/
+12
*
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers
2020-03-27
2
-9
/
+26
*
vt: indent switch-case in setterm_command properly
Jiri Slaby
2020-03-16
1
-61
/
+59
*
vt: selection, use rounddown() for start/endline computation
Jiri Slaby
2020-03-16
1
-3
/
+3
*
vt: use min() to limit intervals
Jiri Slaby
2020-03-16
1
-2
/
+2
*
vt: selection, fix double lock introduced by a merge
Jiri Slaby
2020-03-16
1
-1
/
+0
*
vt: vt_ioctl: remove unnecessary console allocation checks
Eric Biggers
2020-03-12
1
-15
/
+1
*
vt: drop redundant might_sleep() in do_con_write()
Eric Biggers
2020-03-12
1
-2
/
+0
[prev]
[next]