summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2015-12-18s390/cio: Consolidate inline assemblies and related data definitionsPeter Oberparleiter4-60/+73
2015-12-18s390/cio: Fix incorrect xsch opcode specificationPeter Oberparleiter1-1/+1
2015-12-18s390/cio: Remove unused inline assembliesPeter Oberparleiter5-31/+16
2015-11-27s390/sclp: add open for business supportJochen Schweflinghaus2-1/+109
2015-11-27s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interfaceHendrik Brueckner3-54/+0
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring4-16/+8
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky1-6/+5
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky2-3/+1
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky1-1/+1
2015-11-27s390/zcore: simplify memcpy_hsaMartin Schwidefsky1-68/+33
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky1-3/+17
2015-11-27s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky2-389/+9
2015-11-27s390/zcore: copy vector registers into the image dataMartin Schwidefsky1-16/+54
2015-11-27s390/zcore: remove invalid kfree in init_cpu_infoMartin Schwidefsky1-1/+0
2015-11-27s390/zcrypt: Fix AP queue handling if queue is fullIngo Tuchscherer1-1/+3
2015-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-33/+66
2015-11-11s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe5-8/+14
2015-11-11s390/zcrypt: Fix kernel crash on systems without AP bus supportSascha Silbe1-0/+6
2015-11-11s390: add support for ipl devices in subchannel sets > 0Sebastian Ott3-20/+46
2015-11-09s390/cio: simplify css_generate_pgidSebastian Ott1-5/+0
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe2-5/+8
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds28-2799/+1249
2015-11-03s390/cio: de-duplicate subchannel validationPierre Morel1-23/+4
2015-11-03s390/css: unneeded initialization in for_each_subchannelPierre Morel1-1/+0
2015-11-03s390/dasd: fix disconnected device with valid path maskStefan Haberland1-1/+6
2015-11-03s390/dasd: fix invalid PAV assignment after suspend/resumeStefan Haberland1-4/+16
2015-11-03s390/dasd: fix double free in dasd_eckd_read_confStefan Haberland1-12/+25
2015-10-27s390/cio: move ccw_device_stlck functionsSebastian Ott3-70/+60
2015-10-27s390/cio: move ccw_device_call_handlerSebastian Ott3-48/+38
2015-10-27s390/nmi: remove castsHeiko Carstens1-3/+3
2015-10-15s390/dasd: fix list_del corruption after lcu changesStefan Haberland1-1/+4
2015-10-14s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky1-18/+8
2015-10-14s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky6-1445/+2
2015-10-14s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2-562/+520
2015-10-14s390/zcrypt: use explicit return code for flushed requestsMartin Schwidefsky6-66/+88
2015-10-14s390/zcrypt: cleanup AP bus timer codeMartin Schwidefsky1-18/+6
2015-10-14s390/zcrypt: fix suspend/resume of AP bus devicesMartin Schwidefsky1-166/+160
2015-10-14s390/zcrypt: fix device unregister raceMartin Schwidefsky1-2/+0
2015-10-14s390/zcrypt: fix memory leak with ap configuration dataMartin Schwidefsky2-133/+117
2015-10-14s390/zcrypt: remove duplicate low level functionsMartin Schwidefsky2-117/+32
2015-10-14s390/sclp: avoid merged message outputMartin Schwidefsky3-83/+78
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky3-3/+16
2015-10-14s390/cio: introduce pathmask_to_posSebastian Ott2-9/+6
2015-10-14s390/cio: reactivate cmf after hibernateSebastian Ott3-0/+15
2015-10-14s390/cio: use kmem_cache for extended measurement block allocationSebastian Ott1-38/+26
2015-10-14s390/cio: fix memleak in channel measurementSebastian Ott1-1/+3
2015-10-14s390/cio: improve locking during cmbe allocationSebastian Ott1-20/+23
2015-10-14s390/cio: fix use after free in cmb processingSebastian Ott2-11/+18
2015-10-14s390/cio: use device_lock during cmb activationSebastian Ott2-13/+38
2015-10-14s390/cio: cleanup cmb_enable sysfs attrSebastian Ott1-8/+14