linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-16 13:58:17 to 2025-04-26 06:51:39 UTC [more...]

[PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-26  6:50 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-04-26  2:32 UTC  (2+ messages)

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-25 18:16 UTC  (12+ messages)
` [PATCH v4 3/3] "

[PATCH v2 00/12] Always call constructor for kernel page tables
 2025-04-25 16:35 UTC  (5+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs

[PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
 2025-04-25 15:34 UTC  (10+ messages)
` [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() for introduction of "

[PATCH] fixup! s390/zcrypt: Rework cca findcard() implementation and callers
 2025-04-25 15:34 UTC  (2+ messages)

[PATCH v3 0/3] Rework protected key AES for true asynch support
 2025-04-25 14:56 UTC  (3+ messages)
` [PATCH v3 2/3] s390/crypto: "

[PATCH 0/7] lib/crc: drop "glue" from filenames
 2025-04-25  9:22 UTC  (12+ messages)
` [PATCH 1/7] arm/crc: "
` [PATCH 2/7] arm64/crc: "
` [PATCH 3/7] powerpc/crc: "
` [PATCH 4/7] powerpc/crc: rename crc32-vpmsum_core.S to crc-vpmsum-template.S
` [PATCH 5/7] s390/crc: drop "glue" from filenames
` [PATCH 6/7] sparc/crc: "
` [PATCH 7/7] x86/crc: "

[PATCH] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
 2025-04-24 17:50 UTC  (2+ messages)

[PATCH net-next] s390: ism: Pass string literal as format argument of dev_set_name()
 2025-04-24 16:28 UTC  (4+ messages)

[PATCH v8 00/25] AP bus/zcrypt/pkey/paes no-mem-alloc patches
 2025-04-24 15:07 UTC  (27+ messages)
` [PATCH v8 01/25] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v8 02/25] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v8 03/25] s390/ap: Introduce ap message buffer pool
` [PATCH v8 04/25] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v8 05/25] s390/ap/zcrypt: New xflag parameter
` [PATCH v8 06/25] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v8 07/25] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v8 08/25] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v8 09/25] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v8 10/25] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v8 11/25] s390/zcrypt: Remove unused functions from cca misc
` [PATCH v8 12/25] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v8 13/25] s390/zcrypt: Rework cca findcard() implementation and callers
` [PATCH v8 14/25] s390/zcrypt: Rework ep11 "
` [PATCH v8 15/25] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v8 16/25] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v8 17/25] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v8 18/25] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v8 19/25] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v8 20/25] s390/pkey: Rework EP11 "
` [PATCH v8 21/25] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v8 22/25] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v8 23/25] s390/uv: Remove uv_get_secret_metadata function
` [PATCH v8 24/25] s390/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v8 25/25] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API

[PATCH] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-04-24 12:02 UTC 

[PATCH v7 00/25] AP bus/zcrypt/pkey/paes no-mem-alloc patches
 2025-04-24  6:58 UTC  (31+ messages)
` [PATCH v7 01/25] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v7 02/25] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v7 03/25] s390/ap: Introduce ap message buffer pool
` [PATCH v7 04/25] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v7 05/25] s390/ap/zcrypt: New xflag parameter
` [PATCH v7 06/25] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v7 07/25] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v7 08/25] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v7 09/25] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v7 10/25] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v7 11/25] s390/zcrypt: Remove unused functions from cca misc
` [PATCH v7 12/25] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v7 13/25] s390/zcrypt: Rework cca findcard() implementation and callers
` [PATCH v7 14/25] s390/zcrypt: Rework ep11 "
` [PATCH v7 15/25] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v7 16/25] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v7 17/25] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v7 18/25] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v7 19/25] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v7 20/25] s390/pkey: Rework EP11 "
` [PATCH v7 21/25] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v7 22/25] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v7 23/25] s390/uv: Remove uv_get_secret_metadata function
` [PATCH v7 24/25] s390/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v7 25/25] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API

[PATCH v6 00/25] AP bus/zcrypt/pkey/paes no-mem-alloc patches
 2025-04-23  9:38 UTC  (21+ messages)
` [PATCH v6 04/25] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v6 12/25] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v6 13/25] s390/zcrypt: Rework cca findcard() implementation and callers
` [PATCH v6 14/25] s390/zcrypt: Rework ep11 "
` [PATCH v6 15/25] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v6 16/25] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v6 17/25] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v6 18/25] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v6 19/25] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v6 20/25] s390/pkey: Rework EP11 "
` [PATCH v6 21/25] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v6 22/25] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v6 23/25] s390/uv: Remove uv_get_secret_metadata function
` [PATCH v6 24/25] s390/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v6 25/25] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-22 15:27 UTC  (14+ messages)
` [PATCH v3 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v3 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v3 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v3 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v3 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v3 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v3 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v3 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v3 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v3 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v3 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v3 13/13] crypto: lib/poly1305 "

[PING PATCH v3] perf test: Allow tolerance for leader sampling test
 2025-04-22 11:06 UTC 

[PATCH v2 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-22 10:41 UTC  (17+ messages)
` [PATCH v2 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v2 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v2 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v2 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v2 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v2 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v2 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v2 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v2 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v2 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v2 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v2 13/13] crypto: lib/poly1305 "

[PATCH 6.14 000/449] 6.14.3-rc1 review
 2025-04-22 10:07 UTC  (3+ messages)

[PATCH] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
 2025-04-22  9:30 UTC  (3+ messages)

[PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files
 2025-04-22  9:26 UTC  (5+ messages)
` [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
` [PATCH net 2/2] MAINTAINERS: Add s390 networking drivers to "

[PATCH] s390/crc32: Remove no-op module init and exit functions
 2025-04-21  7:51 UTC  (2+ messages)

[PATCH] treewide: Fix typo "previlege"
 2025-04-21  7:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-19  2:40 UTC  (28+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "

[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
 2025-04-18  3:41 UTC  (4+ messages)

[PATCH] lib/crc: make the CPU feature static keys __ro_after_init
 2025-04-17 16:32 UTC  (3+ messages)

[PATCH v5 0/5] iommu/s390: support additional table regions
 2025-04-17 14:43 UTC  (2+ messages)

[PATCH v3] PCI: s390: Handle ARI on bus without associated struct pci_dev
 2025-04-17 13:14 UTC 

[PATCH] mm: Convert free_page_and_swap_cache() to free_folio_and_swap_cache()
 2025-04-16 20:12 UTC 


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