aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-8/+17
2018-03-22s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann1-0/+1
2018-03-22s390/qeth: lock read device while queueing next bufferJulian Wiedmann1-3/+13
2018-03-22s390/qeth: when thread completes, wake up all waitersJulian Wiedmann1-1/+1
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann3-4/+2
2018-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-56/+45
2018-02-28s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-02-28s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-02-28Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-02-28s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-02-28s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-02-28s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-02-22s390/cio: clear timer when terminating driver I/OSebastian Ott1-0/+1
2018-02-22s390/cio: fix return code after missing interruptSebastian Ott2-2/+5
2018-02-22s390/cio: fix ccw_device_start_timeout APISebastian Ott1-40/+32
2018-02-19s390/dasd: fix handling of internal requestsStefan Haberland1-14/+7
2018-02-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+29
2018-02-14virtio/s390: implement PM operations for virtio_ccwChristian Borntraeger1-0/+29
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-7/+14
2018-02-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-02-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-18/+19
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky1-0/+2
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott5-11/+9
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2-0/+12
2018-02-02s390/cmf: fix kerneldocCornelia Huck1-7/+8
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-10/+10
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-19/+4
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář7-47/+99
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-540/+370
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-1/+2
2018-01-23s390/sclp: fix .data section specificationVasily Gorbik1-2/+2
2018-01-23s390/dasd: Remove dead return code checksJan Höppner1-12/+0
2018-01-23s390/dasd: Simplify codeChristophe JAILLET1-5/+2
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams1-0/+1
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams1-1/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+12
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches3-9/+9
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-1/+1
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-0/+12
2018-01-02s390/qeth: support early setup for z/VM NICsJulian Wiedmann1-9/+77
2018-01-02s390/qeth: use common helper to display rxip/vipaJulian Wiedmann1-66/+24
2018-01-02s390/qeth: improve error reporting on IP add/removalJulian Wiedmann3-25/+35
2018-01-02s390/dasd: fix wrongly assigned configuration dataStefan Haberland1-0/+10
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2017-12-20s390/qeth: replace open-coded in*_pton()Julian Wiedmann3-89/+12
2017-12-20s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann1-8/+10
2017-12-20s390/qeth: streamline l3_fill_header()Julian Wiedmann1-56/+43
2017-12-20s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2-8/+23
2017-12-20s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2-5/+1
2017-12-20s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2-35/+20
2017-12-20s390/qeth: robustify qeth_get_ip_version()Julian Wiedmann1-6/+8
2017-12-20s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2-67/+43
2017-12-20s390/qeth: use ether_addr_* helpersJulian Wiedmann6-37/+32
2017-12-20s390/qeth: consolidate qeth MAC address helpersJulian Wiedmann1-29/+18
2017-12-20s390/qeth: don't keep track of MAC address's cast typeJulian Wiedmann2-20/+8
2017-12-20s390/qeth: drop CONFIG_QETH_IPV6Julian Wiedmann2-54/+9
2017-12-20s390/qeth: use ip*_eth_mc_map helpersJulian Wiedmann1-29/+14
2017-12-20qeth: convert qeth_reply.refcnt from atomic_t to refcount_tElena Reshetova2-6/+5
2017-12-20net: convert lcs_reply.refcnt from atomic_t to refcount_tElena Reshetova2-8/+5
2017-12-20s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
2017-12-15s390/qeth: update takeover IPs after configuration changeJulian Wiedmann5-37/+67
2017-12-15s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2017-12-15s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2-4/+6
2017-12-15s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann3-20/+19
2017-12-13s390/sclp: disable FORTIFY_SOURCE for early sclp codeHeiko Carstens1-0/+2
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky7-0/+7
2017-12-05s390/dasd: prevent prefix I/O errorStefan Haberland1-6/+10
2017-12-05s390/dasd: remove 'struct timespec' usageArnd Bergmann2-6/+6
2017-12-05s390/qdio: restrict target-full handling to IQDIOJulian Wiedmann1-2/+2
2017-12-05s390/qdio: consider ERROR buffers for inbound-full conditionJulian Wiedmann1-1/+2
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+41
2017-12-02s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-02s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds69-295/+71
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-3/+3
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman10-72/+0
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman17-221/+0
2017-11-24s390: virtio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2-0/+2
2017-11-24s390: scsi: zfcp_aux: add SPDX identifierGreg Kroah-Hartman1-0/+1
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman10-0/+10
2017-11-24s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman14-0/+14
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman16-0/+16
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman18-0/+18
2017-11-24s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman8-0/+8
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-4/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-13/+13
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-9/+4
2017-11-20s390/zcrypt: Fix wrong comparison leading to strange load balancingHarald Freudenberger1-2/+2
2017-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds21-92/+90
2017-11-16zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier3-4/+4
2017-11-16s390/scsi: Convert timers to use timer_setup()Kees Cook3-14/+17
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-293/+904
2017-11-14s390/ap_bus: Convert timers to use timer_setup()Kees Cook3-7/+7
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook8-51/+48
2017-11-14s390/cio: Convert timers to use timer_setup()Kees Cook4-15/+14
2017-11-14s390: qdio: Convert timers to use timer_setup()Kees Cook3-5/+4
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+14
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds32-828/+327
2017-11-10Merge tag 'vfio-ccw-20171109' of git://git.kernel.org/pub/scm/linux/kernel/gi...Heiko Carstens1-0/+2
2017-11-09s390/zcrypt: Rework struct ap_qact_ap_info.Harald Freudenberger2-21/+21
2017-11-08s390/dasd: avoid calling do_gettimeofday()Arnd Bergmann1-8/+8
2017-11-08s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne1-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller141-0/+141
2017-11-03s390/qdio: sanitize put_indicatorSebastian Ott1-4/+2
2017-11-03s390/qdio: use atomic_cmpxchgSebastian Ott1-3/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds141-0/+141
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman141-0/+141
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/...Linus 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
2017-09-18s390/qeth: add VNICC enable/disable supportHans Wippel5-14/+392
2017-09-18s390/qeth: add basic VNICC supportHans Wippel4-4/+172
2017-09-13s390/dasd: fix race during dasd initializationStefan Haberland1-3/+9
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-227/+262
2017-09-08s390/dasd: blk-mq conversionStefan Haberland3-165/+193
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-110/+178
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-329/+356
2017-09-06s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2-4/+29
2017-09-06s390/zcrypt: externalize AP config info queryHarald Freudenberger2-16/+16
2017-09-06s390/zcrypt: externalize test AP queueTony Krowiak3-42/+24
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds26-102/+398
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-31Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky1-1/+1
2017-08-29s390/dasd: Add discard support for FBA devicesJan Höppner4-4/+221
2017-08-29s390/zcrypt: make CPRBX constBhumika Goyal1-1/+1
2017-08-29s390/vmcp: simplify vmcp_response_free()Heiko Carstens1-3/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-3/+3
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner8-18/+14
2017-08-23s390/dasd: add average request times to dasd statisticsStefan Haberland2-4/+34
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann3-22/+65
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann4-10/+8
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann4-21/+23
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann1-6/+6
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann1-102/+123
2017-08-15s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop1-3/+5
2017-08-15s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop1-2/+2
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann7-74/+67
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann4-18/+10
2017-08-15s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2-19/+18
2017-08-15s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann1-15/+14
2017-08-15s390/qeth: simplify fragment type selectionJulian Wiedmann1-15/+8
2017-08-15s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann1-13/+1