summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-0/+8
|\
| * s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2015-01-231-0/+8
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-12/+9
|\ \
| * | block: Change direct_access calling conventionMatthew Wilcox2015-01-131-12/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-1115-183/+229
|\ \
| * | s390/zcrypt: fixed domain scanning problem (again)Ingo Tuchscherer2015-02-041-3/+7
| * | s390/dasd: cleanup profilingSebastian Ott2015-01-293-85/+27
| * | s390/dasd: add locking for global_profile accessSebastian Ott2015-01-293-14/+24
| * | s390/zcrypt: Add support for new crypto express (CEX5S) adapter.Ingo Tuchscherer2015-01-234-9/+29
| * | s390/zcrypt: Number of supported ap domains is not retrievable.Ingo Tuchscherer2015-01-231-41/+96
| * | s390/tape: remove redundant if statementMartin Schwidefsky2015-01-221-7/+5
| * | s390/hmcdrv: free memory on error pathChristophe Jaillet2015-01-221-3/+3
| * | dcssblk: issue warning when trying to save SN/EN type DCSSGerald Schaefer2015-01-221-2/+13
| * | s390: add SMT supportMartin Schwidefsky2015-01-222-11/+40
| * | s390/hmcdrv: remove unnecessary version.h inclusionSyam Sidhardhan2015-01-151-1/+0
| * | s390/cio: idset.c: remove some unused functionsRickard Strandqvist2015-01-082-22/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-273-139/+248
|\ \ \
| * | | 390/qeth: Fix locking warning during qeth device setupThomas Richter2015-01-253-34/+132
| * | | qeth: clean up error handlingEugene Crosser2015-01-252-106/+117
| |/ /
* | | qeth: Remove unneeded structure memberThomas Richter2015-01-171-1/+0
* | | qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser2015-01-172-48/+32
* | | qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser2015-01-174-15/+8
* | | s390/net: Delete useless checks before function callsMarkus Elfring2015-01-173-14/+7
* | | s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz2015-01-175-19/+15
* | | 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-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
OpenPOWER on IntegriCloud