public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-13 15:44:52 to 2022-12-23 02:45:29 UTC [more...]

[PATCH linux-next] s390/zcrypt: use strscpy() to instead of strncpy()
 2022-12-23  2:45 UTC 

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2022-12-22 17:21 UTC  (24+ messages)
` [PATCH 01/19] arch/alpha: rename internal name __xchg to __arch_xchg
` [PATCH 02/19] arch/arc: "
` [PATCH 03/19] arch/arm: "
` [PATCH 04/19] arch/arm64: "
` [PATCH 05/19] arch/hexagon: "
` [PATCH 06/19] arch/ia64: "
` [PATCH 07/19] arch/loongarch: "
` [PATCH 08/19] arch/m68k: "
` [PATCH 09/19] arch/mips: "
` [PATCH 10/19] arch/openrisc: "
` [PATCH 11/19] arch/parisc: "
` [PATCH 12/19] arch/powerpc: correct logged function names in xchg helpers
` [PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
` [PATCH 14/19] arch/s390: "
` [PATCH 15/19] arch/sh: "
` [PATCH 16/19] arch/sparc: "
` [PATCH 17/19] arch/xtensa: "
` [PATCH 18/19] linux/include: add non-atomic version of xchg
` [PATCH 19/19] drm/i915/gt: use __xchg instead of internal helper

[PATCH v2] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
 2022-12-22 14:34 UTC 

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-22 13:16 UTC  (29+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double

[PATCH] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
 2022-12-22 12:32 UTC 

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-21 23:51 UTC  (9+ messages)
              ` [PATCH v2] "

[RFC PATCH net-next v2 0/5] net/smc:Introduce SMC-D based loopback acceleration
 2022-12-21 13:14 UTC  (8+ messages)
` [RFC PATCH net-next v2 1/5] net/smc: introduce SMC-D loopback device
` [RFC PATCH net-next v2 2/5] net/smc: choose loopback device in SMC-D communication
` [RFC PATCH net-next v2 3/5] net/smc: add dmb attach and detach interface
` [RFC PATCH net-next v2 4/5] net/smc: avoid data copy from sndbuf to peer RMB in SMC-D loopback
` [RFC PATCH net-next v2 5/5] net/smc: logic of cursors update in SMC-D loopback connections

[PATCH] cputime: remove cputime_to_nsecs fallback
 2022-12-21 10:11 UTC  (2+ messages)

Aluminum die casting technology
 2022-12-21  8:59 UTC 

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-21  3:15 UTC  (5+ messages)

[PATCH v2 00/16] vfio/ccw: channel program cleanup
 2022-12-20 17:45 UTC  (20+ messages)
` [PATCH v2 01/16] vfio/ccw: cleanup some of the mdev commentary
` [PATCH v2 02/16] vfio/ccw: simplify the cp_get_orb interface
` [PATCH v2 03/16] vfio/ccw: allow non-zero storage keys
` [PATCH v2 04/16] vfio/ccw: move where IDA flag is set in ORB
` [PATCH v2 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw
` [PATCH v2 06/16] vfio/ccw: simplify CCW chain fetch routines
` [PATCH v2 07/16] vfio/ccw: remove unnecessary malloc alignment
` [PATCH v2 08/16] vfio/ccw: pass page count to page_array struct
` [PATCH v2 09/16] vfio/ccw: populate page_array struct inline
` [PATCH v2 10/16] vfio/ccw: refactor the idaw counter
` [PATCH v2 11/16] vfio/ccw: read only one Format-1 IDAW
` [PATCH v2 12/16] vfio/ccw: calculate number of IDAWs regardless of format
` [PATCH v2 13/16] vfio/ccw: allocate/populate the guest idal
` [PATCH v2 14/16] vfio/ccw: handle a guest Format-1 IDAL
` [PATCH v2 15/16] vfio/ccw: don't group contiguous pages on 2K IDAWs
` [PATCH v2 16/16] vfio/ccw: remove old IDA format restrictions

[PATCH 0/7] improve AP queue reset processing
 2022-12-20 17:24 UTC  (24+ messages)
` [PATCH 1/7] s390/vfio-ap: verify reset complete in separate function
` [PATCH 2/7] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH 3/7] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH 4/7] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH 5/7] s390/vfio_ap: fix handling of error response codes
` [PATCH 6/7] s390/vfio_ap: increase max wait time for reset verification
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources

[PATCH] s390: remove the last remnants of cputime_t
 2022-12-20 15:44 UTC  (4+ messages)

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20 10:09 UTC  (6+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-12-19 21:04 UTC  (36+ messages)
` [PATCH v1 03/16] vfio/ccw: allow non-zero storage keys
` [PATCH v1 04/16] vfio/ccw: move where IDA flag is set in ORB
` [PATCH v1 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw
` [PATCH v1 06/16] vfio/ccw: simplify CCW chain fetch routines
` [PATCH v1 07/16] vfio/ccw: remove unnecessary malloc alignment
` [PATCH v1 08/16] vfio/ccw: pass page count to page_array struct
` [PATCH v1 09/16] vfio/ccw: populate page_array struct inline
` [PATCH v1 10/16] vfio/ccw: refactor the idaw counter
` [PATCH v1 11/16] vfio/ccw: discard second fmt-1 IDAW
` [PATCH v1 12/16] vfio/ccw: calculate number of IDAWs regardless of format
` [PATCH v1 13/16] vfio/ccw: allocate/populate the guest idal
` [PATCH v1 14/16] vfio/ccw: handle a guest Format-1 IDAL
` [PATCH v1 15/16] vfio/ccw: don't group contiguous pages on 2K IDAWs
` [PATCH v1 16/16] vfio/ccw: remove old IDA format restrictions

[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-19 21:24 UTC  (16+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[RFC PATCH net-next 0/5] Introduce SMC-D based loopback acceleration
 2022-12-19 17:07 UTC  (6+ messages)
` [RFC PATCH net-next 1/5] net/smc: introduce SMC-D loopback device
` [RFC PATCH net-next 2/5] net/smc: choose loopback device in SMC-D communication
` [RFC PATCH net-next 3/5] net/smc: add dmb attach and detach interface
` [RFC PATCH net-next 4/5] net/smc: avoid data copy from sndbuf to peer RMB in SMC-D loopback
` [RFC PATCH net-next 5/5] net/smc: logic of cursors update in SMC-D loopback connections

[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
 2022-12-19 16:16 UTC  (5+ messages)
` [PATCH iommufd v2 8/9] irq/s390: Add arch_is_isolated_msi() for s390

[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-12-19 15:17 UTC  (4+ messages)
` [PATCH v2 3/7] s390/pci: Use dma-iommu layer

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-19  1:40 UTC  (5+ messages)

[PATCH AUTOSEL 4.9 08/20] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:22 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 09/20] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.9 10/20] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 4.14 10/23] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:21 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 11/23] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.14 12/23] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 4.19 11/26] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:20 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 12/26] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.19 13/26] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 5.4 12/30] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 13/30] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.4 14/30] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 5.10 16/39] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:15 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 17/39] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.10 18/39] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 5.15 18/46] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:12 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 19/46] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.15 20/46] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 6.0 28/73] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:06 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 29/73] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 6.0 30/73] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH AUTOSEL 6.1 33/85] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-12-18 16:00 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 34/85] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 6.1 35/85] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-13 16:18 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