summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl1-5/+0
2023-01-25net/ism: Add new API for client registrationStefan Raspl2-25/+165
2023-01-25s390/ism: Introduce struct ism_dmbStefan Raspl2-6/+17
2023-01-25net/ism: Add missing calls to disable bus-masteringStefan Raspl1-0/+2
2023-01-22s390/vfio_ap: increase max wait time for reset verificationTony Krowiak1-3/+7
2023-01-22s390/vfio_ap: fix handling of error response codesTony Krowiak1-10/+7
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak1-4/+3
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak1-11/+13
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak1-5/+31
2023-01-22s390/vfio-ap: verify reset complete in separate functionTony Krowiak1-9/+21
2023-01-22s390/cio: evaluate devices with non-operational pathsVineeth Vijayan2-7/+16
2023-01-13s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET1-2/+8
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev1-1/+1
2023-01-10s390/con3270: move condev definitionHeiko Carstens1-1/+3
2023-01-09s390/zcrypt: use strscpy() to instead of strncpy()Xu Panda1-4/+2
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman1-8/+0
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman1-10/+20
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman1-3/+16
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman1-24/+52
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman1-0/+16
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman1-3/+11
2023-01-09vfio/ccw: refactor the idaw counterEric Farman1-9/+30
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman1-17/+5
2023-01-09vfio/ccw: pass page count to page_array structEric Farman1-10/+13
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman1-20/+23
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman1-18/+15
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman1-51/+5
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman1-7/+6
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman1-1/+0
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman3-7/+6
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman2-4/+2
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle1-15/+61
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle1-23/+8
2023-01-09s390/con3270: simplify update flagsSven Schnelle1-20/+10