summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic2024-03-132-11/+19
* s390/cio: use bitwise types to allow for type checkingHeiko Carstens2024-03-132-5/+8
* s390/vfio_ccw: fix virtual vs physical address confusionHeiko Carstens2024-03-131-1/+1
* s390/cio: fix virtual vs physical address confusionHeiko Carstens2024-03-131-2/+2
* Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-127-23/+23
|\
| * s390/cio: make scm_bus_type constRicardo B. Marliere2024-02-091-1/+1
| * s390/cio: make ccw_bus_type constRicardo B. Marliere2024-02-091-2/+2
| * s390/cio: make css_bus_type constRicardo B. Marliere2024-02-091-2/+2
| * s390/ccwgroup: make ccwgroup_bus_type constRicardo B. Marliere2024-02-091-2/+2
| * s390/cmf: fix virtual vs physical address confusionHeiko Carstens2024-02-091-1/+2
| * s390/cmf: remove unneeded DMA zone allocationHeiko Carstens2024-02-091-2/+1
| * s390/cio: remove unneeded DMA zone allocationPeter Oberparleiter2024-02-093-13/+13
* | s390/cio: fix invalid -EBUSY on ccw_device_startPeter Oberparleiter2024-02-221-3/+3
|/
* Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-1010-115/+99
|\
| * s390/cio: make sch->lock spinlock pointer a memberHalil Pasic2023-12-1210-115/+99
* | eventfd: simplify eventfd_signal()Christian Brauner2023-11-283-6/+6
|/
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-034-9/+9
|\
| * s390/cio: replace deprecated strncpy with strscpyJustin Stitt2023-10-251-2/+2
| * s390/cio: fix virtual vs physical address confusionPeter Oberparleiter2023-10-251-2/+2
| * s390/cio: export CMG value as decimalPeter Oberparleiter2023-10-251-1/+1
| * s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-3/+3
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
* | s390/cio: fix a memleak in css_alloc_subchannelDinghao Liu2023-10-161-2/+4
|/
* Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-071-3/+1
|\
| * s390/airq: remove lsi_mask from airq_structBenjamin Block2023-08-301-3/+1
* | vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-251-0/+1
|/
* s390: fix various typosHeiko Carstens2023-07-034-6/+6
* Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-06-272-2/+2
|\
| * vfio/ccw: use struct_size() helperGustavo A. R. Silva2023-06-011-2/+1
| * vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-012-2/+3
* | s390/cio: unregister device when the only path is goneVineeth Vijayan2023-05-221-1/+4
* | s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens2023-05-171-1/+1
* | s390/cio: include subchannels without devices also for evaluationVineeth Vijayan2023-05-151-0/+2
|/
* s390/cio: replace zero-length array with flexible-array memberHeiko Carstens2023-04-132-2/+2
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-7/+7
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-7/+7
* | vfio/ccw: remove WARN_ON during shutdownEric Farman2023-02-141-1/+1
* | s390/cio: introduce locking for register/unregister functionsVineeth Vijayan2023-01-311-0/+9
* | s390/cio: evaluate devices with non-operational pathsVineeth Vijayan2023-01-222-7/+16
* | vfio/ccw: remove old IDA format restrictionsEric Farman2023-01-091-8/+0
* | vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman2023-01-091-10/+20
* | vfio/ccw: handle a guest Format-1 IDALEric Farman2023-01-091-3/+16
* | vfio/ccw: allocate/populate the guest idalEric Farman2023-01-091-24/+52
* | vfio/ccw: calculate number of IDAWs regardless of formatEric Farman2023-01-091-0/+16
* | vfio/ccw: read only one Format-1 IDAWEric Farman2023-01-091-3/+11
* | vfio/ccw: refactor the idaw counterEric Farman2023-01-091-9/+30
* | vfio/ccw: populate page_array struct inlineEric Farman2023-01-091-17/+5
* | vfio/ccw: pass page count to page_array structEric Farman2023-01-091-10/+13
* | vfio/ccw: remove unnecessary malloc alignmentEric Farman2023-01-091-20/+23