aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-63/+80
2016-08-11s390/dasd: fix failing CUIR assignment under LPARStefan Haberland1-0/+10
2016-08-10s390/dasd: fix hanging device after clear subchannelStefan Haberland1-1/+9
2016-08-09virtio/s390: deprecate old transportCornelia Huck2-1/+7
2016-08-09virtio/s390: keep early_put_charsChristian Borntraeger1-1/+1
2016-08-08s390/qdio: avoid reschedule of outbound tasklet once killedUrsula Braun1-24/+25
2016-08-08s390/qdio: remove checks for ccw device internal stateSebastian Ott1-6/+0
2016-08-08s390/qdio: fix double return code evaluationSebastian Ott1-8/+3
2016-08-08s390/qdio: get rid of spin_lock_irqsave usageSebastian Ott1-11/+8
2016-08-08s390/cio: remove subchannel_id from ccw_device_privateSebastian Ott2-3/+0
2016-08-08s390/qdio: obtain subchannel_id via ccw_device_get_schid()Sebastian Ott1-9/+23
2016-08-08s390/cio: stop using subchannel_id from ccw_device_privateSebastian Ott1-3/+4
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+26
2016-07-31s390/zcrypt: fix possible memory leak in ap_module_init()Wei Yongjun1-1/+3
2016-07-31s390/zcrypt: Fix zcrypt suspend/resume behaviorIngo Tuchscherer5-6/+47
2016-07-31s390/cio: fix premature wakeup during chp configureSebastian Ott1-14/+32
2016-07-31s390/cio: convert cfg_lock mutex to spinlockSebastian Ott1-9/+9
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+3
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-725/+800
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+3
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds15-109/+209
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-0/+1
2016-07-18s390/cio/chp : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-9/+2
2016-07-15s390/chsc: improve channel path descriptor determinationSebastian Ott2-8/+7
2016-07-15s390/chsc: sanitize fmt check for chp_desc determinationSebastian Ott1-2/+3
2016-07-15s390/cio: make fmt1 channel path descriptor optionalSebastian Ott2-5/+8
2016-07-15s390/chsc: fix ioctl CHSC_INFO_CU commandSebastian Ott1-1/+1
2016-07-15s390/cio/device_ops: fix kernel docSebastian Ott1-11/+11
2016-07-14s390/cio: allow to reset channel measurement blockSebastian Ott1-9/+20
2016-07-13s390/console: Make preferred console handling more consistentPeter Oberparleiter1-1/+2
2016-07-12pmem: kill __pmem address spaceDan Williams1-3/+3
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2016-07-04qeth: delete napi struct when removing a qeth deviceUrsula Braun2-0/+2
2016-06-28s390/cio: use basic blocks for i/o inline assembliesHeiko Carstens1-9/+82
2016-06-28s390/cio: use basic blocks for cmf inline assembliesHeiko Carstens1-6/+9
2016-06-28s390/crypto: use basic blocks for ap bus inline assembliesHeiko Carstens1-28/+49
2016-06-27block: convert to device_add_disk()Dan Williams3-6/+3
2016-06-16s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott1-13/+12
2016-06-16qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSocketsHans Wippel2-4/+17
2016-06-16qeth: improve set_features error handlingHans Wippel1-11/+27
2016-06-16qeth: add network device features for VLAN devicesHans Wippel2-2/+10
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter4-198/+111
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy7-458/+482
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser4-8/+23
2016-06-16qeth: enable scatter/gather by defaultEugene Crosser2-3/+4
2016-06-16qeth: enable scatter/gather in layer 2 modeEugene Crosser1-1/+25
2016-06-16qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser1-1/+3
2016-06-16qeth: clean up condition when tso is usedEugene Crosser2-20/+30
2016-06-16qeth: refactor calculation of SBALE countEugene Crosser3-41/+85