summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak2023-01-221-11/+13
| * | | s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak2023-01-221-5/+31
| * | | s390/vfio-ap: verify reset complete in separate functionTony Krowiak2023-01-221-9/+21
| * | | s390/cio: evaluate devices with non-operational pathsVineeth Vijayan2023-01-222-7/+16
| * | | s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET2023-01-131-2/+8
| * | | s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2023-01-131-1/+1
| * | | s390/con3270: move condev definitionHeiko Carstens2023-01-101-1/+3
| * | | s390/zcrypt: use strscpy() to instead of strncpy()Xu Panda2023-01-091-4/+2
| * | | vfio/ccw: remove old IDA format restrictionsEric Farman2023-01-091-8/+0
| * | | vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman2023-01-091-10/+20
| * | | vfio/ccw: handle a guest Format-1 IDALEric Farman2023-01-091-3/+16
| * | | vfio/ccw: allocate/populate the guest idalEric Farman2023-01-091-24/+52
| * | | vfio/ccw: calculate number of IDAWs regardless of formatEric Farman2023-01-091-0/+16
| * | | vfio/ccw: read only one Format-1 IDAWEric Farman2023-01-091-3/+11
| * | | vfio/ccw: refactor the idaw counterEric Farman2023-01-091-9/+30
| * | | vfio/ccw: populate page_array struct inlineEric Farman2023-01-091-17/+5
| * | | vfio/ccw: pass page count to page_array structEric Farman2023-01-091-10/+13
| * | | vfio/ccw: remove unnecessary malloc alignmentEric Farman2023-01-091-20/+23