messages from 2025-04-11 12:22:42 to 2025-04-22 10:41:46 UTC [more...]
[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 net-next] s390: ism: Pass string literal as format argument of dev_set_name()
2025-04-22 9:10 UTC (3+ messages)
[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 v6 00/25] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-04-18 7:57 UTC (29+ messages)
` [PATCH v6 01/25] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v6 02/25] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v6 03/25] s390/ap: Introduce ap message buffer pool
` [PATCH v6 04/25] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v6 05/25] s390/ap/zcrypt: New xflag parameter
` [PATCH v6 06/25] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v6 07/25] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v6 08/25] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v6 09/25] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v6 10/25] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v6 11/25] s390/zcrypt: Remove unused functions from cca misc
` [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 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 (5+ messages)
[PATCH v5 0/5] iommu/s390: support additional table regions
2025-04-17 14:43 UTC (10+ messages)
` [PATCH v5 1/5] iommu/s390: set appropriate IOTA region type
` [PATCH v5 2/5] iommu/s390: support cleanup of additional table regions
` [PATCH v5 3/5] iommu/s390: support iova_to_phys for "
` [PATCH v5 4/5] iommu/s390: support map/unmap "
` [PATCH v5 5/5] iommu/s390: allow larger region tables
[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
[PATCH v5 00/25] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-04-16 9:39 UTC (35+ messages)
` [PATCH v5 01/25] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v5 02/25] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v5 03/25] s390/ap: Introduce ap message buffer pool
` [PATCH v5 04/25] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v5 05/25] s390/ap/zcrypt: New xflag parameter
` [PATCH v5 06/25] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v5 07/25] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v5 08/25] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v5 09/25] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v5 10/25] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v5 11/25] s390/zcrypt: Remove unused functions from cca misc
` [PATCH v5 12/25] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v5 13/25] s390/zcrypt: Rework cca findcard() implementation and callers
` [PATCH v5 14/25] s390/zcrypt: Rework ep11 "
` [PATCH v5 15/25] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v5 16/25] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v5 17/25] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v5 18/25] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v5 19/25] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v5 20/25] s390/pkey: Rework EP11 "
` [PATCH v5 21/25] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v5 22/25] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v5 23/25] s390/uv: Remove uv_get_secret_metadata function
` [PATCH v5 24/25] s390/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v5 25/25] Add a new parameter xflags to the in-kernel API function pkey_key2protkey(). Currently there is only one flag supported:
[PATCH] watchdog: diag288_wdt: Implement module autoload
2025-04-16 7:21 UTC (5+ messages)
[syzbot] Monthly smc report (Apr 2025)
2025-04-15 10:40 UTC
[PATCH v4 00/24] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-04-14 15:15 UTC (37+ messages)
` [PATCH v4 06/24] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v4 07/24] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v4 09/24] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v4 10/24] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v4 11/24] s390/zcrypt: Remove unused functions from cca misc
` [PATCH v4 12/24] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v4 13/24] s390/zcrypt/pkey: Rework cca findcard() implementation and callers
` [PATCH v4 14/24] s390/zcrypt/pkey: Rework ep11 "
` [PATCH v4 16/24] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v4 21/24] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v4 22/24] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v4 23/24] s390/zcrypt/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v4 24/24] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-14 14:17 UTC (4+ messages)
` [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
[PATCH AUTOSEL 5.4 1/5] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:32 UTC
[PATCH AUTOSEL 5.10 01/11] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:31 UTC
[PATCH AUTOSEL 5.15 01/15] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:31 UTC
[PATCH AUTOSEL 6.1 01/17] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:30 UTC
[PATCH AUTOSEL 6.6 01/24] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:29 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 02/24] KVM: s390: Don't use %pK through debug printing
[PATCH AUTOSEL 6.12 01/30] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:28 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 02/30] KVM: s390: Don't use %pK through debug printing
[PATCH AUTOSEL 6.13 01/34] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:26 UTC (2+ messages)
` [PATCH AUTOSEL 6.13 02/34] KVM: s390: Don't use %pK through debug printing
[PATCH AUTOSEL 6.14 01/34] KVM: s390: Don't use %pK through tracepoints
2025-04-14 13:25 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 02/34] KVM: s390: Don't use %pK through debug printing
[PATCH v3 0/3] Rework protected key AES for true asynch support
2025-04-14 10:14 UTC (3+ messages)
` [PATCH v3 1/3] s390/cpacf: Rework cpacf_pcc() to return condition code
[PATCH v2] mm: Introduce free_folio_and_swap_cache() to replace free_page_and_swap_cache()
2025-04-13 21:34 UTC (3+ messages)
[PATCH v1 net] smc: Fix lockdep false-positive for IPPROTO_SMC
2025-04-11 21:30 UTC (3+ messages)
[PATCH v3] perf test: Allow tolerance for leader sampling test
2025-04-11 21:00 UTC (4+ messages)
[PATCH] mm: Introduce free_folio_and_swap_cache() to replace free_page_and_swap_cache()
2025-04-11 19:15 UTC (2+ messages)
[GIT PULL] s390 updates for 6.15-rc2
2025-04-11 15:40 UTC (2+ messages)
[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
2025-04-11 13:34 UTC (6+ messages)
[RFC PATCH] net/smc: Consider using kfree_sensitive() to free cpu_addr
2025-04-11 12:22 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).