index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
char
/
con3270.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-30
s390/con3270: Use strscpy() instead of strcpy()
Heiko Carstens
1
-5
/
+12
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
1
-1
/
+2
2024-11-12
s390/con3270: Use NULL instead of 0 for pointers
Heiko Carstens
1
-2
/
+2
2024-06-28
s390/3270: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-12-08
tty: con3270: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-6
/
+6
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-01-10
s390/con3270: move condev definition
Heiko Carstens
1
-1
/
+3
2023-01-09
s390/con3270: add special output handling when oops_in_progress is set
Sven Schnelle
1
-15
/
+61
2023-01-09
s390/con3270: set SBA and RA addresses when converting lines
Sven Schnelle
1
-23
/
+8
2023-01-09
s390/con3270: simplify update flags
Sven Schnelle
1
-20
/
+10
2023-01-09
s390/con3270: return from notifier when activate view fails
Sven Schnelle
1
-2
/
+6
2023-01-09
s390/con3270: fix minor checkpatch issues
Sven Schnelle
1
-11
/
+17
2023-01-09
s390/con3270: use msecs_to_jiffies()
Sven Schnelle
1
-1
/
+1
2023-01-09
s390/con3270: fix multiple assignments in one line
Sven Schnelle
1
-5
/
+10
2023-01-09
s390/con3270: fix camelcase in enum members
Sven Schnelle
1
-13
/
+13
2023-01-09
s390/con3270: add key help to status area
Sven Schnelle
1
-7
/
+33
2023-01-09
s390/con3270: reduce highlight width to 3 bits
Sven Schnelle
1
-14
/
+21
2023-01-09
s390/con3270: reduce f_color and b_color attribute size to 4 bit
Sven Schnelle
1
-10
/
+18
2023-01-09
s390/con3270: rewrite command line recalling
Sven Schnelle
1
-91
/
+74
2023-01-09
s390/tty3270: use normal char buffer for prompt/input
Sven Schnelle
1
-55
/
+81
2023-01-09
s390/tty3270: convert lines during output
Sven Schnelle
1
-236
/
+102
2023-01-09
s390/con3270: generate status line during output
Sven Schnelle
1
-39
/
+45
2023-01-09
s390/tty3270: add 3270 datastream helpers
Sven Schnelle
1
-44
/
+53
2023-01-09
s390/tty3270: move ASCII->EBCDIC conversion to convert_line()
Sven Schnelle
1
-42
/
+42
2023-01-09
s390/con3270: move tty3270_convert_line()
Sven Schnelle
1
-162
/
+162
2023-01-09
s390/raw3270: make raw3270_buffer_address() accept x/y coordinates
Sven Schnelle
1
-13
/
+8
2023-01-09
s390/tty3270: allocate screen with scrollback
Sven Schnelle
1
-14
/
+21
2023-01-09
s390/con3270: add helper to get number of tty rows
Sven Schnelle
1
-23
/
+29
2023-01-09
s390/tty3270: split up tty3270_convert_line()
Sven Schnelle
1
-68
/
+93
2023-01-09
s390/tty3270: resize terminal when the clear key is pressed
Sven Schnelle
1
-1
/
+19
2023-01-09
s390/tty3270: move resize work to raw3270
Sven Schnelle
1
-27
/
+19
2023-01-09
s390/raw3270: add raw3270_start_request() helper
Sven Schnelle
1
-4
/
+1
2023-01-09
s390/tty3270: add AID defines
Sven Schnelle
1
-2
/
+6
2023-01-09
s390/tty3270: ignore NUL characters
Sven Schnelle
1
-0
/
+2
2023-01-09
s390/tty3270: add support for VT100 graphics escape
Sven Schnelle
1
-4
/
+23
2023-01-09
s390/tty3270: add support for graphic escape
Sven Schnelle
1
-1
/
+43
2023-01-09
s390/tty3270: add support for background color
Sven Schnelle
1
-25
/
+78
2023-01-09
s390/tty3270: add struct tty3270_attribute
Sven Schnelle
1
-56
/
+57
2023-01-09
s390/tty3270: use switch/case in tty3270_erase_display()
Sven Schnelle
1
-16
/
+20
2023-01-09
s390/tty3270: use switch/case in tty3270_erase_line()
Sven Schnelle
1
-3
/
+10
2023-01-09
s390/con3270: fix formatting issues
Sven Schnelle
1
-114
/
+58
2023-01-09
s390/tty3270: rename to con3270
Sven Schnelle
1
-0
/
+2107
2023-01-09
s390/3270: unify con3270 + tty3270
Sven Schnelle
1
-651
/
+0
2022-05-06
s390/consoles: improve panic notifiers reliability
Guilherme G. Piccoli
1
-15
/
+16
2021-09-07
s390/con3270: use proper type for tasklet function
Heiko Carstens
1
-3
/
+4
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
[next]