Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-23 09:07:44 to 2024-03-01 18:52:41 UTC [more...]

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-03-01 18:52 UTC  (23+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()

[PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-01 18:40 UTC 

[kvm-unit-tests PATCH 0/7] more migration enhancements and tests
 2024-03-01 14:16 UTC  (12+ 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

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-01 11:27 UTC  (3+ messages)
` [PATCH bpf-next RESEND v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH bpf-next v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-01  7:52 UTC  (2+ messages)
` [PATCH net-next v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH AUTOSEL 4.19 2/4] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:42 UTC 

[PATCH AUTOSEL 5.4 3/6] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 5.10 5/8] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 5.15 6/9] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 6.1 07/12] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:40 UTC 

[PATCH AUTOSEL 6.6 09/22] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:39 UTC 

[PATCH AUTOSEL 6.7 10/24] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-29 20:36 UTC 

[kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
 2024-02-29 11:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific

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

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-02-28 23:10 UTC  (11+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-02-28 21:06 UTC  (26+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-28 16:46 UTC  (39+ messages)
` [PATCH net-next v5 01/21] lib/bitmap: add bitmap_{read,write}()
` [PATCH net-next v5 02/21] lib/test_bitmap: add tests for bitmap_{read,write}()
` [PATCH net-next v5 03/21] lib/test_bitmap: use pr_info() for non-error messages
` [PATCH net-next v5 04/21] bitops: add missing prototype check
` [PATCH net-next v5 05/21] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH net-next v5 06/21] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH net-next v5 07/21] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH net-next v5 08/21] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH net-next v5 09/21] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH net-next v5 10/21] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH net-next v5 11/21] tools: move alignment-related macros to new <linux/align.h>
` [PATCH net-next v5 12/21] bitmap: introduce generic optimized bitmap_size()
` [PATCH net-next v5 13/21] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH net-next v5 14/21] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
    ` [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support

convert dasd to the atomic queue limits update API v2
 2024-02-28 13:37 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

[kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition
 2024-02-28 12:13 UTC  (6+ 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

convert dasd to the atomic queue limits update API
 2024-02-27 15:20 UTC  (9+ 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] s390/vfio-ap: handle hardware checkstop state on queue reset operation
 2024-02-27 14:29 UTC  (3+ messages)

SMC-R throughput drops for specific message sizes
 2024-02-27 11:28 UTC  (4+ messages)

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-27  1:32 UTC  (20+ messages)
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-02-26 12:58 UTC  (15+ 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:features 97/98] Unsupported relocation type: 21
 2024-02-26 12:55 UTC  (8+ messages)

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

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-26  9:08 UTC  (4+ messages)

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

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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).