summaryrefslogtreecommitdiff
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-054-24/+42
|\
| * scsi: zfcp: Switch to attribute groupsBart Van Assche2021-10-163-21/+39
| * scsi: zfcp_scsi: Call scsi_done() directlyBart Van Assche2021-10-162-3/+3
* | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-11-034-118/+167
|\ \
| * | vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-283-48/+85
| * | vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe2021-10-281-22/+15
| * | vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe2021-10-281-47/+66
| * | vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe2021-10-281-1/+1
| * | Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson2021-09-301-1/+1
| |\ \
| | * | vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0212-254/+232
|\ \ \ \
| * | | | s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann2021-10-251-0/+2
| * | | | s390/qeth: fix kernel doc commentsHeiko Carstens2021-10-252-6/+6
| * | | | s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens2021-10-251-0/+1
| * | | | s390/qeth: fix various format stringsHeiko Carstens2021-10-251-7/+7
| * | | | s390/qeth: don't keep track of Input Queue countJulian Wiedmann2021-10-252-11/+7
| * | | | s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann2021-10-251-3/+3
| * | | | s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-252-34/+19
| * | | | s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann2021-10-254-12/+6
| * | | | s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann2021-10-251-6/+6
| * | | | net: s390: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-224-8/+7
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-073-13/+45
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-1/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-238-22/+23
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-1620-511/+75
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | s390/ism: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-141-1/+1
| * | | | | s390/netiucv: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-142-53/+53
| * | | | | s390/lcs: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-141-60/+61
| * | | | | s390/ctcm: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-143-53/+53
* | | | | | s390/dasd: fix possibly missed path verificationStefan Haberland2021-10-202-3/+15
* | | | | | s390/dasd: fix missing path conf_data after failed allocationStefan Haberland2021-10-201-1/+12
* | | | | | s390/dasd: summarize dasd configuration data in a separate structureStefan Haberland2021-10-202-97/+98
* | | | | | s390/dasd: move dasd_eckd_read_fc_securityStefan Haberland2021-10-201-2/+3
* | | | | | s390/dasd: split up dasd_eckd_read_confStefan Haberland2021-10-201-79/+51
* | | | | | s390/dasd: fix kernel doc commentHeiko Carstens2021-10-201-2/+2
* | | | | | s390/dasd: handle request magic consistently as unsigned intHeiko Carstens2021-10-203-8/+8
* | | | | | block: switch polling to be bio basedChristoph Hellwig2021-10-181-4/+3
* | | | | | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 's390-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-10-013-13/+45
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | s390/cio: avoid excessive path-verification requestsVineeth Vijayan2021-09-273-13/+45
| | |_|/ | |/| |
* | | | Merge tag 'vfio-v5.15-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-281-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | vfio/ap_ops: Add missed vfio_uninit_group_dev()Jason Gunthorpe2021-09-241-1/+3
* | | | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-235-18/+17
|\ \ \ \ | |/ / / |/| | |
| * | | s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-212-3/+10
| * | | s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-214-15/+4
| * | | s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann2021-09-211-0/+3
| | |/ | |/|
* | | s390/ap: fix kernel doc commentsHeiko Carstens2021-09-152-3/+4
* | | s390/sclp: fix Secure-IPL facility detectionAlexander Egorenkov2021-09-151-1/+2
|/ /
* | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-0920-511/+75
|\ \ | |/ |/|
| * s390/zcrypt: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-086-48/+48