aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2015-04-23s390/3215: free memory in error pathGravatar Christophe Jaillet 1-0/+2
2015-04-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+3
2015-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 3-18/+75
2015-04-15s390: remove use of seq_printf return valueGravatar Joe Perches 1-5/+7
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-3740/+4
2015-04-15s390/dasd: Fix unresumed device after suspend/resume having no pathsGravatar Stefan Haberland 1-12/+16
2015-04-15s390/dasd: fix unresumed device after suspend/resumeGravatar Stefan Haberland 1-0/+5
2015-04-15s390/dasd: fix inability to set a DASD device offlineGravatar Stefan Haberland 2-4/+8
2015-04-15s390/mm: Fix memory hotplug for unaligned standby memoryGravatar Michael Holzheu 1-2/+46
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 12-145/+4
2015-04-15virtio_ccw: support non-legacy balloon devicesGravatar Michael S. Tsirkin 1-7/+3
2015-04-14mm, mempool: do not allow atomic resizingGravatar David Rientjes 1-2/+2
2015-03-25s390/dasd: remove setting of scheduler from driverGravatar Stefan Haberland 1-10/+1
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksGravatar Heiko Carstens 1-2/+2
2015-03-25s390: remove 31 bit supportGravatar Heiko Carstens 12-133/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+2
2015-02-28qeth: Fix command sizesGravatar Stefan Raspl 1-2/+3
2015-02-28s390: remove claw driverGravatar Ursula Braun 4-3738/+1
2015-02-26s390/dcss: array index 'i' is used before limits check.Gravatar Ameen Ali 1-1/+1
2015-02-26s390/scm_block: fix off by one during cluster reservationGravatar Sebastian Ott 1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+8
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+9
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 15-183/+229
2015-02-04s390/zcrypt: fixed domain scanning problem (again)Gravatar Ingo Tuchscherer 1-3/+7
2015-01-29s390/dasd: cleanup profilingGravatar Sebastian Ott 3-85/+27
2015-01-29s390/dasd: add locking for global_profile accessGravatar Sebastian Ott 3-14/+24
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-139/+248
2015-01-25390/qeth: Fix locking warning during qeth device setupGravatar Thomas Richter 3-34/+132
2015-01-25qeth: clean up error handlingGravatar Eugene Crosser 2-106/+117
2015-01-23s390/zcrypt: Add support for new crypto express (CEX5S) adapter.Gravatar Ingo Tuchscherer 4-9/+29
2015-01-23s390/zcrypt: Number of supported ap domains is not retrievable.Gravatar Ingo Tuchscherer 1-41/+96
2015-01-23s390/sclp: introduce check for the SIGP Interpretation FacilityGravatar David Hildenbrand 1-0/+8
2015-01-22s390/tape: remove redundant if statementGravatar Martin Schwidefsky 1-7/+5
2015-01-22s390/hmcdrv: free memory on error pathGravatar Christophe Jaillet 1-3/+3
2015-01-22dcssblk: issue warning when trying to save SN/EN type DCSSGravatar Gerald Schaefer 1-2/+13
2015-01-22s390: add SMT supportGravatar Martin Schwidefsky 2-11/+40
2015-01-17qeth: Remove unneeded structure memberGravatar Thomas Richter 1-1/+0
2015-01-17qeth: sysfs: replace strcmp() with sysfs_streq()Gravatar Eugene Crosser 2-48/+32
2015-01-17qeth: use qeth_card_hw_is_reachable() everywhereGravatar Eugene Crosser 4-15/+8
2015-01-17s390/net: Delete useless checks before function callsGravatar Markus Elfring 3-14/+7
2015-01-17s390/ctcm, netiucv: migrate variables to handle y2038 problemGravatar Aya Mahfouz 5-19/+15
2015-01-15s390/hmcdrv: remove unnecessary version.h inclusionGravatar Syam Sidhardhan 1-1/+0
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2015-01-13block: Change direct_access calling conventionGravatar Matthew Wilcox 1-12/+9
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-4/+4
2015-01-08s390/cio: idset.c: remove some unused functionsGravatar Rickard Strandqvist 2-22/+0
2014-12-18s390/zcrypt: kernel oops at insmod of the z90crypt device driverGravatar Harald Freudenberger 1-3/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-4/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2