public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 16:31:03 to 2023-02-08 10:26:15 UTC [more...]

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[net-next 0/2] Deliver confirm/delete rkey message in parallel
 2023-02-08  3:09 UTC  (9+ messages)
` [net-next 1/2] net/smc: allow confirm/delete rkey response deliver multiplex
` [net-next 2/2] net/smc: make SMC_LLC_FLOW_RKEY run concurrently

[PATCH v7 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-07 16:42 UTC  (25+ messages)
` [PATCH v7 01/14] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v7 02/14] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v7 03/14] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v7 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v7 05/14] KVM: s390: selftest: memop: Fix typo
` [PATCH v7 06/14] KVM: s390: selftest: memop: Fix wrong address being used in test
` [PATCH v7 07/14] KVM: s390: selftest: memop: Fix integer literal
` [PATCH v7 08/14] KVM: s390: Move common code of mem_op functions into function
` [PATCH v7 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v7 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v7 11/14] KVM: s390: Refactor vcpu "
` [PATCH v7 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v7 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v7 14/14] KVM: s390: selftest: memop: Add cmpxchg tests
    ` [PATCH v8 "

[PATCH net-next 0/4] s390/net: updates 2023-02-06
 2023-02-07 16:06 UTC  (10+ messages)
` [PATCH net-next 1/4] s390/ctcm: cleanup indenting
` [PATCH net-next 2/4] s390/qeth: Use constant for IP address buffers
` [PATCH net-next 3/4] s390/qeth: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 4/4] s390/qeth: Convert sprintf/snprintf to scnprintf

[PATCH v2 00/14] Add vfio_device cdev for iommufd support
 2023-02-07  9:17 UTC  (30+ messages)
` [PATCH v2 01/14] vfio: Allocate per device file structure
` [PATCH v2 02/14] vfio: Refine vfio file kAPIs
` [PATCH v2 03/14] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v2 04/14] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v2 05/14] kvm/vfio: Accept vfio device file from userspace
` [PATCH v2 06/14] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v2 07/14] vfio: Block device access via device fd until device is opened
` [PATCH v2 08/14] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v2 09/14] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v2 10/14] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v2 11/14] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH v2 12/14] vfio: Add cdev for vfio_device
` [PATCH v2 13/14] vfio: Add ioctls for device cdev using iommufd
` [PATCH v2 14/14] vfio: Compile group optionally

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-07  0:32 UTC  (3+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH v3] sched: cpuset: Don't rebuild root domains on suspend-resume
 2023-02-06 22:14 UTC 

[PATCH v4 0/2] vfio: fix deadlock between group lock and kvm lock
 2023-02-06 14:30 UTC  (10+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] vfio: no need to pass kvm pointer during device open

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-06 13:20 UTC  (29+ messages)
` [PATCH v2 01/10] cyrpto/b128ops: Remove struct u128
` [PATCH v2 02/10] types: Introduce [us]128
` [PATCH v2 03/10] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v2 04/10] instrumentation: Wire up cmpxchg128()
` [PATCH v2 05/10] percpu: Wire up cmpxchg128
` [PATCH v2 06/10] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v2 07/10] x86,intel_iommu: "
` [PATCH v2 08/10] slub: "
` [PATCH v2 09/10] arch: Remove cmpxchg_double
` [PATCH v2 10/10] s390/cpum_sf: Convert to cmpxchg128()

[net-next v7 0/4] net/smc: optimize the parallelism of SMC-R connections
 2023-02-06 12:11 UTC  (8+ messages)
` [net-next v7 1/4] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [net-next v7 2/4] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [net-next v7 3/4] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [net-next v7 4/4] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore

[net-next v2 0/8] drivers/s390/net/ism: Add generalized interface
 2023-02-06 10:57 UTC  (5+ messages)

[PATCHv3 bpf-next 0/9] bpf: Move kernel test kfuncs into bpf_testmod
 2023-02-06  9:15 UTC  (3+ messages)

[PATCH 0/3] mm/arch: Fix a few collide definition on private use of VM_FAULT_*
 2023-02-06  5:09 UTC  (9+ messages)
` [PATCH 1/3] mm/arm: Define private VM_FAULT_* reasons from top bits
` [PATCH 2/3] mm/arm64: "
` [PATCH 3/3] mm/s390: "

[PATCH v3] vfio: fix deadlock between group lock and kvm lock
 2023-02-03 21:35 UTC  (16+ messages)

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-03 15:32 UTC  (4+ messages)
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function

[PATCH] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug
 2023-02-03 11:48 UTC 

[GIT PULL] s390 fixes for 6.2-rc7
 2023-02-03  5:58 UTC  (4+ messages)

[PATCH 0/5] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
 2023-02-03  3:31 UTC  (2+ messages)

[PATCH v2] vfio: fix deadlock between group lock and kvm lock
 2023-02-02 12:52 UTC  (8+ messages)

[kvm-unit-tests PATCH v6 0/2] S390x: CPU Topology Information
 2023-02-02  9:28 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v6 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-02-02  3:08 UTC  (9+ messages)

[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
 2023-02-01  8:48 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] lib: s390x: Introduce UV validity function
` [kvm-unit-tests PATCH 2/3] s390x: pv: Test sie entry intercepts and validities
` [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (2+ messages)
` (subset) "

[PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock
 2023-01-31 15:12 UTC  (8+ messages)

[PATCH net-next v6 0/7] optimize the parallelism of SMC-R connections
 2023-01-31  3:06 UTC  (7+ messages)
` [PATCH net-next v6 1/7] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending

[PATCH] [v2] vfio-mdev: add back CONFIG_VFIO dependency
 2023-01-30 23:51 UTC  (2+ messages)

[PATCH v5 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-01-30 16:40 UTC  (6+ messages)
` [PATCH v5 5/7] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[RFC PATCH net-next v2 0/5] net/smc:Introduce SMC-D based loopback acceleration
 2023-01-30 16:30 UTC  (4+ messages)
` [RFC PATCH net-next v2 1/5] net/smc: introduce SMC-D loopback device


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