aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08s390/cio: check the subchannel validity for dev_busidVineeth Vijayan1-2/+2
2021-11-08s390/tape: fix timer initialization in tape_std_assign()Sven Schnelle1-2/+1
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds25-158/+237
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-24/+42
2021-11-03Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds4-118/+167
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-254/+232
2021-10-28vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe3-48/+85
2021-10-28vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe1-22/+15
2021-10-28vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe1-47/+66
2021-10-28vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe1-1/+1
2021-10-26s390/ap: function rework based on compiler warningHarald Freudenberger1-0/+3
2021-10-26s390/cio: make ccw_device_dma_* more robustHalil Pasic1-1/+11
2021-10-26s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak3-20/+44
2021-10-26s390/hmcdrv: fix kernel doc commentsHeiko Carstens1-0/+3
2021-10-26s390/ap: new module option ap.useirqHarald Freudenberger1-1/+5
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev4-9/+14
2021-10-26s390/zcrypt: rework of debug feature messagesHarald Freudenberger10-117/+116
2021-10-26s390/ap: Fix hanging ioctl caused by orphaned repliesHarald Freudenberger1-0/+2
2021-10-25s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann1-0/+2
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens2-6/+6
2021-10-25s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens1-0/+1
2021-10-25s390/qeth: fix various format stringsHeiko Carstens1-7/+7
2021-10-25s390/qeth: don't keep track of Input Queue countJulian Wiedmann2-11/+7
2021-10-25s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann1-3/+3
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2-34/+19
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann4-12/+6
2021-10-25s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann1-6/+6
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski4-8/+7
2021-10-20s390/dasd: fix possibly missed path verificationStefan Haberland2-3/+15
2021-10-20s390/dasd: fix missing path conf_data after failed allocationStefan Haberland1-1/+12
2021-10-20s390/dasd: summarize dasd configuration data in a separate structureStefan Haberland2-97/+98
2021-10-20s390/dasd: move dasd_eckd_read_fc_securityStefan Haberland1-2/+3
2021-10-20s390/dasd: split up dasd_eckd_read_confStefan Haberland1-79/+51
2021-10-20s390/dasd: fix kernel doc commentHeiko Carstens1-2/+2
2021-10-20s390/dasd: handle request magic consistently as unsigned intHeiko Carstens3-8/+8
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+3
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-10-16scsi: zfcp: Switch to attribute groupsBart Van Assche3-21/+39
2021-10-16scsi: zfcp_scsi: Call scsi_done() directlyBart Van Assche2-3/+3
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+45
2021-10-04s390/block/scm_blk: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-04s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer1-1/+7
2021-10-04s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain1-2/+8
2021-10-04s390/sclp_vt220: fix unused function warningRandy Dunlap1-2/+2
2021-10-04s390/sclp_sd: fix warnings about missing parameter descriptionPeter Oberparleiter1-1/+8
2021-10-04s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan1-3/+6
2021-10-04s390/cio: unregister the subchannel while purgingVineeth Vijayan1-0/+2