summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)Author
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-21s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik
2020-09-21s390/sclp: clean up unneeded .data section usageVasily Gorbik
2020-09-17s390/ap: remove unnecessary spin_lock_init()Qinglang Miao
2020-09-17s390/zcrypt: remove set_fs() invocation in zcrypt device driverHarald Freudenberger
2020-09-15scsi: zfcp: Clarify access to erp_action in zfcp_fsf_req_complete()Julian Wiedmann
2020-09-15scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()Julian Wiedmann
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter
2020-09-14s390/dasd: Fix zero write for FBA devicesJan Höppner
2020-09-14s390/zcrypt: simplify cca_findcard2 loop codeHarald Freudenberger
2020-09-14s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann
2020-09-14s390/qdio: clean up QDR setupJulian Wiedmann
2020-09-14s390/qdio: make qdio_handle_aobs() more robustJulian Wiedmann
2020-09-14s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger
2020-09-10s390/net: add SMC config as one of the defaults of CCWGROUPGuvenc Gulce
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-08-27s390/qeth: strictly order bridge address eventsJulian Wiedmann
2020-08-27s390/qeth: unify structs for bridge port stateJulian Wiedmann
2020-08-27s390/qeth: copy less data from bridge state eventsJulian Wiedmann
2020-08-27s390/qeth: don't let HW override the configured port roleJulian Wiedmann
2020-08-27s390/qeth: don't disable address events during initializationJulian Wiedmann
2020-08-27s390/qeth: make queue lock a proper spinlockJulian Wiedmann
2020-08-27s390/qeth: use to_delayed_work()Julian Wiedmann
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-17scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier
2020-08-17s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan
2020-08-11s390/pkey: remove redundant variable initializationTianjia Zhang
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-31s390/qeth: use all configured RX buffersJulian Wiedmann
2020-07-31s390/qeth: don't process empty bridge port eventsJulian Wiedmann
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann
2020-07-31s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook