aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann1-30/+14
2014-05-16s390/sclp: add sclp_get_ibc functionMichael Mueller1-1/+11
2014-04-22KVM: s390/sclp: correctly set eca siif bitHeiko Carstens1-1/+21
2014-04-11s390/sclp_cmd: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-11s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-11s390/sclp_vt220: Fix kernel panic due to early terminal inputPeter Oberparleiter1-3/+11
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-3/+3
2014-04-01s390/sclp: add timeout for queued requestsGerald Schaefer3-4/+104
2014-04-01s390/tape: Add missing destroy_timer_on_stack()Thomas Gleixner1-0/+1
2014-04-01s390/tape: Use del_timer_sync()Thomas Gleixner1-1/+1
2014-04-01s390/3270: fix crash with multiple reset device requestsMartin Schwidefsky1-3/+6
2014-03-26s390/con3270: optionally disable auto updateMartin Schwidefsky3-0/+17
2014-03-17s390/smp: limit number of cpus in possible cpu maskHeiko Carstens1-2/+21
2014-02-24s390/sclp_early: Return correct HSA block count also for zeroMichael Holzheu1-3/+5
2014-02-21s390/cio: reorder initialization of ccw consolesSebastian Ott2-2/+15
2014-02-21s390/cio: fix driver callback initialization for ccw consolesSebastian Ott4-8/+12
2014-01-24s390/hypfs: add interface for diagnose 0x304Martin Schwidefsky1-0/+5
2014-01-22s390/vmur: Link parent CCW device during UR device creationHendrik Brueckner1-2/+2
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-70/+65
2013-12-18s390/3270: fix allocation of tty3270_screen structureMartin Schwidefsky1-1/+1
2013-12-16s390/sclp_early: Add function to detect sclp console capabilitiesHendrik Brueckner1-16/+30
2013-12-16s390/sclp_early: Pass sccb pointer to every *_detect() functionHendrik Brueckner1-21/+16
2013-12-16s390/sclp_early: Replace early_read_info_sccb with sccb_earlyHendrik Brueckner1-8/+4
2013-12-16s390/sclp_early: Get rid of sclp_early_read_info_sccb_validHendrik Brueckner3-23/+16
2013-12-16s390/3270: fix use after free of tty3270_screen structureMartin Schwidefsky1-5/+2
2013-12-02s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_earlyHendrik Brueckner1-3/+2
2013-11-15s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu1-18/+9
2013-11-15s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu3-172/+176
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu5-17/+122
2013-11-15s390/sclp: Move declarations for sclp_sdias into separate header fileMichael Holzheu2-56/+68
2013-11-15s390/3270: fix missing device_destroy() callHendrik Brueckner1-0/+1
2013-10-24s390/3270: use diagnose 0x210 for device sensing under z/VMMartin Schwidefsky1-1/+1
2013-10-24s390/3270: remove unnecessary pointer checkMartin Schwidefsky1-1/+1
2013-10-24s390/monwriter: fix smatch warning for strcpy()Gerald Schaefer1-1/+1
2013-10-24s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu1-11/+9
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-2/+2
2013-10-15s390/vmlogrdr: fix array access in vmlogrdr_open()Heiko Carstens1-1/+1
2013-09-30s390/sclp: properly detect line mode consoleChristian Borntraeger1-3/+5
2013-09-30s390/3270: fix return value check in tty3270_resize_work()Wei Yongjun1-1/+1
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu1-3/+3
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens2-6/+6
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-3/+3
2013-08-22s390/sclp: reword cpu capability change messageHeiko Carstens1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-06-26s390/vmwatchdog: do not use static dataSebastian Ott1-2/+3
2013-06-26s390/sclp: remove duplicated include from sclp_ctl.cWei Yongjun1-1/+0
2013-06-26s390/drivers: Cocci spatch "ptr_ret.spatch"Thomas Meyer3-3/+3
2013-06-26s390/sclp: Add SCLP character device driverMichael Holzheu5-15/+166
2013-06-26s390/sclp: add parameter to specify number of buffer pagesMartin Schwidefsky4-7/+138