aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2023-03-27s390/vfio-ap: fix memory leak in vfio_ap device driverGravatar Tony Krowiak 1-1/+2
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 7-29/+80
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-3/+3
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionGravatar Harald Freudenberger 2-3/+3
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-22/+24
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-9/+9
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2023-02-21scsi: zfcp: Trace when request remove fails after qdio send failsGravatar Benjamin Block 3-4/+52
2023-02-21scsi: zfcp: Change the type of all fsf request id fields and variables to u64Gravatar Benjamin Block 6-17/+18
2023-02-21scsi: zfcp: Make the type for accessing request hashtable buckets size_tGravatar Benjamin Block 1-9/+11
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 12-259/+456
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 20-3037/+2552
2023-02-14vfio/ccw: remove WARN_ON during shutdownGravatar Eric Farman 1-1/+1
2023-02-10s390/qeth: Convert sprintf/snprintf to scnprintfGravatar Thorsten Winkler 5-39/+42
2023-02-10s390/qeth: Convert sysfs sprintf to sysfs_emitGravatar Thorsten Winkler 3-98/+73
2023-02-10s390/qeth: Use constant for IP address buffersGravatar Thorsten Winkler 2-4/+5
2023-02-10s390/ctcm: cleanup indentingGravatar Alexandra Winter 3-31/+32
2023-02-10s390: vfio-ap: tighten the NIB validity checkGravatar Halil Pasic 1-0/+2
2023-02-09s390/dasd: Fix potential memleak in dasd_eckd_init()Gravatar Qiheng Lin 1-1/+3
2023-02-09s390/dasd: sort out physical vs virtual pointers usageGravatar Alexander Gordeev 6-70/+67
2023-02-08s390/virtio: sort out physical vs virtual pointers usageGravatar Alexander Gordeev 1-22/+24
2023-02-06s390/hmcdrv: use strscpy() instead of strlcpy()Gravatar Heiko Carstens 2-5/+5
2023-01-31s390/cio: introduce locking for register/unregister functionsGravatar Vineeth Vijayan 1-0/+9
2023-01-29s390/dcssblk:: don't call bio_split_to_limitsGravatar Christoph Hellwig 1-4/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 4-9/+9
2023-01-25net/smc: De-tangle ism and smc device initializationGravatar Stefan Raspl 1-13/+12
2023-01-25s390/ism: Consolidate SMC-D-related codeGravatar Stefan Raspl 1-63/+99
2023-01-25net/smc: Separate SMC-D and ISM APIsGravatar Stefan Raspl 1-29/+63
2023-01-25net/smc: Register SMC-D as ISM clientGravatar Stefan Raspl 1-5/+0
2023-01-25net/ism: Add new API for client registrationGravatar Stefan Raspl 2-25/+165
2023-01-25s390/ism: Introduce struct ism_dmbGravatar Stefan Raspl 2-6/+17
2023-01-25net/ism: Add missing calls to disable bus-masteringGravatar Stefan Raspl 1-0/+2
2023-01-22s390/vfio_ap: increase max wait time for reset verificationGravatar Tony Krowiak 1-3/+7
2023-01-22s390/vfio_ap: fix handling of error response codesGravatar Tony Krowiak 1-10/+7
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroGravatar Tony Krowiak 1-4/+3
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesGravatar Tony Krowiak 1-11/+13
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetGravatar Tony Krowiak 1-5/+31
2023-01-22s390/vfio-ap: verify reset complete in separate functionGravatar Tony Krowiak 1-9/+21
2023-01-22s390/cio: evaluate devices with non-operational pathsGravatar Vineeth Vijayan 2-7/+16
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterGravatar Ilpo Järvinen 1-2/+2
2023-01-13s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Gravatar Christophe JAILLET 1-2/+8
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeGravatar Alexander Gordeev 1-1/+1
2023-01-10s390/con3270: move condev definitionGravatar Heiko Carstens 1-1/+3
2023-01-09s390/zcrypt: use strscpy() to instead of strncpy()Gravatar Xu Panda 1-4/+2
2023-01-09vfio/ccw: remove old IDA format restrictionsGravatar Eric Farman 1-8/+0
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsGravatar Eric Farman 1-10/+20
2023-01-09vfio/ccw: handle a guest Format-1 IDALGravatar Eric Farman 1-3/+16
2023-01-09vfio/ccw: allocate/populate the guest idalGravatar Eric Farman 1-24/+52
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatGravatar Eric Farman 1-0/+16
2023-01-09vfio/ccw: read only one Format-1 IDAWGravatar Eric Farman 1-3/+11