summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)Author
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-03vfio-ccw: Wire in the request callbackEric Farman
2020-12-02s390/cio: remove pm support from ccw bus driverVineeth Vijayan
2020-12-02s390/cio: remove pm support from css-bus driverVineeth Vijayan
2020-12-02s390/cio: remove pm support from IO subchannel driversVineeth Vijayan
2020-12-02s390/cio: remove pm support from chsc subchannel driverVineeth Vijayan
2020-12-02s390/vmur: remove unused pm related functionsVineeth Vijayan
2020-12-02s390/tape: remove unsupported PM functionsVineeth Vijayan
2020-12-02s390/cio: remove pm support from eadm-sch driversVineeth Vijayan
2020-12-02s390: remove pm support from console driversVineeth Vijayan
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan
2020-12-02s390/zfcp: remove pm support from zfcp driverVineeth Vijayan
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter
2020-11-20Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik
2020-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann
2020-11-18s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann
2020-11-18s390/qeth: tolerate error when querying card infoJulian Wiedmann
2020-11-18s390/qeth: remove useless if/elseKaixu Xia