summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-012-26/+40
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-12-231-1/+3
| |\
| | * s390/zcrypt: Fix AP queue handling if queue is fullIngo Tuchscherer2015-11-271-1/+3
| * | virtio/s390: handle error values in irbCornelia Huck2015-12-171-25/+37
| |/
* | qeth: get rid of redundant 0-terminationRasmus Villemoes2015-12-141-2/+0Star
* | qeth: repair SBAL elements calculationUrsula Braun2015-12-141-1/+1
* | qeth: initialize net_device with carrier offUrsula Braun2015-12-142-0/+2
* | qeth use common function qeth_get_setassparms_cmdThomas Richter2015-12-143-33/+17Star
* | s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring2015-12-141-5/+2Star
|/
* 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/+0Star
* | 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/+1249Star
|\
| * s390/cio: de-duplicate subchannel validationPierre Morel2015-11-031-23/+4Star
| * s390/css: unneeded initialization in for_each_subchannelPierre Morel2015-11-031-1/+0Star
| * 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/+60Star
| * s390/cio: move ccw_device_call_handlerSebastian Ott2015-10-273-48/+38Star
| * 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/+8Star
| * s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky2015-10-146-1445/+2Star
| * s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2015-10-142-562/+520Star
| * 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/+6Star
| * s390/zcrypt: fix suspend/resume of AP bus devicesMartin Schwidefsky2015-10-141-166/+160Star
| * s390/zcrypt: fix device unregister raceMartin Schwidefsky2015-10-141-2/+0Star
| * s390/zcrypt: fix memory leak with ap configuration dataMartin Schwidefsky2015-10-142-133/+117Star
| * s390/zcrypt: remove duplicate low level functionsMartin Schwidefsky2015-10-142-117/+32Star
| * s390/sclp: avoid merged message outputMartin Schwidefsky2015-10-143-83/+78Star
| * s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-143-3/+16
| * s390/cio: introduce pathmask_to_posSebastian Ott2015-10-142-9/+6Star
| * 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/+26Star
| * 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/+4Star
* | 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-271-1/+9
|\|