aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2022-08-20Merge tag 's390-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-0/+7
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Gravatar Michael S. Tsirkin 1-1/+0
2022-08-15s390/ap: fix crash on older machines based on QCI info missingGravatar Harald Freudenberger 2-0/+7
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-13/+26
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+4
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-132/+48
2022-08-11virtio: find_vqs() add arg sizesGravatar Xuan Zhuo 1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Gravatar Xuan Zhuo 1-0/+3
2022-08-08s390/qeth: cache link_info for ethtoolGravatar Alexandra Winter 2-132/+48
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 9-479/+1230
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 10-321/+293
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-2/+4
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-2/+2
2022-08-04s390/dasd: Establish DMA alignmentGravatar Eric Farman 2-0/+2
2022-08-04s390/dasd: drop unexpected word 'for' in commentsGravatar Jiang Jian 1-1/+1
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-11/+26
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-7/+8
2022-08-02block: change the blk_queue_split calling conventionGravatar Christoph Hellwig 1-1/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-11/+11
2022-08-01scsi: zfcp: Fix missing auto port scan and thus missing target portsGravatar Steffen Maier 3-13/+26
2022-08-01vfio/ccw: Check return code from subchannel quiesceGravatar Eric Farman 1-1/+1
2022-08-01vfio/ccw: Remove FSM Close from remove handlersGravatar Eric Farman 2-3/+0
2022-08-01vfio/ccw: Add length to DMA_UNMAP checksGravatar Eric Farman 3-7/+13
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Gravatar Paolo Bonzini 5-11/+26
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-07-28s390/tape: fix comment typoGravatar Jason Wang 1-1/+1
2022-07-28s390/hmcdrv: fix Kconfig "its" grammarGravatar Randy Dunlap 1-1/+1
2022-07-28Merge branch 'vmcore-iov_iter' into featuresGravatar Alexander Gordeev 1-29/+26
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerGravatar Stefan Raspl 1-1/+3
2022-07-27s390/ism: CleanupsGravatar Stefan Raspl 1-6/+5
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Gravatar Nicolin Chen 2-13/+12
2022-07-25vfio/ccw: Add kmap_local_page() for memcpyGravatar Nicolin Chen 1-3/+6
2022-07-25vfio/ccw: Change pa_pfn list to pa_iova listGravatar Nicolin Chen 1-71/+64
2022-07-25vfio/ap: Change saved_pfn to saved_iovaGravatar Nicolin Chen 2-27/+19
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APIGravatar Nicolin Chen 2-7/+6
2022-07-25s390/qeth: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-07-23vfio/ccw: Only pass in contiguous pagesGravatar Nicolin Chen 1-14/+56
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Gravatar Nicolin Chen 2-4/+5
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackGravatar Jason Gunthorpe 4-81/+16
2022-07-20s390/crash: support multi-segment iteratorsGravatar Alexander Gordeev 1-35/+23
2022-07-20s390/zcore: fix race when reading from hardware system areaGravatar Alexander Gordeev 1-1/+10
2022-07-19s390/uvdevice: autoload module based on CPU facilityGravatar Steffen Eiden 1-3/+2
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsGravatar Heiko Carstens 1-1/+1
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationGravatar Tony Krowiak 3-5/+350
2022-07-19s390/vfio-ap: sysfs attribute to display the guest's matrixGravatar Tony Krowiak 1-13/+35
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverGravatar Tony Krowiak 4-8/+80
2022-07-19s390/vfio-ap: reset queues after adapter/domain unassignmentGravatar Tony Krowiak 2-40/+114
2022-07-19s390/vfio-ap: hot plug/unplug of AP devices when probed/removedGravatar Tony Krowiak 1-6/+17
2022-07-19s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedGravatar Tony Krowiak 1-55/+57
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeGravatar Tony Krowiak 1-39/+85