summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-10-07s390/ap: add error response code field for ap queue devicesHarald Freudenberger4-26/+101
2020-10-07s390/ap: split ap queue state machine state from device stateHarald Freudenberger5-57/+155
2020-10-07s390/zcrypt: introduce msg tracking in zcrypt functionsHarald Freudenberger5-124/+213
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-02s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov2-6/+13
2020-09-30s390: remove orphaned function declarationsVasily Gorbik4-17/+0
2020-09-30s390/sclp: remove orphaned sclp_set_columns and sclp_set_htabVasily Gorbik2-20/+0
2020-09-30s390/sclp_sdias: remove unused sclp_sdias_exitVasily Gorbik2-8/+0
2020-09-30s390/cio: remove unused channel_subsystem_reinitVasily Gorbik1-14/+0
2020-09-29s390/3215: simplify the return expression of tty3215_open()Qinglang Miao1-6/+1
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+12
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun2-0/+42
2020-09-26Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+2
2020-09-26s390/stp: add support for leap secondsSven Schnelle1-0/+21
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-4/+4
2020-09-24s390/pkey: support CCA and EP11 secure ECC private keysHarald Freudenberger5-80/+756
2020-09-24s390/zcrypt: Support for CCA APKA master keysHarald Freudenberger5-57/+154
2020-09-24s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger1-1/+2
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2-197/+188
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann4-74/+50
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann4-52/+36
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann4-7/+5
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann1-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann5-51/+51
2020-09-23s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann1-13/+14
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann3-17/+16
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann1-1/+0
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-7/+14
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