summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | s390/tape: fix comment typoJason Wang2022-07-281-1/+1
| * | | | | s390/hmcdrv: fix Kconfig "its" grammarRandy Dunlap2022-07-281-1/+1
| * | | | | Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev2022-07-281-29/+26
| |\ \ \ \ \
| | * | | | | s390/crash: support multi-segment iteratorsAlexander Gordeev2022-07-201-35/+23
| | * | | | | s390/zcore: fix race when reading from hardware system areaAlexander Gordeev2022-07-201-1/+10
| * | | | | | s390/uvdevice: autoload module based on CPU facilitySteffen Eiden2022-07-191-3/+2
| * | | | | | s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-191-1/+1
| * | | | | | s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak2022-07-193-5/+350
| * | | | | | s390/vfio-ap: sysfs attribute to display the guest's matrixTony Krowiak2022-07-191-13/+35
| * | | | | | s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak2022-07-194-8/+80
| * | | | | | s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak2022-07-192-40/+114
| * | | | | | s390/vfio-ap: hot plug/unplug of AP devices when probed/removedTony Krowiak2022-07-191-6/+17
| * | | | | | s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedTony Krowiak2022-07-191-55/+57
| * | | | | | s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeTony Krowiak2022-07-191-39/+85
| * | | | | | s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassignTony Krowiak2022-07-191-12/+59
| * | | | | | s390/vfio-ap: use proper locking order when setting/clearing KVM pointerTony Krowiak2022-07-191-10/+48
| * | | | | | s390/vfio-ap: introduce new mutex to control access to the KVM pointerTony Krowiak2022-07-192-0/+7
| * | | | | | s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lockTony Krowiak2022-07-193-40/+42
| * | | | | | s390/vfio-ap: allow assignment of unavailable AP queues to mdev deviceTony Krowiak2022-07-191-171/+53
| * | | | | | s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdevTony Krowiak2022-07-191-3/+98
| * | | | | | s390/vfio-ap: introduce shadow APCBTony Krowiak2022-07-192-4/+8
| * | | | | | s390/vfio-ap: manage link between queue struct and matrix mdevTony Krowiak2022-07-192-37/+168
| * | | | | | s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.cTony Krowiak2022-07-193-120/+102
| * | | | | | s390/vfio-ap: use new AP bus interface to search for queue devicesTony Krowiak2022-07-191-14/+9
| |/ / / / /
* | | | | | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-0610-321/+293
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | vfio/ccw: Check return code from subchannel quiesceEric Farman2022-08-011-1/+1
| * | | | | vfio/ccw: Remove FSM Close from remove handlersEric Farman2022-08-012-3/+0
| * | | | | vfio/ccw: Add length to DMA_UNMAP checksEric Farman2022-08-013-7/+13
| * | | | | vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-252-13/+12
| * | | | | vfio/ccw: Add kmap_local_page() for memcpyNicolin Chen2022-07-251-3/+6
| * | | | | vfio/ccw: Change pa_pfn list to pa_iova listNicolin Chen2022-07-251-71/+64
| * | | | | vfio/ap: Change saved_pfn to saved_iovaNicolin Chen2022-07-252-27/+19
| * | | | | vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-252-7/+6
| * | | | | vfio/ccw: Only pass in contiguous pagesNicolin Chen2022-07-231-14/+56
| * | | | | vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen2022-07-232-4/+5
| * | | | | vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-204-81/+16
| * | | | | vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman2022-07-073-32/+39
| * | | | | vfio/ccw: Refactor vfio_ccw_mdev_resetEric Farman2022-07-071-14/+10
| * | | | | vfio/ccw: Create a CLOSE FSM eventEric Farman2022-07-074-24/+34
| * | | | | vfio/ccw: Create an OPEN FSM EventEric Farman2022-07-073-7/+24
| * | | | | vfio/ccw: Update trace data for not operational eventEric Farman2022-07-071-2/+6
| * | | | | vfio/ccw: Flatten MDEV device (un)registerEric Farman2022-07-073-15/+2
| * | | | | vfio/ccw: Pass enum to FSM event jumptableEric Farman2022-07-071-1/+1
| * | | | | vfio/ccw: Remove private->mdevEric Farman2022-07-073-6/+0
| * | | | | vfio/ccw: Do not change FSM state in subchannel eventEric Farman2022-07-071-11/+3
| * | | | | vfio/ccw: Fix FSM state if mdev probe failsEric Farman2022-07-072-3/+4
| * | | | | vfio/ccw: Remove UUID from s390 debug logMichael Kawano2022-07-073-21/+18
| * | | | | vfio: de-extern-ify function prototypesAlex Williamson2022-06-272-9/+9
| |/ / / /
* | | | | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-044-2/+4
|\ \ \ \ \
| * | | | | s390/dasd: Establish DMA alignmentEric Farman2022-08-042-0/+2