aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+2
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-09-21s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik1-8/+3
2020-09-21s390/sclp: clean up unneeded .data section usageVasily Gorbik1-2/+2
2020-09-17s390/ap: remove unnecessary spin_lock_init()Qinglang Miao1-1/+0
2020-09-17s390/zcrypt: remove set_fs() invocation in zcrypt device driverHarald Freudenberger6-106/+92
2020-09-15scsi: zfcp: Clarify access to erp_action in zfcp_fsf_req_complete()Julian Wiedmann1-2/+8
2020-09-15scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()Julian Wiedmann1-5/+3
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter1-0/+125
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter1-1/+22
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter4-10/+123
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2-1/+110
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter3-10/+85
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter5-9/+104
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter4-18/+20
2020-09-14s390/dasd: Fix zero write for FBA devicesJan Höppner1-1/+8
2020-09-14s390/zcrypt: simplify cca_findcard2 loop codeHarald Freudenberger1-63/+58
2020-09-14s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann3-4/+4
2020-09-14s390/qdio: clean up QDR setupJulian Wiedmann1-20/+13
2020-09-14s390/qdio: make qdio_handle_aobs() more robustJulian Wiedmann1-22/+20
2020-09-14s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger1-4/+4
2020-09-10s390/net: add SMC config as one of the defaults of CCWGROUPGuvenc Gulce1-1/+1
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann2-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+11
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig1-7/+2
2020-08-27s390/qeth: strictly order bridge address eventsJulian Wiedmann3-8/+52
2020-08-27s390/qeth: unify structs for bridge port stateJulian Wiedmann2-14/+6
2020-08-27s390/qeth: copy less data from bridge state eventsJulian Wiedmann1-15/+14
2020-08-27s390/qeth: don't let HW override the configured port roleJulian Wiedmann1-6/+0
2020-08-27s390/qeth: don't disable address events during initializationJulian Wiedmann1-2/+0
2020-08-27s390/qeth: make queue lock a proper spinlockJulian Wiedmann2-65/+23
2020-08-27s390/qeth: use to_delayed_work()Julian Wiedmann1-2/+3
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+5
2020-08-17scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier1-2/+2
2020-08-17s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan1-0/+5
2020-08-11s390/pkey: remove redundant variable initializationTianjia Zhang1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-8/+10
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-199/+169
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+20
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-631/+685
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+12
2020-07-31s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-07-31s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann4-18/+26
2020-07-31s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14