summary refs log tree commit diff
path: root/drivers/s390
AgeCommit message (Expand)Author
2023-07-23s390/zcrypt: do not retry administrative requestsHarald Freudenberger
2023-07-19s390/qeth: Fix vipa deletionThorsten Winkler
2023-06-28s390/cio: unregister device when the only path is goneVineeth Vijayan
2023-06-14s390/dasd: Use correct lock while counting channel queue lengthJan Höppner
2023-06-09s390/pkey: zeroize key blobsHolger Dengler
2023-05-24s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens
2023-05-24s390/dasd: fix command reject error on ESE devicesStefan Haberland
2023-05-24s390/cio: include subchannels without devices also for evaluationVineeth Vijayan
2023-05-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland
2023-04-06s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak
2023-03-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic
2023-03-10s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET
2023-03-10s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev
2023-03-10s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-09zcore: WRITE is "data source", not destination...Al Viro
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-31s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor
2022-12-31s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor
2022-12-31s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor
2022-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-25Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-11-23s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland
2022-11-23s390/dasd: fix no record found for raw_track_accessStefan Haberland
2022-11-23s390/dasd: increase printing of debug data payloadStefan Haberland
2022-11-23s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun
2022-11-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-11-17scsi: zfcp: Fix double free of FSF request when qdio send failsBenjamin Block
2022-11-16s390/dcssblk: fix deadlock when adding a DCSSGerald Schaefer
2022-11-02s390/zcrypt: fix warning about field-spanning writeHarald Freudenberger
2022-10-26s390/vfio-ap: Fix memory allocation for mdev_types arrayJason J. Herne
2022-10-26s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter
2022-10-14Merge tag 's390-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-10-10s390/vmur: generate uevent on unsolicited device endPeter Oberparleiter
2022-10-10s390/vmur: remove unnecessary BUG statementPeter Oberparleiter
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski