Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-28 20:57:18 to 2022-08-16 20:44:21 UTC [more...]

[PATCH v2 2/2] mm/hugetlb: support write-faults in shared mappings
 2022-08-16 20:43 UTC  (8+ messages)

[PATCH] vfio-pci/zdev: require KVM to be built-in
 2022-08-16 20:28 UTC  (9+ messages)
          ` [PATCH] KVM: s390: pci: VFIO_PCI ZDEV configuration fix

[PATCH] s390/cpum_sf.c: Fix comment typo
 2022-08-16 17:19 UTC 

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-08-16 15:55 UTC  (12+ messages)

[PATCH] s390: fix double free of GS and RI CBs on fork() failure
 2022-08-16 15:54 UTC 

[PATCH net-next 00/10] net/smc: optimize the parallelism of SMC-R connections
 2022-08-16 12:52 UTC  (26+ messages)
` [PATCH net-next 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next 09/10] net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next 10/10] net/smc: fix application data exception

[PATCH 8/8] tty: Make ->set_termios() old ktermios const
 2022-08-16 11:57 UTC 

[RFC net-next 1/1] net/smc: SMC for inter-VM communication
 2022-08-16  7:48 UTC  (7+ messages)

[PATCH v4 6/6] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-16  5:36 UTC 

[PATCH v3 5/5] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-15 22:00 UTC 

[PATCH v2 1/1] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-15 21:53 UTC  (2+ messages)
` [PATCH v2 5/5] "

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-08-15 18:14 UTC  (6+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v6 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v6 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v6 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v6 5/5] vfio/iommu_type1: Simplify group attachment

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

Coinbase: $72,000 per day on investments McBIZ (DouglasPitty)
 2022-08-14 11:15 UTC 

[PATCH v13 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-08-12 14:02 UTC  (11+ messages)
` [PATCH v13 1/6] KVM: s390: pv: asynchronous "
` [PATCH v13 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v13 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v13 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v13 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v13 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH v4] random: remove CONFIG_ARCH_RANDOM
 2022-08-12 13:50 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2] s390/kvm: avoid hypfs error message
 2022-08-11 14:49 UTC  (4+ messages)

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-08-11 14:39 UTC  (4+ messages)

[PATCH] s390/cpumf: Fix comment typo
 2022-08-11 12:15 UTC 

[PATCH net-next] net/smc: Introduce TCP ULP support
 2022-08-11  9:29 UTC  (4+ messages)

[PATCH net v2] s390/qeth: cache link_info for ethtool
 2022-08-09  4:00 UTC  (3+ messages)

AA-Loodgieters.nl "Investieren Sie noch heute und werden Sie der nachste Milliardar..."
 2022-08-08 20:29 UTC 

[PATCH v3 0/4] Dump command line of faulting process to syslog
 2022-08-08 13:09 UTC  (5+ messages)
` [PATCH v3 1/4] proc: Add get_task_cmdline_kernel() function
` [PATCH v3 2/4] lib/dump_stack: Add dump_stack_print_cmdline() and wire up in dump_stack_print_info()
` [PATCH v3 3/4] x86/fault: Dump command line of faulting process to syslog
` [PATCH v3 4/4] arc: Use generic dump_stack_print_cmdline() implementation

[GIT PULL] s390 updates for 5.20 merge window
 2022-08-07  0:50 UTC  (2+ messages)

[PATCH v2 0/3] Dump command line of faulting process to syslog
 2022-08-06 12:23 UTC  (4+ messages)
` [PATCH v2 1/3] proc: Add get_task_cmdline_kernel() function
` [PATCH v2 2/3] lib/dump_stack: Add dump_stack_print_cmdline() and wire up in dump_stack_print_info()
` [PATCH v2 3/3] x86/fault: Dump command line of faulting process to syslog

[PATCH net 0/2] s390/qeth: cache link_info for ethtool
 2022-08-05 21:29 UTC  (10+ messages)
` [PATCH net 1/2] s390/qeth: update cached "
` [PATCH net 2/2] s390/qeth: use "

[PATCH 0/2] s390/dasd: fix DMA alignment
 2022-08-04 22:22 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: drop unexpected word 'for' in comments
` [PATCH 2/2] s390/dasd: Establish DMA alignment

[PATCH 0/1] fix sparse warning in linux-next
 2022-08-04 17:35 UTC  (2+ messages)
` [PATCH 1/1] KVM: s390: pci: fix airq_iv_create sparse warning

THE FALL IN THE PRICE OF BITCOIN WILL MAKE YOU A MILLIONAIRE
 2022-08-03 15:00 UTC 

[PATCH v2] random: handle archrandom in plural words
 2022-08-03 12:01 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
 2022-08-03 11:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3] "

linux-next: manual merge of the random tree with the s390-fixes tree
 2022-08-02 23:35 UTC 

[PATCH v2] net/smc: fix refcount bug in sk_psock_get (2)
 2022-08-02 14:32 UTC  (3+ messages)

[PATCH] zfcp: fix missing auto port scan and thus missing target ports
 2022-08-01 23:50 UTC  (2+ messages)

[PATCH v3 0/3] vfio-ccw fixes for 5.20
 2022-08-01 20:55 UTC  (8+ messages)
` [PATCH v3 1/3] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH v3 2/3] vfio/ccw: Remove FSM Close from remove handlers
` [PATCH v3 3/3] vfio/ccw: Check return code from subchannel quiesce

[PATCH v2] random: handle archrandom in plural words
 2022-08-01 14:50 UTC  (4+ messages)
` [PATCH v3] random: handle archrandom with multiple longs

[PATCH 09/11] s390: mm: Convert to GENERIC_IOREMAP
 2022-08-01 14:40 UTC 

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:27 UTC  (13+ messages)
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

[PATCH] s390/vfio-ap: Fix an error handling path in vfio_ap_mdev_probe_queue()
 2022-07-31 16:09 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-30 23:45 UTC  (13+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-29 17:34 UTC  (7+ messages)
` [PATCH v5 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v5 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v5 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()


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