public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-18 06:55:26 to 2022-07-21 16:13:50 UTC [more...]

[GIT PULL 00/42] KVM: s390: PCI, CPU topology, PV features
 2022-07-21 16:12 UTC  (28+ 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 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 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

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-21 16:01 UTC  (7+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v4 2/2] vfio: Replace the iommu notifier with a device list

[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

RFC: dasd: use blk_mq_alloc_disk
 2022-07-21 13:32 UTC 

[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  (6+ messages)
` [PATCH v4 2/3] PCI: Move isa_dma_bridge_buggy out of dma.h

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

[PATCH v4 0/4] s390/crash: support multi-segment iterators
 2022-07-21  8:46 UTC  (10+ messages)
` [PATCH v4 1/4] s390/zcore: fix race when reading from hardware system area
` [PATCH v4 2/4] s390/crash: move copy_to_user_real() to crash_dump.c
` [PATCH v4 3/4] s390/crash: use static swap buffer for copy_to_user_real()
` [PATCH v4 4/4] s390/crash: support multi-segment iterators

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-21  8:34 UTC  (7+ messages)

[PATCH v3 00/15] iommu: Retire bus_set_iommu()
 2022-07-21  7:17 UTC  (7+ messages)
` [PATCH v3 01/15] iommu/vt-d: Handle race between registration and device probe

[PATCH v2] s390/sthyi: Fix typo 'the the' in comment
 2022-07-21  6:59 UTC 

[PATCH v2] s390/cpum_sf: Fix typo 'the the' in comment
 2022-07-21  6:56 UTC 

[PATCH] s390: Fix typo 'the the' in comment
 2022-07-21  6:45 UTC  (4+ messages)
  `  "
    `  "

simplify the mdev interface v6
 2022-07-20 20:47 UTC  (18+ messages)
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[PATCH net-next v2 0/6] net/smc: Introduce virtually contiguous buffers for SMC-R
 2022-07-20 17:38 UTC  (6+ messages)

[RFC net-next 1/1] net/smc: SMC for inter-VM communication
 2022-07-20 17:00 UTC 

[kvm-unit-tests PATCH v5 0/2] Add specification exception tests
 2022-07-20 14:25 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: Add specification exception test
` [kvm-unit-tests PATCH v5 2/2] s390x: Test specification exceptions during transaction

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20 11:56 UTC  (6+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-20 11:18 UTC  (5+ messages)

[PATCH] s390/delay: Fix comment typo
 2022-07-20  9:23 UTC  (3+ messages)

[PATCH] s390/net: Fix comment typo
 2022-07-20  7:58 UTC  (4+ messages)

[PATCH v2] random: handle archrandom in plural words
 2022-07-20  3:03 UTC  (9+ messages)
      ` [PATCH v3] random: handle archrandom with multiple longs

[PATCH] s390/tape: Fix comment typo
 2022-07-19 18:22 UTC  (2+ messages)

[PATCH] s390/hmcdrv: fix Kconfig "its" grammar
 2022-07-19 18:21 UTC  (2+ messages)

[PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
 2022-07-19 14:54 UTC  (2+ messages)

[PATCH v13 0/2] s390x: KVM: CPU Topology
 2022-07-19 12:09 UTC  (2+ messages)

[PATCH v3 1/2] asm-generic: Remove pci.h copying remaining code to x86
 2022-07-19 12:02 UTC  (3+ messages)

[PATCH qemu] target/s390x: support PRNO_TRNG instruction
 2022-07-19 11:23 UTC  (3+ messages)

[PATCH v2 1/2] asm-generic: Remove pci.h copying remaining code to x86
 2022-07-19 10:51 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-19  6:35 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h

[PATCH] s390/pci: Use the bitmap API to allocate bitmaps
 2022-07-19  5:52 UTC  (3+ messages)

[PATCH v3 0/3] s390/crash: support multi-segment iterators
 2022-07-18 16:02 UTC  (7+ messages)
` [PATCH v3 1/3] s390/crash: move copy_to_user_real() to crash_dump.c
` [PATCH v3 2/3] s390/crash: use static swap buffer for copy_to_user_real()
` [PATCH v3 3/3] s390/crash: support multi-segment iterators

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-07-18 14:11 UTC  (2+ messages)

[PATCH v4] random: remove CONFIG_ARCH_RANDOM
 2022-07-18 12:53 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2 0/5] mm, oom: Introduce per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
 2022-07-18 12:11 UTC  (6+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "


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