messages from 2024-10-17 00:02:13 to 2024-10-24 11:48:40 UTC [more...]
[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
2024-10-24 11:48 UTC (3+ messages)
` [PATCH v4 05/10] intel_th: pci: Replace deprecated PCI functions
Post-Quantum Algorithms for kernel crypto API
2024-10-24 11:23 UTC
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-23 20:34 UTC (34+ messages)
` [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req
` [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface
` [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default
` [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default
` [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
` [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()
[RFC PATCH v3 00/13] Clavis LSM
2024-10-23 19:25 UTC (31+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature
` [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time
` [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec
` [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec
` [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support
` [RFC PATCH v3 13/13] clavis: "
[PATCH AUTOSEL 5.10 4/6] crypto: marvell/cesa - Disable hash algorithms
2024-10-23 14:32 UTC
[PATCH AUTOSEL 5.15 07/10] crypto: marvell/cesa - Disable hash algorithms
2024-10-23 14:32 UTC
[PATCH AUTOSEL 6.1 09/17] crypto: api - Fix liveliness check in crypto_alg_tested
2024-10-23 14:31 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 10/17] crypto: marvell/cesa - Disable hash algorithms
[PATCH AUTOSEL 6.6 12/23] crypto: api - Fix liveliness check in crypto_alg_tested
2024-10-23 14:30 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 13/23] crypto: marvell/cesa - Disable hash algorithms
[PATCH AUTOSEL 6.11 15/30] crypto: api - Fix liveliness check in crypto_alg_tested
2024-10-23 14:29 UTC (2+ messages)
` [PATCH AUTOSEL 6.11 16/30] crypto: marvell/cesa - Disable hash algorithms
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-10-23 10:19 UTC (6+ messages)
` [PATCH v2 06/19] crypto: rsassa-pkcs1 - Migrate to sig_alg backend
[PATCH V1 0/2] Add QCrypto support for SA8775P
2024-10-23 4:16 UTC (5+ messages)
` [PATCH V1 1/2] dt-bindings: crypto: qcom-qce: document the SA8775P crypto engine
` [PATCH V1 2/2] arm64: dts: qcom: sa8775p: add QCrypto nodes
` (subset) [PATCH V1 0/2] Add QCrypto support for SA8775P
[RFC PATCH v3 1/3] spinlock: extend guard with spinlock_bh variants
2024-10-22 17:06 UTC (7+ messages)
` [RFC PATCH v3 2/3] dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine
` [RFC PATCH v3 3/3] crypto: Add Mediatek EIP-93 crypto engine support
[PATCH v4 0/3] arm64: Speed up CRC-32 using PMULL instructions
2024-10-22 11:36 UTC (7+ messages)
` [PATCH v4 1/3] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v4 2/3] arm64/crc32: Reorganize bit/byte ordering macros
` [PATCH v4 3/3] arm64/crc32: Implement 4-way interleave using PMULL
[PATCH] crypto: Remove unused asymmetric_keys functions
2024-10-22 0:24 UTC
[GIT PULL] Crypto Update for 6.4
2024-10-21 18:27 UTC (12+ messages)
` [GIT PULL] Crypto Update for 6.5
` [GIT PULL] Crypto Update for 6.6
` [GIT PULL] Crypto Update for 6.7
` [GIT PULL] Crypto Update for 6.8
` [GIT PULL] Crypto Fixes "
` [GIT PULL] Crypto Fixes for 6.9
` [GIT PULL] Crypto Fixes for 6.10
` [GIT PULL] Crypto Fixes for 6.12
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-21 17:56 UTC (18+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[PATCHv11 0/9] nvme: implement secure concatenaion
2024-10-21 15:32 UTC (18+ messages)
` [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 2/9] nvme: add nvme_auth_generate_psk()
` [PATCH 3/9] nvme: add nvme_auth_generate_digest()
` [PATCH 4/9] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 5/9] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 6/9] nvme-tcp: request secure channel concatenation
` [PATCH 7/9] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 8/9] nvmet-tcp: support secure channel concatenation
` [PATCH 9/9] nvmet: add tls_concat and tls_key debugfs entries
[PATCH] hwrng - Switch back to struct platform_driver::remove()
2024-10-21 10:48 UTC
[PATCH -next] crypto: testmgr - don't generate WARN for -EAGAIN
2024-10-21 2:40 UTC (8+ messages)
[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
2024-10-21 1:47 UTC (3+ messages)
` "
linux-next: duplicate patch in the crypto tree
2024-10-21 1:13 UTC
[PATCH 1/2] crypto: tegra - remove unneeded crypto_engine_stop() call
2024-10-20 19:25 UTC (2+ messages)
` [PATCH 2/2] crypto: starfive "
[PATCH 1/2] crypto: crypto4xx_core: avoid explicit resource
2024-10-19 11:58 UTC (2+ messages)
[PATCHv2 0/5] cesa: small cleanups
2024-10-19 11:58 UTC (4+ messages)
` [PATCHv2 4/5] crypto: cesa: move loop to mv_cesa_put_sram
[PATCH] crypto: jitter - output full sample from test interface
2024-10-19 11:58 UTC (2+ messages)
[PATCH] dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga"
2024-10-19 11:57 UTC (2+ messages)
[PATCH v1] hwrng: histb-rng: Fix the wrong format specifier
2024-10-19 11:57 UTC (2+ messages)
[PATCH] crypto: Switch back to struct platform_driver::remove()
2024-10-19 11:57 UTC (2+ messages)
[PATCH] crypto: qat - remove faulty arbiter config reset
2024-10-19 11:56 UTC (2+ messages)
[PATCH 2/2] crypto/crc32c: Provide crc32c-base alias to enable fuzz testing
2024-10-19 11:16 UTC (2+ messages)
[PATCH 1/2] crypto/crc32: Provide crc32-base alias to enable fuzz testing
2024-10-18 23:55 UTC (2+ messages)
[PATCH] crypto - move crypto_simd_disabled_for_test to lib
2024-10-18 23:53 UTC
[PATCH][next] crypto: cavium: Fix inverted logic on timeout end check
2024-10-18 17:45 UTC (2+ messages)
[PATCH] crypto: cavium - Fix the if condition to exit loop after timeout
2024-10-18 16:23 UTC
[PATCH v2 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
2024-10-18 10:58 UTC (3+ messages)
` [PATCH v2 1/2] crypto: hisilicon/sec2 - fix for aead icv error
` [PATCH v2 2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize
nx_crypto on power8 lpar
2024-10-18 10:22 UTC
[PATCH v2 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
2024-10-18 8:37 UTC (3+ messages)
` [PATCH v2 2/2] hwrng: "
[PATCH v3 0/2] arm64: Speed up CRC-32 using PMULL instructions
2024-10-17 22:40 UTC (6+ messages)
` [PATCH v3 1/2] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v3 2/2] arm64/crc32: Implement 4-way interleave using PMULL
[PATCH] crypto: qat - Constify struct pm_status_row
2024-10-17 20:08 UTC (2+ messages)
[PATCH 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
2024-10-17 13:39 UTC (7+ messages)
` [PATCH 2/2] hwrng: "
[RFC PATCH v2 1/3] spinlock: extend guard with spinlock_bh variants
2024-10-17 12:58 UTC (9+ messages)
` [RFC PATCH v2 2/3] dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine
` [RFC PATCH v2 3/3] crypto: Add Mediatek EIP-93 crypto engine support
[PATCH] crypto: qat - Fix typo "accelaration"
2024-10-17 8:29 UTC
[PATCH v2 0/2] arm64: Speed up CRC-32 using PMULL instructions
2024-10-17 2:37 UTC (3+ messages)
` [PATCH v2 1/2] arm64/lib: Handle CRC-32 alternative in C code
[PATCH v2 00/10] AEGIS x86 assembly tuning
2024-10-17 0:00 UTC (11+ messages)
` [PATCH v2 01/10] crypto: x86/aegis128 - access 32-bit arguments as 32-bit
` [PATCH v2 02/10] crypto: x86/aegis128 - remove no-op init and exit functions
` [PATCH v2 03/10] crypto: x86/aegis128 - eliminate some indirect calls
` [PATCH v2 04/10] crypto: x86/aegis128 - don't bother with special code for aligned data
` [PATCH v2 05/10] crypto: x86/aegis128 - optimize length block preparation using SSE4.1
` [PATCH v2 06/10] crypto: x86/aegis128 - improve assembly function prototypes
` [PATCH v2 07/10] crypto: x86/aegis128 - optimize partial block handling using SSE4.1
` [PATCH v2 08/10] crypto: x86/aegis128 - take advantage of block-aligned len
` [PATCH v2 09/10] crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
` [PATCH v2 10/10] crypto: x86/aegis128 - remove unneeded RETs
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).