linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 14:33:15 to 2024-02-02 09:40:07 UTC [more...]

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-02  9:39 UTC  (6+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-02  9:30 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v2 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH v2 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH v2 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH v2 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v2 9/9] migration: add a migration selftest

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-02  5:23 UTC  (2+ messages)

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

[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
 2024-02-01 17:52 UTC  (4+ messages)
` [kvm-unit-tests RFC 1/2] lib: s390x: sigp: Name inline assembly arguments
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up

[kvm-unit-tests PATCH v2 0/5] s390x: Dirty cc before executing tested instructions
 2024-02-01 17:49 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: s390x: sigp: Dirty CC before sigp execution
` [kvm-unit-tests PATCH v2 2/5] lib: s390x: uv: Dirty CC before uvc execution
` [kvm-unit-tests PATCH v2 3/5] lib: s390x: css: Dirty CC before css instructions
` [kvm-unit-tests PATCH v2 4/5] s390x: mvpg: Dirty CC before mvpg execution
` [kvm-unit-tests PATCH v2 5/5] s390x: sclp: Dirty CC before sclp execution

[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
 2024-02-01 16:56 UTC  (3+ messages)

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-01 15:49 UTC  (26+ 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 15/21] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH net-next v5 16/21] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
` [PATCH net-next v5 18/21] pfcp: add PFCP module
` [PATCH net-next v5 19/21] pfcp: always set pfcp metadata
` [PATCH net-next v5 20/21] ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
` [PATCH net-next v5 21/21] ice: Add support for PFCP hardware offload in switchdev

[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
 2024-02-01 14:56 UTC  (3+ messages)

[kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target
 2024-02-01 14:16 UTC  (4+ messages)
  `  "

SMC-R throughput drops for specific message sizes
 2024-02-01 13:50 UTC 

[syzbot] [net?] [s390?] KCSAN: data-race in __sys_connect / smc_switch_to_fallback
 2024-02-01 10:12 UTC 

[kvm-unit-tests PATCH v1] s390x: add pv-attest to unittests.cfg
 2024-02-01 10:09 UTC  (2+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-31 15:11 UTC  (17+ messages)

[PATCH 30/82] s390/kexec_file: Refactor intentional wrap-around calculation
 2024-01-31 14:40 UTC  (3+ messages)

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-31 14:20 UTC  (40+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP

[kvm-unit-tests PATCH v2 0/5] s390x: STFLE nested interpretation
 2024-01-31  9:04 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/5] s390x: lib: Remove double include

[PATCH vhost 00/14] virtio remove dma info for premapped mode
 2024-01-30 11:43 UTC  (16+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode

[PATCH v2 0/5] mm: ptdump: Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-30 10:34 UTC  (6+ messages)
` [PATCH v2 1/5] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
` [PATCH v2 2/5] arm64, powerpc, riscv, s390, x86: ptdump: Refactor CONFIG_DEBUG_WX
` [PATCH v2 3/5] powerpc,s390: ptdump: Define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
` [PATCH v2 4/5] mm: ptdump: Have ptdump_check_wx() return bool
` [PATCH v2 5/5] mm: ptdump: add check_wx_pages debugfs attribute

[PATCH linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
 2024-01-30  5:36 UTC  (7+ messages)
` [PATCH v2 "

[PATCH 0/3] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
 2024-01-29 21:43 UTC  (7+ messages)
` [PATCH 2/3] s390/vfio-ap: Add sysfs attr, queue_configuration, to export mdev state
` [PATCH 3/3] s390/vfio-ap: Add write support to sysfs attr ap_config


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