summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-430/+489
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds35-1037/+355
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao1-2/+2
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2-5/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann9-76/+30
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann1-9/+3
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2-6/+5
2020-12-02s390/cio: remove pm support from ccw bus driverVineeth Vijayan5-258/+2
2020-12-02s390/cio: remove pm support from css-bus driverVineeth Vijayan2-139/+1
2020-12-02s390/cio: remove pm support from IO subchannel driversVineeth Vijayan1-14/+0
2020-12-02s390/cio: remove pm support from chsc subchannel driverVineeth Vijayan1-29/+0
2020-12-02s390/vmur: remove unused pm related functionsVineeth Vijayan1-24/+0
2020-12-02s390/tape: remove unsupported PM functionsVineeth Vijayan4-53/+0
2020-12-02s390/cio: remove pm support from eadm-sch driversVineeth Vijayan1-13/+0
2020-12-02s390: remove pm support from console driversVineeth Vijayan4-150/+15
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan4-198/+2
2020-12-02s390/zfcp: remove pm support from zfcp driverVineeth Vijayan4-80/+4
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2-6/+1
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior3-53/+9
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann1-29/+24
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-47/+68
2020-11-27Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-47/+62
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann2-24/+58
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter1-16/+2
2020-11-20Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik1-3/+3
2020-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann3-49/+93
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann2-2/+145
2020-11-18s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann1-12/+2
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann3-31/+42
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann3-76/+79
2020-11-18s390/qeth: tolerate error when querying card infoJulian Wiedmann1-6/+1
2020-11-18s390/qeth: remove useless if/elseKaixu Xia1-4/+1
2020-11-18s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann1-18/+15
2020-11-18s390/sclp: provide extended sccb supportSumanth Korikkar4-8/+19
2020-11-18s390/sclp: avoid copy of sclp_info_sccbSumanth Korikkar3-8/+9
2020-11-18s390/sclp: use memblock for early read cpu infoSumanth Korikkar1-22/+28
2020-11-16s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland1-0/+6
2020-11-09s390/zcrypt/pkey: introduce zcrypt_wait_api_operational() functionHarald Freudenberger3-0/+83
2020-11-09s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger2-10/+166
2020-11-03s390/pkey: fix paes selftest failure with paes and pkey static buildHarald Freudenberger1-14/+16
2020-11-03s390/ap: fix ap devices reference countingHarald Freudenberger3-12/+21