linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 18:18:55 to 2023-02-02 17:06:47 UTC [more...]

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-02 17:05 UTC  (14+ 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()

[PATCH v3] vfio: fix deadlock between group lock and kvm lock
 2023-02-02 16:24 UTC 

[net-next v2 0/8] drivers/s390/net/ism: Add generalized interface
 2023-02-02 13:53 UTC  (8+ messages)
` [net-next v2 5/8] net/smc: Register SMC-D as ISM client
` [net-next v2 6/8] net/smc: Separate SMC-D and ISM APIs
` [net-next v2 7/8] s390/ism: Consolidate SMC-D-related code
` [net-next v2 8/8] net/smc: De-tangle ism and smc device initialization

[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

[net-next v7 0/4] net/smc: optimize the parallelism of SMC-R connections
 2023-02-02  8:26 UTC  (5+ 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

[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  (6+ messages)
` [PATCH 23/35] Documentation: s390: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[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  (13+ messages)
` [PATCH v5 1/7] s390/ism: Set DMA coherent mask
` [PATCH v5 2/7] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v5 3/7] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v5 4/7] s390/pci: Use dma-iommu layer
` [PATCH v5 5/7] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v5 6/7] iommu/dma: Enable variable queue size and use larger single queue
` [PATCH v5 7/7] iommu/dma: Add IOMMU op to choose lazy domain type

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

[PATCH 0/1] s390: fix initrd corruption in decompressor with new zstd version
 2023-01-30 15:15 UTC  (4+ messages)
` [PATCH 1/1] s390/decompressor: specify __decompress() buf len to avoid overflow

[PATCH v4 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-30 14:02 UTC  (5+ messages)
` [PATCH v4 1/1] "

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

[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-01-27 23:19 UTC  (3+ messages)

[PATCH net-next 08/11] net: add missing includes of linux/splice.h
 2023-01-27 12:35 UTC  (2+ messages)

[PATCH v3 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-27  9:09 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-26  9:48 UTC  (5+ messages)

[PATCH v2 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-26  9:39 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls
 2023-01-25 13:53 UTC  (2+ messages)

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-25 10:59 UTC  (13+ messages)
` [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map()
` [PATCH v3 02/10] iommu: Remove iommu_map_atomic()
` [PATCH v3 03/10] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH v3 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH v3 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH v3 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH v3 07/10] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH v3 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts
` [PATCH v3 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
` [PATCH v3 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts

[PATCH 8/9] mm/hugetlb: convert hugetlb_wp() to take in a folio
 2023-01-24 18:38 UTC  (2+ messages)

[PATCH] s390/dcssblk:: don't call bio_split_to_limits
 2023-01-24 18:27 UTC  (5+ messages)

[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-24 15:29 UTC  (4+ messages)

[PATCH AUTOSEL 6.1 20/35] s390: workaround invalid gcc-11 out of bounds read warning
 2023-01-24 13:41 UTC 

kernel BUG scsi_dh_alua sleeping from invalid context && kernel WARNING do not call blocking ops when !TASK_RUNNING
 2023-01-24 11:36 UTC  (12+ messages)

misc mdev tidyups
 2023-01-23 19:37 UTC  (2+ 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 NNTP newsgroup(s).