summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-10s390/vmur: generate uevent on unsolicited device endPeter Oberparleiter2-1/+34
2022-10-10s390/vmur: remove unnecessary BUG statementPeter Oberparleiter1-2/+2
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-14/+15
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds10-120/+1044
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe5-31/+2
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2-24/+6
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig3-17/+2
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2-17/+2
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig1-2/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig5-27/+16
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig5-5/+11
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig2-2/+0
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+37
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig7-88/+39
2022-09-28s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook1-2/+2
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-2/+7
2022-09-25Merge tag 's390-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+30
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds1-2/+7
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak1-0/+30
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian2-7/+48
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu1-21/+29