linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-26 08:28:49 to 2025-06-10 19:12:32 UTC [more...]

[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
 2025-06-10 19:12 UTC  (25+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (4+ messages)

[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
 2025-06-10 16:16 UTC  (32+ messages)
` [kvm-unit-tests PATCH 01/16] lib: Add and use static_assert() convenience wrappers
` [kvm-unit-tests PATCH 02/16] x86: Encode X86_FEATURE_* definitions using a structure
` [kvm-unit-tests PATCH 03/16] x86: Add X86_PROPERTY_* framework to retrieve CPUID values
` [kvm-unit-tests PATCH 04/16] x86: Use X86_PROPERTY_MAX_VIRT_ADDR in is_canonical()
` [kvm-unit-tests PATCH 05/16] x86: Implement get_supported_xcr0() using X86_PROPERTY_SUPPORTED_XCR0_{LO,HI}
` [kvm-unit-tests PATCH 06/16] x86: Add and use X86_PROPERTY_INTEL_PT_NR_RANGES
` [kvm-unit-tests PATCH 07/16] x86/pmu: Rename pmu_gp_counter_is_available() to pmu_arch_event_is_available()
` [kvm-unit-tests PATCH 08/16] x86/pmu: Rename gp_counter_mask_length to arch_event_mask_length
` [kvm-unit-tests PATCH 09/16] x86/pmu: Mark all arch events as available on AMD
` [kvm-unit-tests PATCH 10/16] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
` [kvm-unit-tests PATCH 11/16] x86/sev: Use VC_VECTOR from processor.h
` [kvm-unit-tests PATCH 12/16] x86/sev: Skip the AMD SEV test if SEV is unsupported/disabled
` [kvm-unit-tests PATCH 13/16] x86/sev: Define and use X86_FEATURE_* flags for CPUID 0x8000001F
` [kvm-unit-tests PATCH 14/16] x86/sev: Use X86_PROPERTY_SEV_C_BIT to get the AMD SEV C-bit location
` [kvm-unit-tests PATCH 15/16] x86/sev: Use amd_sev_es_enabled() to detect if SEV-ES is enabled
` [kvm-unit-tests PATCH 16/16] x86: Move SEV MSR definitions to msr.h

[PATCH] perf test: Skip stat uniquifying test if unavailable
 2025-06-10 15:58 UTC  (2+ messages)

[PATCH v2 0/7] Remove ops.pgsize_bitmap
 2025-06-10  9:11 UTC  (13+ messages)
` [PATCH v2 1/7] qiommu/arm-smmu-v3: Remove iommu_ops pgsize_bitmap
` [PATCH v2 2/7] iommu/arm-smmu: "
` [PATCH v2 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
` [PATCH v2 4/7] iommu: Remove iommu_ops pgsize_bitmap from simple drivers
` [PATCH v2 5/7] iommu/mtk: Remove iommu_ops pgsize_bitmap
` [PATCH v2 6/7] iommu/qcom: "
` [PATCH v2 7/7] iommu: Remove ops->pgsize_bitmap

(no subject)
 2025-06-10  2:06 UTC  (4+ messages)
` [PATCH] s390/zfcp: Ensure synchronous unit_add

[PATCH AUTOSEL 6.14 02/11] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
 2025-06-09 22:52 UTC 

[PATCH AUTOSEL 6.15 02/11] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
 2025-06-09 22:52 UTC 

[PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
 2025-06-09 15:56 UTC  (4+ messages)
    ` [PATCH 16/15] bugs/s390: Use "

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
 2025-06-08 23:46 UTC  (15+ messages)
` [PATCH 01/13] crypto/crc32: register only one shash_alg
` [PATCH 02/13] crypto/crc32c: "
` [PATCH 03/13] lib/crc: move files into lib/crc/
` [PATCH 04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH 05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH 06/13] lib/crc/arm64: migrate arm64-optimized "
` [PATCH 07/13] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH 08/13] lib/crc/mips: migrate mips-optimized "
` [PATCH 09/13] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH 10/13] lib/crc/riscv: migrate riscv-optimized "
` [PATCH 11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/
` [PATCH 12/13] lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/
` [PATCH 13/13] lib/crc/x86: migrate x86-optimized "

[GIT PULL] more s390 updates for 6.16 merge window
 2025-06-07  1:18 UTC  (2+ messages)

[PATCH v2] KVM: S390: Remove sca_lock
 2025-06-06  8:48 UTC  (3+ messages)

[PATCH v7] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-05 16:17 UTC  (2+ messages)

[PATCH v6] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-05 15:06 UTC 

[PATCH] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
 2025-06-05 10:21 UTC  (10+ messages)

[PATCH v5] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-04 14:31 UTC  (3+ messages)

kernel/sched/core: WARNING when migrating to an offline CPU
 2025-06-04 11:52 UTC 

[PATCH] KVM: S390: Remove sca_lock
 2025-06-03 16:56 UTC 

[PATCH v4] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-03 15:15 UTC  (3+ messages)

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-06-02 15:16 UTC  (4+ messages)

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-06-02 14:45 UTC  (11+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash

[PATCH v3 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-02 10:01 UTC  (8+ messages)
` [PATCH v3 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH v3 2/3] KVM: s390: Always allocate esca_block

[syzbot] [net?] [s390?] possible deadlock in smc_switch_to_fallback (2)
 2025-05-31 16:20 UTC  (2+ messages)
` [syzbot] [smc?] "

[PATCH] crypto: s390/sha256 - rename module to sha256-s390
 2025-05-30 12:59 UTC  (2+ messages)

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-05-29 20:46 UTC  (3+ messages)
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it

[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
 2025-05-28 17:41 UTC  (6+ messages)

[GIT PULL v1 0/7] KVM: s390: A fix and some refactoring
 2025-05-28 16:16 UTC  (8+ messages)
` [GIT PULL v1 1/7] s390/uv: Don't return 0 from make_hva_secure() if the operation was not successful
` [GIT PULL v1 2/7] s390/uv: Always return 0 from s390_wiggle_split_folio() if successful
` [GIT PULL v1 3/7] s390/uv: Improve splitting of large folios that cannot be split while dirty
` [GIT PULL v1 4/7] s390: Remove unneeded includes
` [GIT PULL v1 5/7] KVM: s390: Remove unneeded srcu lock
` [GIT PULL v1 6/7] KVM: s390: Refactor and split some gmap helpers
` [GIT PULL v1 7/7] KVM: s390: Simplify and move pv code

[kvm-unit-tests PATCH 0/2] s390x: diag10: Fixup
 2025-05-28 14:56 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: diag10: Fence tcg and pv environments
` [kvm-unit-tests PATCH 2/2] s390x: diag10: Check page clear

[PATCH v5 0/4] KVM: s390: Some cleanup and small fixes
 2025-05-28 12:15 UTC  (7+ messages)
` [PATCH v5 1/4] s390: Remove unneeded includes
` [PATCH v5 2/4] KVM: s390: Remove unneeded srcu lock
` [PATCH v5 3/4] KVM: s390: Refactor and split some gmap helpers
` [PATCH v5 4/4] KVM: s390: Simplify and move pv code

[PATCH v4] s390/crypto: Select crypto engine in Kconfig when PAES is chosen
 2025-05-28 10:38 UTC  (3+ messages)

[PATCH 6.14 000/783] 6.14.9-rc1 review
 2025-05-28  8:50 UTC  (2+ messages)

[RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-05-28  6:37 UTC  (2+ messages)

stable-rc/queue/6.14: S390: devres.h:111:16: error: implicit declaration of function 'IOMEM_ERR_PTR' [-Werror=implicit-function-declaration]
 2025-05-27 14:46 UTC  (3+ messages)

[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
 2025-05-27  9:14 UTC  (8+ messages)
` [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers

[PATCH v5 0/2] Rework protected key AES for true asynch support
 2025-05-27  8:21 UTC  (5+ messages)
` [PATCH v5 2/2] s390/crypto: "

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-05-27  3:30 UTC  (4+ messages)
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches

[GIT PULL] s390 updates for 6.16 merge window
 2025-05-26 21:38 UTC  (2+ messages)

[PATCH v11 0/6] New s390 specific protected key hmac
 2025-05-26 14:06 UTC  (9+ messages)
` [PATCH v11 3/6] s390/crypto: New s390 specific protected key hash phmac
` [PATCH v11 5/6] s390/crypto: Add selftest support for phmac

[PATCH v4 0/4] KVM: s390: some cleanup and small fixes
 2025-05-26  8:28 UTC  (3+ messages)
` [PATCH v4 1/4] s390: remove unneeded includes


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