summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | virtio/s390: handle error values in irbCornelia Huck2015-12-171-25/+37
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-1810-33/+66
|\
| * s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe2015-11-115-8/+14
| * s390/zcrypt: Fix kernel crash on systems without AP bus supportSascha Silbe2015-11-111-0/+6
| * s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-113-20/+46
| * s390/cio: simplify css_generate_pgidSebastian Ott2015-11-091-5/+0
* | block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-072-5/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-0428-2799/+1249
|\
| * s390/cio: de-duplicate subchannel validationPierre Morel2015-11-031-23/+4
| * s390/css: unneeded initialization in for_each_subchannelPierre Morel2015-11-031-1/+0
| * s390/dasd: fix disconnected device with valid path maskStefan Haberland2015-11-031-1/+6
| * s390/dasd: fix invalid PAV assignment after suspend/resumeStefan Haberland2015-11-031-4/+16
| * s390/dasd: fix double free in dasd_eckd_read_confStefan Haberland2015-11-031-12/+25
| * s390/cio: move ccw_device_stlck functionsSebastian Ott2015-10-273-70/+60
| * s390/cio: move ccw_device_call_handlerSebastian Ott2015-10-273-48/+38
| * s390/nmi: remove castsHeiko Carstens2015-10-271-3/+3
| * s390/dasd: fix list_del corruption after lcu changesStefan Haberland2015-10-151-1/+4
| * s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky2015-10-141-18/+8
| * s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky2015-10-146-1445/+2
| * s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2015-10-142-562/+520
| * s390/zcrypt: use explicit return code for flushed requestsMartin Schwidefsky2015-10-146-66/+88
| * s390/zcrypt: cleanup AP bus timer codeMartin Schwidefsky2015-10-141-18/+6
| * s390/zcrypt: fix suspend/resume of AP bus devicesMartin Schwidefsky2015-10-141-166/+160
| * s390/zcrypt: fix device unregister raceMartin Schwidefsky2015-10-141-2/+0
| * s390/zcrypt: fix memory leak with ap configuration dataMartin Schwidefsky2015-10-142-133/+117
| * s390/zcrypt: remove duplicate low level functionsMartin Schwidefsky2015-10-142-117/+32
| * s390/sclp: avoid merged message outputMartin Schwidefsky2015-10-143-83/+78
| * s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-143-3/+16
| * s390/cio: introduce pathmask_to_posSebastian Ott2015-10-142-9/+6
| * s390/cio: reactivate cmf after hibernateSebastian Ott2015-10-143-0/+15
| * s390/cio: use kmem_cache for extended measurement block allocationSebastian Ott2015-10-141-38/+26
| * s390/cio: fix memleak in channel measurementSebastian Ott2015-10-141-1/+3
| * s390/cio: improve locking during cmbe allocationSebastian Ott2015-10-141-20/+23
| * s390/cio: fix use after free in cmb processingSebastian Ott2015-10-142-11/+18
| * s390/cio: use device_lock during cmb activationSebastian Ott2015-10-142-13/+38
| * s390/cio: cleanup cmb_enable sysfs attrSebastian Ott2015-10-141-8/+14
| * s390/dasd: mark DASD devices as non rotationalChristian Borntraeger2015-10-141-0/+1
| * s390/zcrypt: enable odd RSA modulus sizes in CRT formatIngo Tuchscherer2015-10-144-5/+4
* | s390/qdio: fix WARN_ON_ONCE conditionEugene Crosser2015-10-071-2/+2
* | s390/qeth: optimize MAC handling in rx_mode callbackLakhvich Dmitriy2015-10-072-45/+111
* | s390/qeth: switch to napi_gro_receiveThomas Richter2015-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-1/+9
|\|
| * Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-09-181-1/+9
| |\
| | * virtio/s390: handle failures of READ_VQ_CONF ccwPierre Morel2015-09-161-1/+9
* | | s390/iucv: do not use arrays as argumentUrsula Braun2015-09-214-20/+18
* | | qeth: add layer 2 RX/TX checksum offloadingThomas Richter2015-09-214-147/+285
* | | qeth: move OSA portname into deprecated statusUrsula Braun2015-09-213-97/+11
* | | qeth: no write permission for readonly sysattrLakhvich Dmitriy2015-09-211-1/+1
* | | qeth: remove extraneous length from %pM formatEugene Crosser2015-09-211-2/+2
|/ /
* | drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-9/+1