public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-28 17:41:35 to 2025-06-12 17:36:47 UTC [more...]

[PATCH 0/6] mm: Consolidate lazy MMU mode context
 2025-06-12 17:36 UTC  (3+ messages)
` [PATCH 1/6] mm: Cleanup apply_to_pte_range() routine
` [PATCH 5/6] powerpc/64s: Do not disable preemption in lazy MMU mode

[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-12 12:15 UTC  (11+ messages)
` [PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "
` [PATCH 4/5] mm: use MODULE_NEEDS_WEAK_PER_CPU instead of ARCH_NEEDS_WEAK_PER_CPU
` [PATCH 5/5] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH v3 0/2] s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
 2025-06-12 11:41 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

[PATCH v2] s390/pkey: prevent overflow in size calculation for memdup_user()
 2025-06-12 11:40 UTC  (4+ messages)

page type is 0, migratetype passed is 2 (nr=256)
 2025-06-12  9:05 UTC  (6+ messages)

[PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
 2025-06-12  7:54 UTC  (3+ messages)
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "

[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-12  7:54 UTC 

[PATCH] s390/pkey: prevent overflow in size calculation for memdup_user()
 2025-06-11 19:00 UTC  (2+ messages)

[PATCH v2 0/7] Remove ops.pgsize_bitmap
 2025-06-11  9:46 UTC  (16+ 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

[PATCH 00/16] SHA-512 library functions
 2025-06-11  3:58 UTC  (21+ messages)
` [PATCH 01/16] crypto: sha512 - rename conflicting symbols
` [PATCH 02/16] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH 03/16] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH 04/16] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH 05/16] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH 06/16] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH 08/16] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH 09/16] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH 10/16] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH 11/16] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH 12/16] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH 13/16] lib/crypto/sha512: migrate s390-optimized "
` [PATCH 14/16] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH 15/16] lib/crypto/sha512: migrate x86-optimized "
` [PATCH 16/16] crypto: sha512 - remove sha512_base.h

[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
 2025-06-11  0:41 UTC  (34+ 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 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)

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

(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  (5+ messages)


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