summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-283-139/+248
|\
| * 390/qeth: Fix locking warning during qeth device setupThomas Richter2015-01-263-34/+132
| * qeth: clean up error handlingEugene Crosser2015-01-262-106/+117
* | qeth: Remove unneeded structure memberThomas Richter2015-01-181-1/+0Star
* | qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser2015-01-182-48/+32Star
* | qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser2015-01-184-15/+8Star
* | s390/net: Delete useless checks before function callsMarkus Elfring2015-01-183-14/+7Star
* | s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz2015-01-185-19/+15Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-3/+7
|\|
| * s390/zcrypt: kernel oops at insmod of the z90crypt device driverHarald Freudenberger2014-12-181-3/+7
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-154-4/+0Star
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-044-4/+0Star
| |\
| | * s390: char: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
| | * s390: block: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* | | 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-128-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/+0Star
| * | | | s390/dasd: fix infinite term I/O loopStefan Haberland2014-11-281-0/+14
| * | | | s390/dasd: remove unused codeStefan Haberland2014-11-281-12/+2Star
| * | | | 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/+35Star
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-1/+0Star
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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-271-4/+4
| * | | | lcs: replace sscanf by kstrto functionThomas Richter2014-10-271-5/+6
| * | | | qeth: s390 ethernet device driver dependencyThomas Richter2014-10-271-1/+1
| * | | | qeth: make local functions static in qeth_l3 moduleThomas Richter2014-10-272-8/+4Star
| * | | | qeth: fix some trace formating issuesThomas Richter2014-10-273-5/+5
| * | | | qeth: qeth_core_main make local functions staticThomas Richter2014-10-272-19/+15Star
| | |_|/ | |/| |
* | | | 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