summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman
2023-02-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic
2023-02-06watchdog: diag288_wdt: unify lpar and zvm diag288 helpersAlexander Egorenkov
2023-02-06watchdog: diag288_wdt: de-duplicate diag_stat_inc() callsAlexander Egorenkov
2023-02-06watchdog: diag288_wdt: unify command buffer handling for diag288 zvmAlexander Egorenkov
2023-02-06watchdog: diag288_wdt: remove power managementAlexander Egorenkov
2023-02-06watchdog: diag288_wdt: get rid of register asmAlexander Egorenkov
2023-02-06Merge branch 'fixes' into featuresHeiko Carstens
2023-02-06s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens
2023-01-31s390/cio: introduce locking for register/unregister functionsVineeth Vijayan
2023-01-30watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov
2023-01-30watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov
2023-01-22s390/vfio_ap: increase max wait time for reset verificationTony Krowiak
2023-01-22s390/vfio_ap: fix handling of error response codesTony Krowiak
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak
2023-01-22s390/vfio-ap: verify reset complete in separate functionTony Krowiak
2023-01-22s390/cio: evaluate devices with non-operational pathsVineeth Vijayan
2023-01-13s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev
2023-01-10s390/con3270: move condev definitionHeiko Carstens
2023-01-09s390/zcrypt: use strscpy() to instead of strncpy()Xu Panda
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman
2023-01-09vfio/ccw: refactor the idaw counterEric Farman
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman
2023-01-09vfio/ccw: pass page count to page_array structEric Farman
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle
2023-01-09s390/con3270: simplify update flagsSven Schnelle
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle
2023-01-09s390/fs3270: split header filesSven Schnelle
2023-01-09s390/fs3270: fix screen reset on activateSven Schnelle
2023-01-09s390/fs3270: fix function prototypesSven Schnelle
2023-01-09s390/fs3270: use *ptr instead of struct in kzallocSven Schnelle
2023-01-09s390/fs3270: remove duplicate assignmentSven Schnelle
2023-01-09s390/fs3270: add missing braces to if/elseSven Schnelle
2023-01-09s390/fs3270: fix whitespace errorsSven Schnelle