linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-13 08:32:40 to 2022-07-20 05:06:36 UTC [more...]

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

[PATCH v4 0/4] s390/crash: support multi-segment iterators
 2022-07-20  3:17 UTC  (6+ 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 v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-20  3:04 UTC  (41+ 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 v2] random: handle archrandom in plural words
 2022-07-20  3:03 UTC  (9+ messages)
      ` [PATCH v3] random: handle archrandom with multiple longs

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  0:02 UTC  (3+ 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 v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-19 23:44 UTC  (4+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

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

[PATCH] s390/delay: 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] s390/net: Fix comment typo
 2022-07-19 18:20 UTC  (3+ messages)

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

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-19 13:20 UTC  (6+ messages)

[PATCH net-next v2 0/6] net/smc: Introduce virtually contiguous buffers for SMC-R
 2022-07-19 12:55 UTC  (11+ messages)
` [PATCH net-next v2 1/6] net/smc: remove redundant dma sync ops
` [PATCH net-next v2 2/6] net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
` [PATCH net-next v2 3/6] net/smc: Introduce a sysctl for setting SMC-R buffer type
` [PATCH net-next v2 4/6] net/smc: Use sysctl-specified types of buffers in new link group
` [PATCH net-next v2 5/6] net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
` [PATCH net-next v2 6/6] net/smc: Extend SMC-R link group netlink attribute

[PATCH v13 0/2] s390x: KVM: CPU Topology
 2022-07-19 12:09 UTC  (6+ messages)
` [PATCH v13 1/2] KVM: s390: guest support for topology function
` [PATCH v13 2/2] KVM: s390: resetting the Topology-Change-Report

[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  (5+ 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 00/15] iommu: Retire bus_set_iommu()
 2022-07-19  0:06 UTC  (6+ messages)
` [PATCH v3 01/15] iommu/vt-d: Handle race between registration and device probe

[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 v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-18 13:28 UTC  (5+ messages)

[PATCH v4] random: remove CONFIG_ARCH_RANDOM
 2022-07-18 12:53 UTC  (4+ 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 "

Fwd: s390/nospec: add an option to use thunk-extern
 2022-07-17 13:11 UTC  (5+ messages)
`  "

[PATCH] s390/archrandom: remove CPACF trng invocations in irq context
 2022-07-17 11:27 UTC  (4+ messages)

[GIT PULL] s390 updates for 5.19-rc7
 2022-07-16 18:06 UTC  (2+ messages)

[PATCH v2 0/3] s390/cpufeature: rework to allow different types of cpufeatures
 2022-07-15  9:32 UTC  (9+ messages)
` [PATCH v2 1/3] s390/cpufeature: rework to allow more than only hwcap bits
` [PATCH v2 2/3] s390/cpufeature: allow for facility bits
` [PATCH v2 3/3] s390/uvdevice: autoload module based on CPU facility

[PATCH 0/3] s390/cpufeature: rework to allow different types of cpufeatures
 2022-07-15  8:03 UTC  (10+ messages)
` [PATCH 1/3] s390/cpufeature: rework to allow more than only hwcap bits
` [PATCH 3/3] s390/uvdevice: autoload module based on CPU facility

[RFC PATCH 1/2] asm-generic: Remove pci.h copying code out to architectures
 2022-07-15  7:40 UTC  (4+ messages)

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-07-15  3:13 UTC  (3+ messages)
` [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little

[PATCH v10 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
 2022-07-14 13:40 UTC 

[PATCH v12 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-07-14  9:17 UTC  (3+ messages)

[PATCH v12 0/3] s390x: KVM: CPU Topology
 2022-07-14  8:37 UTC  (16+ messages)
` [PATCH v12 2/3] KVM: s390: guest support for topology function
` [PATCH v12 3/3] KVM: s390: resetting the Topology-Change-Report

[kvm-unit-tests PATCH v4 0/3] better smp interrupt checks
 2022-07-14  6:37 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v4 2/3] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v4 3/3] lib: s390x: better smp interrupt checks

[PATCH 0/2] zfcp changes for v5.20
 2022-07-14  4:22 UTC  (2+ messages)

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-13 23:57 UTC  (5+ messages)

[PATCH net-next 0/6] net/smc: Introduce virtually contiguous buffers for SMC-R
 2022-07-13 13:20 UTC  (4+ messages)
` [PATCH net-next 5/6] net/smc: Allow virtually contiguous sndbufs or RMBs "

[kvm-unit-tests PATCH v3 0/3] better smp interrupt checks
 2022-07-13 13:13 UTC  (9+ messages)
` [kvm-unit-tests PATCH v3 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v3 2/3] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v3 3/3] lib: s390x: better smp interrupt checks

[kvm-unit-tests PATCH v1 0/4] s390x: add tests for SIGP call orders in enabled wait
 2022-07-13 11:36 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib: s390x: add cleanup function for external interrupts
` [kvm-unit-tests PATCH v1 2/4] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests PATCH v1 3/4] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v1 4/4] s390x: smp: add tests for calls in wait state

[PATCH v2 0/1] s390/crash: allow multi-segment iterators
 2022-07-13 11:17 UTC  (4+ messages)
` [PATCH v2 1/1] "


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).