linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 12:44:53 to 2022-07-01 09:28:25 UTC [more...]

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

[GIT PULL] s390 updates for 5.19-rc5
 2022-07-01  9:24 UTC 

[PATCH v4 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-07-01  6:53 UTC  (7+ messages)
` [PATCH v4 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v4 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v4 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v4 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v4 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH v1 1/1] virtio: Restore semantics of vq->broken in virtqueues
 2022-07-01  6:14 UTC  (7+ messages)

[PATCH net-next v2] net/smc: align the connect behaviour with TCP
 2022-07-01  2:03 UTC  (7+ messages)

[PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/
 2022-07-01  0:00 UTC  (2+ messages)

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-06-30 23:44 UTC  (13+ messages)
` [PATCH v3 01/11] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v3 02/11] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v3 03/11] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v3 04/11] vfio/ccw: Remove private->mdev
` [PATCH v3 05/11] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v3 06/11] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v3 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v3 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v3 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v3 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v3 11/11] vfio/ccw: Move FSM open/close to MDEV open/close

[kvm-unit-tests PATCH v1 0/3] Add panic test support
 2022-06-30 17:55 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: add support for panic tests
` [kvm-unit-tests PATCH v1 2/3] s390x: add extint loop test
` [kvm-unit-tests PATCH v1 3/3] s390x: add pgm spec interrupt "

simplify the mdev interface v3
 2022-06-30 16:24 UTC  (6+ messages)
` [PATCH 04/13] vfio/mdev: simplify mdev_type handling
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-30 15:47 UTC  (14+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH v6 0/5] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-06-30 14:50 UTC  (13+ messages)
` [PATCH v6 1/5] PCI: Clean up pci_scan_slot()
` [PATCH v6 2/5] PCI: Split out next_ari_fn() from next_fn()
` [PATCH v6 3/5] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v6 4/5] PCI: Extend isolated function probing to s390
` [PATCH v6 5/5] s390/pci: allow zPCI zbus without a function zero

[PATCH V3] virtio: disable notification hardening by default
 2022-06-30  8:38 UTC  (19+ messages)

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-30  5:16 UTC  (27+ messages)
` [PATCH V6 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V6 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V6 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V6 04/26] sparc/mm: "
` [PATCH V6 05/26] arm64/mm: "
` [PATCH V6 06/26] x86/mm: "
` [PATCH V6 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 09/26] loongarch/mm: "
` [PATCH V6 10/26] openrisc/mm: "
` [PATCH V6 11/26] xtensa/mm: "
` [PATCH V6 12/26] hexagon/mm: "
` [PATCH V6 13/26] parisc/mm: "
` [PATCH V6 14/26] alpha/mm: "
` [PATCH V6 15/26] nios2/mm: "
` [PATCH V6 16/26] riscv/mm: "
` [PATCH V6 17/26] csky/mm: "
` [PATCH V6 18/26] s390/mm: "
` [PATCH V6 19/26] ia64/mm: "
` [PATCH V6 20/26] mips/mm: "
` [PATCH V6 21/26] m68k/mm: "
` [PATCH V6 22/26] arc/mm: "
` [PATCH V6 23/26] arm/mm: "
` [PATCH V6 24/26] um/mm: "
` [PATCH V6 25/26] sh/mm: "
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[RFC PATCH] s390: Autoload uvdevice module based on CPU feature
 2022-06-29 17:14 UTC  (2+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2022-06-29 15:16 UTC  (3+ messages)
`  "

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-06-29  7:58 UTC 

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-29  0:58 UTC  (2+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (13+ messages)

[PATCH v10 0/3] s390x: KVM: CPU Topology
 2022-06-28 17:27 UTC  (13+ messages)
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-28 15:00 UTC  (17+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices

[PATCH v12 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-28 13:56 UTC  (19+ messages)
` [PATCH v12 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v12 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v12 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v12 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v12 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v12 06/18] KVM: s390: pv: add export before import
` [PATCH v12 07/18] KVM: s390: pv: clear the state without memset
` [PATCH v12 08/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v12 09/18] KVM: s390: pv: add mmu_notifier
` [PATCH v12 10/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v12 11/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v12 12/18] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v12 13/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v12 14/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v12 15/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v12 16/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v12 17/18] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v12 18/18] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH] s390/qdio: Fix spelling mistake
 2022-06-28 12:44 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).