summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2023-09-19s390/zcrypt: don't leak memory if dev_set_name() failsAndy Shevchenko1-0/+1
2023-09-13s390/dasd: fix string length handlingHeiko Carstens3-10/+10
2023-09-13s390/dcssblk: fix kernel crash with list_add corruptionGerald Schaefer1-1/+3
2023-09-13s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler1-3/+3
2023-09-13s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTLHolger Dengler3-21/+102
2023-09-13s390/pkey: fix/harmonize internal keyblob headersHolger Dengler3-11/+4
2023-09-13s390/dasd: fix hanging device after request requeueStefan Haberland1-77/+48
2023-09-13s390/dasd: use correct number of retries for ERP requestsStefan Haberland1-1/+1
2023-08-30s390/zcrypt: fix reply buffer calculations for CCA repliesHarald Freudenberger1-11/+24
2023-08-30s390/zcrypt: remove unnecessary (void *) conversionsYu Zhe1-7/+5
2023-08-11scsi: zfcp: Defer fc_rport blocking until after ADISC responseSteffen Maier1-5/+1
2023-08-11s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter4-9/+11
2023-08-03s390/dasd: print copy pair message only for the correct errorStefan Haberland1-1/+1
2023-08-03s390/dasd: fix hanging device after quiesce/resumeStefan Haberland1-0/+1
2023-07-23s390/zcrypt: do not retry administrative requestsHarald Freudenberger1-0/+6
2023-07-19s390/qeth: Fix vipa deletionThorsten Winkler1-1/+1
2023-06-28s390/cio: unregister device when the only path is goneVineeth Vijayan1-1/+4
2023-06-14s390/dasd: Use correct lock while counting channel queue lengthJan Höppner1-2/+2
2023-06-09s390/pkey: zeroize key blobsHolger Dengler1-0/+3
2023-05-24s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens1-1/+1
2023-05-24s390/dasd: fix command reject error on ESE devicesStefan Haberland1-2/+31
2023-05-24s390/cio: include subchannels without devices also for evaluationVineeth Vijayan1-0/+2
2023-05-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-04-06s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak1-1/+2
2023-03-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic1-0/+2
2023-03-10s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET1-2/+8
2023-03-10s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev1-1/+1
2023-03-10s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2023-02-09zcore: WRITE is "data source", not destination...Al Viro1-1/+1
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-31s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-12-31s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-12-31s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter1-1/+1
2022-11-26Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds3-24/+23
2022-11-25Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+4
2022-11-23s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland1-1/+1
2022-11-23s390/dasd: fix no record found for raw_track_accessStefan Haberland1-4/+2
2022-11-23s390/dasd: increase printing of debug data payloadStefan Haberland1-18/+19
2022-11-23s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King1-1/+1
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun1-1/+4
2022-11-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2022-11-17scsi: zfcp: Fix double free of FSF request when qdio send failsBenjamin Block1-1/+1
2022-11-16s390/dcssblk: fix deadlock when adding a DCSSGerald Schaefer1-0/+1
2022-11-03s390/zcrypt: fix warning about field-spanning writeHarald Freudenberger1-6/+15
2022-10-26s390/vfio-ap: Fix memory allocation for mdev_types arrayJason J. Herne1-1/+1
2022-10-26s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter1-6/+2
2022-10-14Merge tag 's390-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-3/+36
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-133/+97