summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-21/+21
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-176-6/+6
| | |/ | |/|
* | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-3/+7
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | net/ism: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
| * | | net/ism: Remove extra includeStefan Raspl2023-03-151-1/+0
| * | | net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-0/+7
| | |/ | |/|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-1/+1
|\ \ \
| * | | scsi: zfcp: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
| |/ /
* | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-265-33/+202
|\ \ \ | |_|/ |/| |
| * | s390/dasd: fix hanging blockdevice after request requeueStefan Haberland2023-04-111-1/+1
| * | s390/dasd: add autoquiesce event for start IO errorStefan Haberland2023-04-111-0/+2
| * | s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland2023-04-114-0/+60
| * | s390/dasd: add aq_requeue sysfs attributeStefan Haberland2023-04-111-0/+36
| * | s390/dasd: add aq_mask sysfs attributeStefan Haberland2023-04-112-7/+59
| * | s390/dasd: add autoquiesce featureStefan Haberland2023-04-113-17/+46
| * | s390/dasd: remove unused DASD EER definesStefan Haberland2023-04-111-11/+1
| |/
* / s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak2023-03-271-1/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-037-29/+80
|\
| * scsi: zfcp: Trace when request remove fails after qdio send failsBenjamin Block2023-02-213-4/+52
| * scsi: zfcp: Change the type of all fsf request id fields and variables to u64Benjamin Block2023-02-216-17/+18
| * scsi: zfcp: Make the type for accessing request hashtable buckets size_tBenjamin Block2023-02-211-9/+11
* | Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-032-3/+3
|\ \
| * | s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-272-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-22/+24
|\ \ \
| * | | s390/virtio: sort out physical vs virtual pointers usageAlexander Gordeev2023-02-081-22/+24
* | | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-244-9/+9
|\ \ \ \
| * | | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-274-9/+9
| |/ / /
* | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
| |/ /
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2112-259/+456
|\ \ \
| * | | s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-105-39/+42
| * | | s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-02-103-98/+73
| * | | s390/qeth: Use constant for IP address buffersThorsten Winkler2023-02-102-4/+5
| * | | s390/ctcm: cleanup indentingAlexandra Winter2023-02-103-31/+32
| * | | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-13/+12
| * | | s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-63/+99
| * | | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-29/+63
| * | | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-5/+0
| * | | net/ism: Add new API for client registrationStefan Raspl2023-01-252-25/+165
| * | | s390/ism: Introduce struct ism_dmbStefan Raspl2023-01-252-6/+17
| * | | net/ism: Add missing calls to disable bus-masteringStefan Raspl2023-01-251-0/+2
| |/ /
* | | Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-02-2120-3037/+2552
|\ \ \
| * | | vfio/ccw: remove WARN_ON during shutdownEric Farman2023-02-141-1/+1
| * | | s390: vfio-ap: tighten the NIB validity checkHalil Pasic2023-02-101-0/+2
| * | | s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens2023-02-062-5/+5
| * | | s390/cio: introduce locking for register/unregister functionsVineeth Vijayan2023-01-311-0/+9
| * | | s390/vfio_ap: increase max wait time for reset verificationTony Krowiak2023-01-221-3/+7
| * | | s390/vfio_ap: fix handling of error response codesTony Krowiak2023-01-221-10/+7
| * | | s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak2023-01-221-4/+3