summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* 390/qeth: Fix locking warning during qeth device setupThomas Richter2015-01-253-34/+132
* qeth: clean up error handlingEugene Crosser2015-01-252-106/+117
* s390/zcrypt: kernel oops at insmod of the z90crypt device driverHarald Freudenberger2014-12-181-3/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-144-4/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-034-4/+0
| |\
| | * s390: char: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * s390: block: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-1/+2
|\ \ \
| * | | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-2/+2
|\ \ \
| * | | treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-118-91/+278
|\ \ \ \
| * | | | s390/scm_block: make the number of reqs per HW req configurableSebastian Ott2014-12-082-17/+34
| * | | | s390/scm_block: handle multiple requests in one HW requestSebastian Ott2014-12-083-63/+132
| * | | | s390/scm_block: allocate aidaw pages only when necessarySebastian Ott2014-12-083-12/+36
| * | | | s390/scm_block: use mempool to manage aidaw requestsSebastian Ott2014-12-083-12/+55
| * | | | s390/eadm: change timeout valueSebastian Ott2014-12-081-1/+1
| * | | | s390/dasd: retry partition detectionStefan Haberland2014-11-281-2/+24
| * | | | s390/dasd: fix list corruption for sleep_on requestsStefan Haberland2014-11-281-3/+0
| * | | | s390/dasd: fix infinite term I/O loopStefan Haberland2014-11-281-0/+14
| * | | | s390/dasd: remove unused codeStefan Haberland2014-11-281-12/+2
| * | | | s390/sclp_async: add Kconfig option to specify the component idMartin Schwidefsky2014-11-282-1/+12
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-118-42/+35
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-1/+0
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ctcm: replace sscanf by kstrto functionThomas Richter2014-10-261-4/+4
| * | | | lcs: replace sscanf by kstrto functionThomas Richter2014-10-261-5/+6
| * | | | qeth: s390 ethernet device driver dependencyThomas Richter2014-10-261-1/+1
| * | | | qeth: make local functions static in qeth_l3 moduleThomas Richter2014-10-262-8/+4
| * | | | qeth: fix some trace formating issuesThomas Richter2014-10-263-5/+5
| * | | | qeth: qeth_core_main make local functions staticThomas Richter2014-10-262-19/+15
| | |_|/ | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-112-37/+177
|\ \ \ \
| * | | | virtio_ccw: finalize_features error handlingCornelia Huck2014-12-091-6/+10
| * | | | virtio_ccw: future-proof finalize_featuresMichael S. Tsirkin2014-12-091-1/+1
| * | | | virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1Michael S. Tsirkin2014-12-091-0/+7
| * | | | virtio: allow finalize_features to failMichael S. Tsirkin2014-12-092-3/+7
| * | | | virtio_ccw: legacy: don't negotiate rev 1/featuresMichael S. Tsirkin2014-12-091-3/+13
| * | | | KVM: s390: enable virtio-ccw revision 1Cornelia Huck2014-12-091-1/+1
| * | | | KVM: s390 allow virtio_ccw status writes to failMichael S. Tsirkin2014-12-091-1/+6
| * | | | KVM: s390: virtio-ccw revision 1 SET_VQCornelia Huck2014-12-091-12/+42
| * | | | KVM: s390: Set virtio-ccw transport revisionThomas Huth2014-12-091-0/+63
| * | | | virtio_ccw: add support for 64 bit features.Michael S. Tsirkin2014-12-091-7/+23
| * | | | virtio: assert 32 bit features in transportsMichael S. Tsirkin2014-12-092-0/+6
| * | | | virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-092-2/+2
| * | | | virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-092-15/+10
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-9/+7
|\ \ \ \
| * \ \ \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-1/+0
| |\ \ \ \ | | |/ / /
| * | | | assorted conversions to %p[dD]Al Viro2014-11-191-9/+7
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-089-50/+144
|\ \ \ \
| * | | | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-9/+2
OpenPOWER on IntegriCloud