summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+19
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+31
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+7
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds5-33/+202
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov1-3/+19
2023-04-12s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-04-12s390/dasd: add autoquiesce event for start IO errorStefan Haberland1-0/+2
2023-04-12s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland4-0/+60
2023-04-12s390/dasd: add aq_requeue sysfs attributeStefan Haberland1-0/+36
2023-04-12s390/dasd: add aq_mask sysfs attributeStefan Haberland2-7/+59
2023-04-12s390/dasd: add autoquiesce featureStefan Haberland3-17/+46
2023-04-12s390/dasd: remove unused DASD EER definesStefan Haberland1-11/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+2
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-4/+4
2023-03-27s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak1-1/+2
2023-03-25scsi: zfcp: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-24net/ism: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-21/+21
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman6-6/+6
2023-03-15net/ism: Remove extra includeStefan Raspl1-1/+0
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-0/+7
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-29/+80
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-3/+3
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2-3/+3
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+24
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-9/+9
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-02-22scsi: zfcp: Trace when request remove fails after qdio send failsBenjamin Block3-4/+52
2023-02-22scsi: zfcp: Change the type of all fsf request id fields and variables to u64Benjamin Block6-17/+18
2023-02-22scsi: zfcp: Make the type for accessing request hashtable buckets size_tBenjamin Block1-9/+11
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-259/+456
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds20-3037/+2552
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman1-1/+1
2023-02-11s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler5-39/+42
2023-02-11s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler3-98/+73
2023-02-11s390/qeth: Use constant for IP address buffersThorsten Winkler2-4/+5
2023-02-11s390/ctcm: cleanup indentingAlexandra Winter3-31/+32
2023-02-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic1-0/+2
2023-02-10s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-02-10s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev6-70/+67
2023-02-08s390/virtio: sort out physical vs virtual pointers usageAlexander Gordeev1-22/+24
2023-02-06s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens2-5/+5
2023-01-31s390/cio: introduce locking for register/unregister functionsVineeth Vijayan1-0/+9
2023-01-30s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig1-4/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman4-9/+9
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-13/+12
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-63/+99
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-29/+63