public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-22 01:41:03 to 2022-08-01 06:39:22 UTC [more...]

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:38 UTC  (4+ messages)
` [PATCH v14 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v14 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v14 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:27 UTC  (67+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam

[PATCH] s390/vfio-ap: Fix an error handling path in vfio_ap_mdev_probe_queue()
 2022-07-31 16:09 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-30 23:45 UTC  (15+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage

[PATCH v2] net/smc: fix refcount bug in sk_psock_get (2)
 2022-07-30  8:56 UTC 

[PATCH v3 0/3] vfio-ccw fixes for 5.20
 2022-07-29 19:21 UTC  (7+ messages)
` [PATCH v3 1/3] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH v3 2/3] vfio/ccw: Remove FSM Close from remove handlers
` [PATCH v3 3/3] vfio/ccw: Check return code from subchannel quiesce

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-29 17:34 UTC  (12+ messages)
` [PATCH v5 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v5 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v5 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()

[PATCH] zfcp: fix missing auto port scan and thus missing target ports
 2022-07-29 16:25 UTC 

[PATCH v2 0/3] vfio-ccw fixes for 5.20
 2022-07-28 20:34 UTC  (7+ messages)
` [PATCH v2 1/3] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH v2 2/3] vfio/ccw: Remove FSM Close from remove handlers
` [PATCH v2 3/3] vfio/ccw: Check return code from subchannel quiesce

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-07-27 19:00 UTC  (2+ messages)

[PATCH 0/2] vfio-ccw fixes for 5.20
 2022-07-27 17:39 UTC  (8+ messages)
` [PATCH 1/2] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH 2/2] vfio/ccw: Remove FSM Close from remove handlers

[PATCH net-next 0/4] net/smc: updates 2022-7-25
 2022-07-27 12:30 UTC  (12+ messages)
` [PATCH net-next 1/4] net/smc: Eliminate struct smc_ism_position
` [PATCH net-next 2/4] s390/ism: Cleanups
` [PATCH net-next 3/4] net/smc: Pass on DMBE bit mask in IRQ handler
` [PATCH net-next 4/4] net/smc: Enable module load on netlink usage

[PATCH net-next v2 0/4] net/smc: updates 2022-07-25
 2022-07-27 12:30 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net/smc: Eliminate struct smc_ism_position
` [PATCH net-next v2 2/4] s390/ism: Cleanups
` [PATCH net-next v2 3/4] net/smc: Pass on DMBE bit mask in IRQ handler
` [PATCH net-next v2 4/4] net/smc: Enable module load on netlink usage

simplify the mdev interface v6
 2022-07-26 18:03 UTC  (4+ messages)
` [RFC PATCH] vfio/ccw: Move mdev stuff out of struct subchannel

[GIT PULL] s390 updates for 5.19
 2022-07-26 17:12 UTC  (2+ messages)

RFC: dasd: use blk_mq_alloc_disk
 2022-07-26 10:58 UTC  (2+ messages)

[PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API
 2022-07-25 21:17 UTC  (13+ messages)
` [PATCH v4 01/10] vfio: Make vfio_unpin_pages() return void
` [PATCH v4 02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP
` [PATCH v4 03/10] vfio/ap: Pass in physical address of ind to ap_aqic()
` [PATCH v4 04/10] vfio/ccw: Only pass in contiguous pages
` [PATCH v4 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [PATCH v4 06/10] vfio/ap: Change saved_pfn to saved_iova
` [PATCH v4 07/10] vfio/ccw: Change pa_pfn list to pa_iova list
` [PATCH v4 08/10] vfio: Rename user_iova of vfio_dma_rw()
` [PATCH v4 09/10] vfio/ccw: Add kmap_local_page() for memcpy
` [PATCH v4 10/10] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[EXT] Re: [PATCH 2/6] qla2xxx: Add a generic tracing framework
 2022-07-25 13:56 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
 2022-07-25 13:08 UTC  (2+ messages)
` [kvm-unit-tests PATCH v3] "

[PATCH v2] random: handle archrandom in plural words
 2022-07-25 11:25 UTC  (8+ messages)
` [PATCH v3] random: handle archrandom with multiple longs

[PATCH] s390/qeth: Fix typo 'the the' in comment
 2022-07-25 10:10 UTC  (5+ messages)
    `  "

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-25  7:28 UTC  (13+ messages)
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 38/40] virtio_net: support rx queue resize

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-23  9:22 UTC  (7+ messages)

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-23  2:10 UTC  (7+ messages)

[PATCH v6 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-22 23:51 UTC  (4+ messages)
` [PATCH v6 2/4] PCI: Move isa_dma_bridge_buggy out of dma.h

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-22 22:50 UTC  (2+ messages)

[PATCH v6 4/5] PCI: Extend isolated function probing to s390
 2022-07-22 21:13 UTC  (2+ messages)

[PATCH v6 0/5] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-07-22 21:07 UTC  (2+ messages)

[PATCH 0/8] Documentation: s390: documentation fixes for vfio_ap driver
 2022-07-22 12:02 UTC  (10+ messages)
` [PATCH 1/8] Documentation: s390: Use note directive for changing mask note
` [PATCH 2/8] Documentation: s390: use note directive for remaining notes
` [PATCH 3/8] Documentation: s390: sync heading underlines
` [PATCH 4/8] Documentation: s390: use code blocks for virsh and qemu output
` [PATCH 5/8] Documentation: s390: use code block for structs
` [PATCH 6/8] Documentation: s390: escape *kvm->arch.crypto.pqap_hook pointer inside inline code
` [PATCH 7/8] Documentation: s390: extend underline for matrix devices lock
` [PATCH 8/8] Documentation: s390: add vfio-ap-locking documentation to table of contents index

[PATCH v2] random: handle archrandom in plural words
 2022-07-22 11:22 UTC  (3+ messages)

[GIT PULL 00/42] KVM: s390: PCI, CPU topology, PV features
 2022-07-22 10:52 UTC  (5+ messages)
` [GIT PULL 25/42] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox