public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-20 12:27:32 to 2024-02-26 12:24:56 UTC [more...]

[GIT PULL 0/3] KVM: s390: Changes for 6.9
 2024-02-26 12:13 UTC  (3+ messages)
` [GIT PULL 2/3] KVM: s390: only deliver the set service event bits
` [GIT PULL 3/3] KVM: s390: selftest: memop: Fix undefined behavior

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-26 12:12 UTC  (37+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[s390:features 97/98] Unsupported relocation type: 21
 2024-02-26 10:54 UTC  (7+ messages)

[kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition
 2024-02-26 10:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch
` [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity

[kvm-unit-tests PATCH 0/7] more migration enhancements and tests
 2024-02-26  9:38 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] arch-run: Keep infifo open
` [kvm-unit-tests PATCH 2/7] migration: Add a migrate_skip command
` [kvm-unit-tests PATCH 3/7] (arm|s390): Use migrate_skip in test cases
` [kvm-unit-tests PATCH 4/7] powerpc: add asm/time.h header with delay and get_clock_us/ms
` [kvm-unit-tests PATCH 5/7] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH 6/7] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH 7/7] common: add memory dirtying vs migration test

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-26  9:08 UTC  (13+ messages)
` [kvm-unit-tests PATCH v5 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v5 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v5 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v5 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v5 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v5 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v5 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v5 8/8] migration: add a migration selftest

[s390:features 97/102] arch/s390/boot/startup.c:180:5: sparse: sparse: symbol 'vmlinux_relocs_64_start' was not declared. Should it be static?
 2024-02-26  8:18 UTC  (2+ messages)

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-02-26  3:04 UTC  (14+ messages)
` [PATCH net-next 06/15] net/smc: implement DMB-related operations of loopback-ism
` [PATCH net-next 09/15] net/smc: introduce loopback-ism statistics attributes
` [PATCH net-next 14/15] net/smc: introduce loopback-ism DMB data copy control

s390: s390x-linux-gnu-ld: Unexpected GOT/PLT entries detected!
 2024-02-25 17:51 UTC  (2+ messages)

Help needed for a BPF kernel issue with S390
 2024-02-24 11:31 UTC  (2+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[GIT PULL] s390 fixes for 6.8-rc6
 2024-02-23 18:44 UTC  (3+ messages)

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-23 17:05 UTC  (24+ messages)
` [PATCH 1/6] x86: Stop using weak symbols for __iowrite32_copy()
` [PATCH 2/6] s390: Implement __iowrite32_copy()
` [PATCH 3/6] s390: Stop using weak symbols for __iowrite64_copy()
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
` [PATCH 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
` [PATCH 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-23  6:17 UTC  (2+ messages)

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-23  5:41 UTC  (16+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "

[PATCH] [RFC] net: smc: fix fasync leak in smc_release()
 2024-02-23  3:36 UTC  (4+ messages)
  ` [lvc-project] "

[PATCH] net/af_iucv: fix virtual vs physical address confusion
 2024-02-23  2:40 UTC  (6+ messages)

[PATCH v2 RESEND 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-22 21:46 UTC  (7+ messages)
` [PATCH v2 RESEND 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH v2 RESEND 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH v2 RESEND 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH v2 RESEND 4/5] s390/irq,nmi: include <asm/vtime.h> header directly
` [PATCH v2 RESEND 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH v1 1/1] s390/cio: Use while (i--) pattern to clean up
 2024-02-22 13:45 UTC 

[PATCH] KVM: s390: only deliver the set service event bits
 2024-02-22  9:40 UTC  (3+ messages)

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 17:57 UTC  (17+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
      ` [External] "
` [PATCH 3/4] arm64: separate code and data virtual memory allocation
` [PATCH 4/4] arm64: dynamic enforcement of pmd-level PXNTable
  ` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration

[PATCH] s390/boot: Workaround current 'llvm-objdump -t -j ...' behavior
 2024-02-21 16:48 UTC  (3+ messages)

convert dasd to the atomic queue limits update API
 2024-02-21 12:54 UTC  (4+ messages)
` [PATCH 1/3] dasd: cleamup dasd_state_basic_to_ready
` [PATCH 2/3] dasd: move queue setup to common code
` [PATCH 3/3] dasd: use the atomic queue limits API

[PATCH v4 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-21 11:43 UTC  (6+ messages)
` [PATCH v4 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v4 2/2] KVM: s390: selftests: memop: add a simple AR test

pass queue_limits to blk_mq_alloc_disk for simple drivers
 2024-02-21  9:37 UTC  (7+ messages)
` [PATCH 17/17] mmc: pass queue_limits to blk_mq_alloc_disk

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-21  7:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 2/7] s390x: Add guest 2 AP test

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters

[PATCH] s390/boot: Add 'alloc' to info.bin .vmlinux.info section flags
 2024-02-20 19:15 UTC  (4+ messages)

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-20 17:07 UTC  (6+ messages)

[PATCH v3 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-20 15:48 UTC  (8+ messages)
` [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v3 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-20 15:44 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH rc] s390: Use the correct count for __iowrite64_copy()
 2024-02-20 13:09 UTC  (5+ messages)


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