aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08s390/sclp: get rid of common response code handlingHeiko Carstens3-33/+17
2017-02-08s390/sclp: don't add new lines to each printed stringHeiko Carstens1-9/+7
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens4-280/+228
2017-02-08s390/sclp: disable early sclp code as soon as the base sclp driver is activeHeiko Carstens3-7/+11
2017-02-08s390/sclp: move early printk code to driversHeiko Carstens2-1/+228
2017-01-16s390: use false/true when using boolHeiko Carstens2-2/+2
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens1-1/+1
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds13-13/+13
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-61/+61
2016-12-12s390/vmlogrdr: fix IUCV buffer allocationGerald Schaefer1-1/+1
2016-12-07s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens3-24/+55
2016-11-17zcore: Improve startup-message textMichael Holzheu1-1/+1
2016-11-10s390: char: make slp_ctl explicitly non-modularPaul Gortmaker1-2/+2
2016-10-31s390: char: make slcp_quiesce explicitly non-modularPaul Gortmaker1-3/+1
2016-10-31s390: char: make sclp_tty explicitly non-modularPaul Gortmaker1-2/+1
2016-10-31s390: char: make con3215 explicitly non-modularPaul Gortmaker1-11/+1
2016-10-31s390: char: make zcore explicitly non-modularPaul Gortmaker1-19/+1
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-15/+16
2016-09-30s390/con3270: fix insufficient space paddingSascha Silbe1-2/+7
2016-09-30s390/con3270: fix use of uninitialised dataSascha Silbe1-1/+1
2016-09-20s390/vmur: fix irq pointer dereference in int handlerSebastian Ott1-4/+5
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan1-18/+1
2016-08-24s390/tape: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+26
2016-07-13s390/console: Make preferred console handling more consistentPeter Oberparleiter1-1/+2
2016-06-13s390/ipl: rename diagnose enumsHeiko Carstens1-1/+1
2016-06-13s390/cpuinfo: show dynamic and static cpu mhzHeiko Carstens1-1/+1
2016-06-13s390/keyboard: use memdup_user_nul()Muhammad Falak R Wani1-12/+3
2016-06-10s390/sclp: detect storage-key facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect interlock-and-broadcast-suppression facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect PFMF interpretation facilityDavid Hildenbrand1-1/+3
2016-06-10s390/sclp: detect conditional-external-interception facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect intervention bypass facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect guest-storage-limit-suppressionDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect cmmaDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect guest-PER enhancementDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect 64-bit-SCAO facilityDavid Hildenbrand1-0/+1
2016-06-10s390: Make cpc_name accessibleJanosch Frank1-8/+15
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-14/+12
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-190/+337
2016-05-10s390/3270: hangup the 3270 tty after a disconnectMartin Schwidefsky1-3/+35
2016-05-10s390/3270: handle reconnect of a tty with a different sizeMartin Schwidefsky2-4/+53
2016-05-09s390/sclp: Add hmfai fieldAlexander Yarygin1-1/+5
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman1-5/+7
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky5-95/+23
2016-05-04s390/3270: fix garbled output on 3270 tty viewMartin Schwidefsky1-1/+4
2016-05-04s390/3270: fix view reference countingMartin Schwidefsky1-8/+6
2016-05-04s390/3270: add missing tty_kref_putMartin Schwidefsky1-0/+1