summaryrefslogtreecommitdiff
path: root/drivers/s390/char/con3270.c
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-17s390: Remove compat supportHeiko Carstens
2025-10-21s390/con3270: Use scnprintf() instead of sprintf()Heiko Carstens
2025-08-17s390/char/con3270: use tty_port_tty guard()Jiri Slaby (SUSE)
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-30s390/con3270: Use strscpy() instead of strcpy()Heiko Carstens
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens
2024-11-12s390/con3270: Use NULL instead of 0 for pointersHeiko Carstens
2024-06-28s390/3270: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2023-12-08tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-01-10s390/con3270: move condev definitionHeiko Carstens
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle
2023-01-09s390/con3270: simplify update flagsSven Schnelle
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle
2023-01-09s390/con3270: fix minor checkpatch issuesSven Schnelle
2023-01-09s390/con3270: use msecs_to_jiffies()Sven Schnelle
2023-01-09s390/con3270: fix multiple assignments in one lineSven Schnelle
2023-01-09s390/con3270: fix camelcase in enum membersSven Schnelle
2023-01-09s390/con3270: add key help to status areaSven Schnelle
2023-01-09s390/con3270: reduce highlight width to 3 bitsSven Schnelle
2023-01-09s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle
2023-01-09s390/con3270: rewrite command line recallingSven Schnelle
2023-01-09s390/tty3270: use normal char buffer for prompt/inputSven Schnelle
2023-01-09s390/tty3270: convert lines during outputSven Schnelle
2023-01-09s390/con3270: generate status line during outputSven Schnelle
2023-01-09s390/tty3270: add 3270 datastream helpersSven Schnelle
2023-01-09s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle
2023-01-09s390/con3270: move tty3270_convert_line()Sven Schnelle
2023-01-09s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle
2023-01-09s390/tty3270: allocate screen with scrollbackSven Schnelle
2023-01-09s390/con3270: add helper to get number of tty rowsSven Schnelle
2023-01-09s390/tty3270: split up tty3270_convert_line()Sven Schnelle
2023-01-09s390/tty3270: resize terminal when the clear key is pressedSven Schnelle
2023-01-09s390/tty3270: move resize work to raw3270Sven Schnelle
2023-01-09s390/raw3270: add raw3270_start_request() helperSven Schnelle
2023-01-09s390/tty3270: add AID definesSven Schnelle
2023-01-09s390/tty3270: ignore NUL charactersSven Schnelle
2023-01-09s390/tty3270: add support for VT100 graphics escapeSven Schnelle
2023-01-09s390/tty3270: add support for graphic escapeSven Schnelle
2023-01-09s390/tty3270: add support for background colorSven Schnelle
2023-01-09s390/tty3270: add struct tty3270_attributeSven Schnelle
2023-01-09s390/tty3270: use switch/case in tty3270_erase_display()Sven Schnelle
2023-01-09s390/tty3270: use switch/case in tty3270_erase_line()Sven Schnelle