summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-062-2/+2
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-041-3/+3
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-032-2/+2
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-281-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-032-8/+225
|\ \ | |/ |/|
| * s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden2023-06-161-0/+39
| * s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden2023-06-161-0/+52
| * s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden2023-06-161-0/+63
| * s390/uvdevice: Add info IOCTLSteffen Eiden2023-06-162-8/+71
* | s390/zcore: conditionally clear memory on reiplMikhail Zaslonko2023-06-011-1/+40
|/
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-303-6/+6
|\
| * s390/sclp: replace zero-length array with flexible-array memberHeiko Carstens2023-04-132-2/+2
| * s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-4/+4
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-175-5/+5
|/
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-2/+2
|\
| * tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* | s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens2023-02-062-5/+5
* | s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2023-01-131-1/+1
* | s390/con3270: move condev definitionHeiko Carstens2023-01-101-1/+3
* | s390/con3270: add special output handling when oops_in_progress is setSven Schnelle2023-01-091-15/+61
* | s390/con3270: set SBA and RA addresses when converting linesSven Schnelle2023-01-091-23/+8
* | s390/con3270: simplify update flagsSven Schnelle2023-01-091-20/+10
* | s390/con3270: return from notifier when activate view failsSven Schnelle2023-01-091-2/+6
* | s390/fs3270: split header filesSven Schnelle2023-01-092-88/+2
* | s390/fs3270: fix screen reset on activateSven Schnelle2023-01-091-6/+7
* | s390/fs3270: fix function prototypesSven Schnelle2023-01-091-38/+22
* | s390/fs3270: use *ptr instead of struct in kzallocSven Schnelle2023-01-091-1/+1
* | s390/fs3270: remove duplicate assignmentSven Schnelle2023-01-091-1/+2
* | s390/fs3270: add missing braces to if/elseSven Schnelle2023-01-091-6/+9
* | s390/fs3270: fix whitespace errorsSven Schnelle2023-01-091-16/+16
* | s390/raw3270: fix nullpointer checkSven Schnelle2023-01-091-1/+1
* | s390/raw3270: split up raw3270_activate_view()Sven Schnelle2023-01-091-28/+46
* | s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle2023-01-092-4/+8
* | s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle2023-01-091-9/+9
* | s390/raw3270: add comment to spinlock memberSven Schnelle2023-01-091-1/+1
* | s390/raw3270: fix raw3270 declarationsSven Schnelle2023-01-091-29/+30
* | s390/raw3270: fix indentation/whitespace errorsSven Schnelle2023-01-092-20/+23
* | s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle2023-01-091-24/+23
* | s390/con3270: fix minor checkpatch issuesSven Schnelle2023-01-091-11/+17
* | s390/con3270: use msecs_to_jiffies()Sven Schnelle2023-01-091-1/+1
* | s390/con3270: fix multiple assignments in one lineSven Schnelle2023-01-091-5/+10
* | s390/con3270: fix camelcase in enum membersSven Schnelle2023-01-091-13/+13
* | s390/con3270: add key help to status areaSven Schnelle2023-01-091-7/+33
* | s390/con3270: reduce highlight width to 3 bitsSven Schnelle2023-01-091-14/+21
* | s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle2023-01-091-10/+18
* | s390/con3270: rewrite command line recallingSven Schnelle2023-01-092-170/+74
* | s390/tty3270: use normal char buffer for prompt/inputSven Schnelle2023-01-091-55/+81
* | s390/tty3270: convert lines during outputSven Schnelle2023-01-092-238/+102
* | s390/con3270: generate status line during outputSven Schnelle2023-01-091-39/+45
* | s390/tty3270: add 3270 datastream helpersSven Schnelle2023-01-091-44/+53