linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-21 09:15:12 to 2022-07-26 18:04:43 UTC [more...]

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)

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

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

[PATCH net-next v2 0/4] net/smc: updates 2022-07-25
 2022-07-26 10:03 UTC  (5+ 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

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-26  9:56 UTC  (5+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage

[PATCH net-next 0/4] net/smc: updates 2022-7-25
 2022-07-26  8:02 UTC  (11+ 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 v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-26  7:22 UTC  (43+ 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 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  (21+ messages)
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "

[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  (8+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback

[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  (46+ messages)
` [GIT PULL 01/42] s390/sclp: detect the zPCI load/store interpretation facility
` [GIT PULL 02/42] s390/sclp: detect the AISII facility
` [GIT PULL 03/42] s390/sclp: detect the AENI facility
` [GIT PULL 04/42] s390/sclp: detect the AISI facility
` [GIT PULL 05/42] s390/airq: pass more TPI info to airq handlers
` [GIT PULL 06/42] s390/airq: allow for airq structure that uses an input vector
` [GIT PULL 07/42] s390/pci: externalize the SIC operation controls and routine
` [GIT PULL 08/42] s390/pci: stash associated GISA designation
` [GIT PULL 09/42] s390/pci: stash dtsm and maxstbl
` [GIT PULL 10/42] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [GIT PULL 11/42] KVM: s390: pci: add basic kvm_zdev structure
` [GIT PULL 12/42] KVM: s390: pci: do initial setup for AEN interpretation
` [GIT PULL 13/42] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [GIT PULL 14/42] KVM: s390: mechanism to enable guest zPCI Interpretation
` [GIT PULL 15/42] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [GIT PULL 16/42] KVM: s390: pci: add routines to start/stop interpretive execution
` [GIT PULL 17/42] vfio-pci/zdev: add open/close device hooks
` [GIT PULL 18/42] vfio-pci/zdev: add function handle to clp base capability
` [GIT PULL 19/42] vfio-pci/zdev: different maxstbl for interpreted devices
` [GIT PULL 20/42] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [GIT PULL 21/42] MAINTAINERS: additional files related kvm s390 pci passthrough
` [GIT PULL 22/42] KVM: s390: drop unexpected word 'and' in the comments
` [GIT PULL 23/42] s390: Add attestation query information
` [GIT PULL 24/42] KVM: s390/pci: fix include duplicates
` [GIT PULL 25/42] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline
` [GIT PULL 26/42] KVM: s390: Add facility 197 to the allow list
` [GIT PULL 27/42] KVM: s390: pv: leak the topmost page table when destroy fails
` [GIT PULL 28/42] KVM: s390: pv: handle secure storage violations for protected guests
` [GIT PULL 29/42] KVM: s390: pv: handle secure storage exceptions for normal guests
` [GIT PULL 30/42] KVM: s390: pv: refactor s390_reset_acc
` [GIT PULL 31/42] KVM: s390: pv: usage counter instead of flag
` [GIT PULL 32/42] KVM: s390: pv: add export before import
` [GIT PULL 33/42] KVM: s390: pv: clear the state without memset
` [GIT PULL 34/42] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [GIT PULL 35/42] KVM: s390: pv: add mmu_notifier
` [GIT PULL 36/42] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [GIT PULL 37/42] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [GIT PULL 38/42] KVM: s390: pv: destroy the configuration before its memory
` [GIT PULL 39/42] KVM: s390: pv: don't present the ecall interrupt twice
` [GIT PULL 40/42] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [GIT PULL 41/42] KVM: s390: guest support for topology function
` [GIT PULL 42/42] KVM: s390: resetting the Topology-Change-Report

[PATCH v4 0/4] s390/crash: support multi-segment iterators
 2022-07-21 20:05 UTC  (4+ messages)

[PATCH v5 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-21 13:49 UTC  (2+ messages)
` [PATCH v5 2/4] PCI: Move isa_dma_bridge_buggy out of dma.h

[PATCH v2 0/2] s390x: Pipeline and other minor fixes
 2022-07-21 13:46 UTC  (6+ messages)
` [PATCH v2 1/2] s390x: intercept: fence one test when using TCG
` [PATCH v2 2/2] s390x: intercept: make sure all output lines are unique

[PATCH] s390x: intercept: fence one test when using TCG
 2022-07-21 12:20 UTC  (3+ messages)

[PATCH v4 1/3] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-21  9:55 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).