aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
AgeCommit message (Expand)Author
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-07-04Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens
2023-06-28s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev
2023-06-16s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden
2023-06-16s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden
2023-06-16s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden
2023-06-16s390/uvdevice: Add info IOCTLSteffen Eiden
2023-06-01s390/zcore: conditionally clear memory on reiplMikhail Zaslonko
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-04-13s390/sclp: replace zero-length array with flexible-array memberHeiko Carstens
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-06s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev
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/fs3270: split header filesSven Schnelle
2023-01-09s390/fs3270: fix screen reset on activateSven Schnelle
2023-01-09s390/fs3270: fix function prototypesSven Schnelle
2023-01-09s390/fs3270: use *ptr instead of struct in kzallocSven Schnelle
2023-01-09s390/fs3270: remove duplicate assignmentSven Schnelle
2023-01-09s390/fs3270: add missing braces to if/elseSven Schnelle
2023-01-09s390/fs3270: fix whitespace errorsSven Schnelle
2023-01-09s390/raw3270: fix nullpointer checkSven Schnelle
2023-01-09s390/raw3270: split up raw3270_activate_view()Sven Schnelle
2023-01-09s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle
2023-01-09s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle
2023-01-09s390/raw3270: add comment to spinlock memberSven Schnelle
2023-01-09s390/raw3270: fix raw3270 declarationsSven Schnelle
2023-01-09s390/raw3270: fix indentation/whitespace errorsSven Schnelle
2023-01-09s390/raw3270: move EXPORT_SYMBOL() next to functionsSven 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