aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-54/+100
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-6/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-32/+4
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+5
2018-05-30s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.Harald Freudenberger3-40/+43
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-3/+3
2018-05-25s390/dasd: simplify locking in dasd_times_outSebastian Ott1-14/+17
2018-05-23s390/cio: add test for ccwgroup deviceSebastian Ott1-0/+6
2018-05-23s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott1-0/+31
2018-05-23s390/dasd: use blk_mq_rq_from_pdu for per request dataSebastian Ott1-2/+5
2018-05-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+33
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-32/+4
2018-05-15s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann1-8/+2
2018-05-15s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann1-1/+1
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik1-0/+3
2018-05-08scsi: zfcp: fix infinite iteration on ERP ready listJens Remus3-9/+33
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner10-131/+152
2018-04-27vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic1-1/+12
2018-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-12/+34
2018-04-23vfio: ccw: process ssch with interrupts disabledCornelia Huck1-7/+12
2018-04-23s390/dasd: fix IO error for newly defined devicesStefan Haberland1-2/+11
2018-04-23s390/cio: update chpid descriptor after resource accessibility eventSebastian Ott1-3/+11
2018-04-22s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann1-1/+1
2018-04-22s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann3-27/+40
2018-04-22s390/qeth: fix MAC address update sequenceJulian Wiedmann1-24/+31
2018-04-22s390/qeth: handle failure on workqueue creationJulian Wiedmann1-1/+7
2018-04-22s390/qeth: avoid control IO completion stallsJulian Wiedmann2-19/+5
2018-04-22s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann1-48/+37
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani6-6/+1
2018-04-16s390: remove couple of duplicate includesVasily Gorbik2-2/+0
2018-04-16s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky1-1/+1
2018-04-16s390/sclp: avoid potential usage of uninitialized valueVasily Gorbik1-1/+1
2018-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-705/+166
2018-04-11s390/zcrypt: Support up to 256 crypto adapters.Harald Freudenberger4-71/+156
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2018-04-10s390/zcrypt: Remove deprecated zcrypt proc interface.Harald Freudenberger1-231/+0
2018-04-10s390/zcrypt: Remove deprecated ioctls.Harald Freudenberger2-85/+1
2018-04-10s390/zcrypt: Make ap init functions static.Harald Freudenberger2-5/+2
2018-04-10s390: assume diag308 set always worksVasily Gorbik4-272/+0
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik1-33/+0
2018-04-10s390/qdio: lock device while installing IRQ handlerJulian Wiedmann1-0/+2
2018-04-10s390/qdio: clear intparm during shutdownJulian Wiedmann1-1/+3
2018-04-10s390/ccwgroup: require at least one ccw deviceJulian Wiedmann1-1/+4
2018-04-10s390/zcrypt: remove unused functions and declarationsHarald Freudenberger2-8/+0
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-1/+1
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds23-234/+973
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds5-9/+9
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams1-1/+1