aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18s390/3270: fix allocation of tty3270_screen structureMartin Schwidefsky1-1/+1
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
2013-05-02s390/memory hotplug,sclp: get rid of per memory increment usecountHeiko Carstens1-18/+2
2013-05-02s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens1-2/+2
2013-05-02s390/zcore: calculate real memory size using own get_mem_size functionHeiko Carstens1-15/+15
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-14/+3
2013-04-26s390/memory hotplug: prevent offline of active memory incrementsHeiko Carstens1-1/+3
2013-04-23s390/zcore: Fix HSA copy length for last blockMichael Holzheu1-1/+1
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott2-2/+2
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott2-3/+3
2013-04-17s390/monreader: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-7/+9
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-03-21s390/3270: fix minor_start issueMartin Schwidefsky1-7/+9
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby2-14/+3
2013-03-11s390/kdump: Do not add standby memory for kdumpMichael Holzheu1-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-7/+7
2013-02-22new helper: file_inode(file)Al Viro3-7/+7
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-416/+501
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-8/+2
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens2-3/+3
2013-02-14s390/zcore: Add hsa fileMichael Holzheu1-3/+59
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky3-314/+331
2013-02-14s390/3270: introduce device notifierMartin Schwidefsky4-82/+83
2013-02-14s390/3270: fix initialization order in tty3270_alloc_viewMartin Schwidefsky1-6/+8
2013-02-14s390/3270: readd tty3270_openMartin Schwidefsky1-0/+15