aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+21
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-7/+21
2017-10-26vmur: convert urdev.ref_count from atomic_t to refcount_tElena Reshetova2-5/+7
2017-10-23s390/zcrypt: Introduce QACT support for AP bus devices.Harald Freudenberger5-15/+116
2017-10-23s390/zcrypt: Enable special header file flag for AU CPRPHarald Freudenberger1-1/+2
2017-10-23s390/zcrypt: CEX6S exploitationHarald Freudenberger4-15/+40
2017-10-20s390/qeth: don't dump control cmd twiceJulian Wiedmann1-1/+0
2017-10-20s390/qeth: support GRO flush timerJulian Wiedmann1-1/+1
2017-10-20s390/qeth: try harder to get packets from RX bufferJulian Wiedmann1-3/+1
2017-10-20s390/qeth: consolidate skb allocationJulian Wiedmann1-40/+31
2017-10-20s390/qeth: clean up page frag creationJulian Wiedmann1-20/+11
2017-10-20s390/qeth: no VLAN support on OSMJulian Wiedmann1-11/+6
2017-10-20s390/qeth: don't verify device when setting MAC addressJulian Wiedmann1-23/+0
2017-10-20s390/qeth: clean up initial MTU determinationJulian Wiedmann1-10/+4
2017-10-20s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-10-20s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko1-8/+5
2017-10-20s390/qeth: remove duplicated device matchingJulian Wiedmann4-50/+9
2017-10-20s390/drivers: use setup_timerAllen Pais1-6/+2
2017-10-20s390/qeth: rely on kernel for feature recoveryJulian Wiedmann2-23/+19
2017-10-18s390/dasd: remove unused debug macrosSebastian Ott1-16/+0
2017-10-18s390/debug: improve debug_eventSebastian Ott5-41/+7
2017-10-16scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier3-7/+21
2017-10-16vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi1-1/+17
2017-10-16vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi1-4/+0
2017-10-16s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-2/+1
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook1-1/+0
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook4-22/+14
2017-09-29s390/virtio: simplify MakefileHeiko Carstens1-2/+1
2017-09-29s390/virtio: remove the old KVM virtio transportThomas Huth2-518/+0
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann4-0/+9
2017-09-28s390/sclp: Use setup_timer and mod_timerHimanshu Jha2-10/+4
2017-09-28s390/zcrypt: Explicitly check input data length.Harald Freudenberger1-3/+3
2017-09-28s390/cmf: use tod_to_ns()Sebastian Ott1-5/+3
2017-09-28s390/cmf: avg_utilizationSebastian Ott1-23/+35
2017-09-28s390/cmf: read from hw bufferSebastian Ott1-31/+14
2017-09-28s390/cmf: simplify copy_blockSebastian Ott1-17/+3
2017-09-28s390/cmf: simplify cmb_copy_waitSebastian Ott1-49/+23
2017-09-28s390/cmf: simplify set_schib_waitSebastian Ott1-47/+23
2017-09-28s390/cmf: set_schib_wait add timeoutSebastian Ott1-7/+8
2017-09-28s390/char: fix cdev_add usageJean Delvare3-6/+3
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+36
2017-09-19s390/cio: recover from bad pathsSebastian Ott4-3/+24
2017-09-19s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott1-3/+3
2017-09-18s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus1-1/+2
2017-09-18s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann1-16/+11
2017-09-18s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2-12/+36
2017-09-18s390/qeth: simplify L3 sysfs group managementJulian Wiedmann1-33/+12
2017-09-18s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann4-22/+9
2017-09-18s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann1-1/+0
2017-09-18s390/qeth: add VNICC get/set timeout supportHans Wippel5-5/+190