messages from 2024-10-02 21:46:54 to 2024-10-15 11:19:24 UTC [more...]
drivers/nx: Invalid wait context issue when rebooting
2024-10-15 11:18 UTC (8+ messages)
[v2 PATCH 1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
2024-10-15 10:55 UTC (2+ messages)
` [v2 PATCH 2/2] crypto/nx: Fix invalid wait context during kexec reboot
[PATCH 0/3] crypto: x86/crc32c - jump table elimination and other cleanups
2024-10-15 10:55 UTC (9+ messages)
` [PATCH 1/3] crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
` [PATCH 2/3] crypto: x86/crc32c - access 32-bit arguments as 32-bit
` [PATCH 3/3] crypto: x86/crc32c - eliminate jump table and excessive unrolling
[PATCH 0/2] arm64: Speed up CRC-32 using PMULL instructions
2024-10-15 10:41 UTC (3+ messages)
` [PATCH 1/2] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH 2/2] arm64/crc32: Implement 4-way interleave using PMULL
[PATCH v2 0/4] Add support for stm32mp25x RNG
2024-10-15 6:46 UTC (15+ messages)
` [PATCH v2 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms
` [PATCH v2 3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
` [PATCH v2 4/4] arm64: dts: st: add RNG node on stm32mp251
[PATCH] dt-bindings: rng: Add Marvell Armada RNG support
2024-10-15 6:24 UTC (2+ messages)
[REGRESSION] alg: ahash: Several tests fail during boot on Turris Omnia
2024-10-15 4:52 UTC (11+ messages)
` [PATCH] crypto: marvell/cesa - Disable hash algorithms
[PATCH -next] crypto: testmgr - don't generate WARN for -EAGAIN
2024-10-15 2:09 UTC (2+ messages)
` [PATCH] crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY
[PATCH] crypto: qat - Constify struct pm_status_row
2024-10-14 19:55 UTC
[PATCHv10 0/9] nvme: implement secure concatenation
2024-10-14 19:38 UTC (11+ 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] crypto: ecdsa - Update Kconfig help text for NIST P521
2024-10-14 13:13 UTC (2+ messages)
[RFC PATCH v1 20/57] crypto: Remove PAGE_SIZE compile-time constant assumption
2024-10-14 10:58 UTC
Build regressions/improvements in v6.12-rc3
2024-10-14 10:29 UTC (4+ messages)
[PATCH cryptodev-2.6] crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys
2024-10-14 9:43 UTC
[PATCH] crypto/nx: Rename devdata_mutex to devdata_spinlock
2024-10-14 5:20 UTC
[PATCH v2 RESEND] crypto: lib/mpi - Extend support for scope-based resource management
2024-10-12 15:10 UTC (9+ messages)
` [v2] "
` [PATCH v3 0/3] lib: Extending "
` [PATCH v3 1/3] crypto: lib/mpi - Extend "
` [PATCH v3 2/3] lib/digsig: Use scope-based resource management for two MPI variables in digsig_verify_rsa()
` [PATCH v3 3/3] lib/digsig: Use scope-based resource management for two "
[PATCH] crypto: virtio/akcipher - Move a pointer assignment in virtio_crypto_rsa_set_key()
2024-10-12 8:24 UTC (2+ messages)
[PATCH 0/4] Add support for stm32mp25x RNG
2024-10-11 16:18 UTC (22+ messages)
` [PATCH 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH 2/4] hwrng: stm32 - implement support for STM32MP25x platforms
` [PATCH 3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
` [PATCH 4/4] arm64: dts: st: add RNG node on stm32mp251
[PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support
2024-10-11 16:10 UTC (15+ messages)
` [PATCH v2 2/3] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support
BUG: Kernel NULL pointer dereference on read at 0x00000000 in pnv_get_random_long()
2024-10-11 10:45 UTC (4+ messages)
crypto: starfive: kernel oops when unloading jh7110_crypto module and loading it again
2024-10-11 8:19 UTC
[PATCH 1/2] crypto: crypto4xx_core: avoid explicit resource
2024-10-10 19:48 UTC (2+ messages)
` [PATCH 2/2] crypto: crypto4xx_core: use devm in probe
[PATCHv2 0/5] cesa: small cleanups
2024-10-10 19:45 UTC (6+ messages)
` [PATCHv2 1/5] crypto: cesa: add COMPILE_TEST
` [PATCHv2 2/5] crypto: cesa: use enabled variants for clk_get
` [PATCHv2 3/5] crypto: cesa: remove irq_set_affinity_hint
` [PATCHv2 4/5] crypto: cesa: move loop to mv_cesa_put_sram
` [PATCHv2 5/5] crypto: cesa: use devm_platform_get_and_ioremap_resource
linux-next: build warning after merge of the crypto tree
2024-10-10 9:13 UTC (3+ messages)
` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference
[PATCH] crypto: x86/cast5: Remove unused cast5_ctr_16way
2024-10-10 9:12 UTC (2+ messages)
[PATCH v7 1/7] crypto: shash - add support for finup_mb
2024-10-10 8:29 UTC (2+ messages)
[PATCH] crypto: jitter - output full sample from test interface
2024-10-10 2:47 UTC
WARNING: CPU: 1 PID: 81 at crypto/testmgr.c:5931 alg_test+0x2a4/0x300 (Thinkpad T60, v6.12-rc2)
2024-10-09 23:38 UTC
[RFC PATCH 1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
2024-10-09 22:11 UTC (4+ messages)
` [RFC PATCH 2/2] crypto: Add Mediatek EIP-93 crypto engine support
[PATCH] dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga"
2024-10-09 21:11 UTC (2+ messages)
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
2024-10-09 13:34 UTC (13+ messages)
` [PATCH 06/51] crypto: "
[PATCH v1] hwrng: histb-rng: Fix the wrong format specifier
2024-10-09 6:42 UTC
qcom-rng is broken for acpi
2024-10-08 20:08 UTC (11+ messages)
[PATCH] drivers/histb-rng: Fix the wrong format specifier
2024-10-08 7:22 UTC
[PATCH] hwrng: core - Add WARN_ON for buggy read return values
2024-10-07 23:28 UTC (10+ messages)
[PATCH] crypto: Switch back to struct platform_driver::remove()
2024-10-07 20:58 UTC
[PATCH] crypto: qat - remove faulty arbiter config reset
2024-10-07 13:42 UTC
[PATCH 0/3] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module
2024-10-07 11:02 UTC (3+ messages)
[PATCH 1/3] crypto: api - Remove instance larval fulfilment
2024-10-07 8:31 UTC (16+ messages)
` [v3 PATCH "
` [v3 PATCH 2/3] crypto: api - Do not wait for tests during registration
` [v3 PATCH 3/3] crypto: simd - Do not call crypto_alloc_tfm "
` [PATCH] crypto: api - Fix generic algorithm self-test races
[PATCH] KEYS: Print digitalSignature and CA link errors
2024-10-07 2:32 UTC (2+ messages)
[PATCH 00/10] AEGIS x86 assembly tuning
2024-10-07 1:24 UTC (11+ messages)
` [PATCH 01/10] crypto: x86/aegis128 - access 32-bit arguments as 32-bit
` [PATCH 02/10] crypto: x86/aegis128 - remove no-op init and exit functions
` [PATCH 03/10] crypto: x86/aegis128 - eliminate some indirect calls
` [PATCH 04/10] crypto: x86/aegis128 - don't bother with special code for aligned data
` [PATCH 05/10] crypto: x86/aegis128 - optimize length block preparation using SSE4.1
` [PATCH 06/10] crypto: x86/aegis128 - improve assembly function prototypes
` [PATCH 07/10] crypto: x86/aegis128 - optimize partial block handling using SSE4.1
` [PATCH 08/10] crypto: x86/aegis128 - take advantage of block-aligned len
` [PATCH 09/10] crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
` [PATCH 10/10] crypto: x86/aegis128 - remove unneeded RETs
[PATCH] crypto: testmgr - Hide ENOENT errors better
2024-10-06 1:24 UTC
[PATCH] crypto: api - Fix liveliness check in crypto_alg_tested
2024-10-06 1:18 UTC
[PATCH] crypto: hisilicon/qm - fix the coding specifications issue
2024-10-05 5:40 UTC (2+ messages)
[PATCH] crypto: qat - remove unused adf_devmgr_get_first
2024-10-05 5:39 UTC (2+ messages)
[PATCH] crypto: qat - (qat_4xxx) fix off by one in uof_get_name()
2024-10-05 5:39 UTC (2+ messages)
[PATCH] crypto: qat - (qat_420xx) fix off by one in uof_get_name()
2024-10-05 5:38 UTC (2+ messages)
[PATCH 0/2] iaa_crypto bugfix and maintainer change
2024-10-05 5:38 UTC (2+ messages)
HASH_MAX_DESCSIZE warn_on on init tfm with HMAC template
2024-10-05 5:37 UTC (4+ messages)
[PATCH v1] crypto: Correct multiple typos in comments
2024-10-05 5:34 UTC (2+ messages)
[PATCH v1] crypto: ccree - Fix typo in comment
2024-10-05 5:34 UTC (2+ messages)
[PATCH] crypto: Drop explicit initialization of struct i2c_device_id::driver_data to 0
2024-10-05 5:33 UTC (2+ messages)
[PATCH] hwrng: iproc-r200: enable on BCMBCA
2024-10-05 5:33 UTC (2+ messages)
[PATCH -next] crypto: qat - remove redundant null pointer checks in adf_dbgfs_init()
2024-10-05 5:32 UTC (9+ messages)
` [PATCH] crypto: qat - remove check after debugfs_create_dir()
[PATCH 1/2] crypto: caam: Fix the pointer passed to caam_qi_shutdown()
2024-10-05 5:31 UTC (2+ messages)
[PATCH] crypto: hisilicon/hpre - enable all clusters clock gating
2024-10-05 5:31 UTC (2+ messages)
[PATCH] crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
2024-10-05 5:31 UTC (3+ messages)
[PATCH] crypto: mxs-dcp: Fix AES-CBC with hardware-bound keys
2024-10-05 5:30 UTC (2+ messages)
[PATCH] crypto: amlogic - Remove redundant assignment and error messages
2024-10-05 5:29 UTC (2+ messages)
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-10-05 5:27 UTC (2+ messages)
[PATCH] crypto: hmac - Improve local variable types
2024-10-05 4:57 UTC (2+ messages)
[PATCH 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
2024-10-05 5:01 UTC (3+ messages)
` [PATCH 1/2] crypto: hisilicon/sec2 - fix for aead icv error
[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
2024-10-04 10:42 UTC (7+ messages)
[PATCH 2/5] crypto: cesa: use enabled variants for clk_get
2024-10-03 11:27 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).