messages from 2025-12-18 15:57:12 to 2025-12-23 15:29:35 UTC [more...]
[PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings
2025-12-23 15:29 UTC (12+ messages)
` [PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp
` [PATCH v2 16/19] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v2 18/19] dt-bindings: arm: microchip: document EV23X71A board
[PATCH] crypto: hisilicon/sgl - fix inconsistent map/unmap direction issue
2025-12-23 12:37 UTC (2+ messages)
[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2025-12-23 12:35 UTC (8+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
2025-12-23 10:41 UTC (16+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v2 2/8] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v2 3/8] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v2 4/8] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v2 5/8] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v2 6/8] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v2 7/8] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v2 8/8] crypto: atmel: Use dmaengine_prep_config_single() API
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-12-23 6:33 UTC (7+ messages)
[PATCH v4 0/2] Add TRNG node for x1e80100 SoC
2025-12-23 4:48 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: crypto: qcom,prng: document x1e80100
` [PATCH v4 2/2] arm64: dts: qcom: x1e80100: add TRNG node
[PATCH] crypto: hisilicon/qm - fix incorrect judgment in qm_get_complete_eqe_num()
2025-12-23 1:46 UTC (5+ messages)
[PATCH v2] kunit: Enforce task execution in {soft,hard}irq contexts
2025-12-22 20:22 UTC (4+ messages)
[PATCH 2/3] lib/crypto: Initial implementation of Ascon-Hash256
2025-12-22 17:41 UTC (4+ messages)
[PATCH 1/3] lib/crypto: Add KUnit test vectors for Ascon-Hash256
2025-12-22 17:11 UTC (3+ messages)
[PATCH] crypto - remove unnecessary forward declarations
2025-12-22 10:44 UTC
[PATCH] crypto: simd - Simplify request size calculation in simd_aead_init
2025-12-22 10:42 UTC
[PATCH 0/2] crypto: hisilicon/trng - support multiple tfms sharing the device
2025-12-22 6:10 UTC (7+ messages)
` [PATCH 1/2] crypto: hisilicon/trng - use DEFINE_MUTEX() and LIST_HEAD()
` [PATCH 2/2] crypto: hisilicon/trng - support tfms sharing the device
[PATCH] crypto: seqiv: check req->iv only for synchronous completion
2025-12-22 1:47 UTC (4+ messages)
` [v2 PATCH] crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
[PATCH] hwrng: core - fix racing condition when stopping hwrng_fill
2025-12-21 12:24 UTC
[PATCH iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
2025-12-20 23:36 UTC (2+ messages)
[PATCH v2 00/14] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
2025-12-20 15:59 UTC (15+ messages)
` [PATCH v2 01/14] firmware: zynqmp: Move crypto API's to separate file
` [PATCH v2 02/14] crypto: zynqmp-aes-gcm: cleanup: Remove union from zynqmp_aead_drv_ctx
` [PATCH v2 03/14] firmware: zynqmp: Add helper API to self discovery the device
` [PATCH v2 04/14] dt-bindings: crypto: Mark zynqmp-aes as Deprecated
` [PATCH v2 05/14] crypto: zynqmp-aes-gcm: Update probe to self discover the device
` [PATCH v2 06/14] crypto: zynqmp-aes-gcm: Return linux error code instead of firmware error code
` [PATCH v2 07/14] crypto: zynqmp-aes-gcm: Avoid Encrypt request to fallback for authsize < 16
` [PATCH v2 08/14] crypto: zynqmp-aes-gcm: Avoid submitting fallback requests to engine
` [PATCH v2 09/14] crypto: zynqmp-aes-gcm: Register H/W key support with paes
` [PATCH v2 10/14] crypto: xilinx: Replace zynqmp prefix with xilinx
` [PATCH v2 11/14] crypto: zynqmp-aes-gcm: Change coherent DMA to streaming DMA API
` [PATCH v2 12/14] firmware: xilinx: Add firmware API's to support aes-gcm in Versal device
` [PATCH v2 13/14] crypto: xilinx: cleanup: Remove un-necessary typecast operation
` [PATCH v2 14/14] crypto: xilinx: Add gcm(aes) support for AMD/Xilinx Versal device
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2025-12-20 13:33 UTC (65+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
[PATCH] KEYS: replace -EEXIST with -EBUSY
2025-12-20 3:50 UTC
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2025-12-19 21:26 UTC (7+ messages)
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-12-19 19:03 UTC (8+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH] crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functions
2025-12-19 19:00 UTC (2+ messages)
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-19 18:59 UTC (10+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
[PATCH v2 0/2] lib/crypto: x86/sha: Add PHE Extensions support
2025-12-19 18:33 UTC (5+ messages)
` [PATCH v2 1/2] lib/crypto: x86/sha1: PHE Extensions optimized SHA1 transform function
` [PATCH v2 2/2] lib/crypto: x86/sha256: PHE Extensions optimized SHA256 "
[PATCH 1/6] crypto: acomp - Use unregister_acomps in register_acomps
2025-12-19 14:51 UTC (6+ messages)
` [PATCH 2/6] crypto: ahash - Use unregister_ahashes in register_ahashes
` [PATCH 3/6] crypto: shash - Use unregister_shashes in register_shashes
` [PATCH 4/6] crypto: skcipher - Use unregister_skciphers in register_skciphers
` [PATCH 5/6] crypto: lskcipher - Use unregister_lskciphers in register_lskciphers
` [PATCH 6/6] crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}
[PATCH v4 0/9] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
2025-12-19 13:03 UTC (5+ messages)
` [PATCH v4 2/9] dt-bindings: crypto: qcom,prng: document Milos
` [PATCH v4 3/9] dt-bindings: qcom,pdc: document the Milos Power Domain Controller
[PATCH v3 0/2] Add TRNG node for x1e80100 SoC
2025-12-19 12:32 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: qcom,prng: document x1e80100
` [PATCH v3 2/2] arm64: dts: qcom: x1e80100: add TRNG node
[PATCH v10 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2025-12-19 10:07 UTC (13+ messages)
` [PATCH v10 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v10 02/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v10 03/12] dmaengine: qcom: bam_dma: Add bam_pipe_lock flag support
` [PATCH v10 04/12] dmaengine: qcom: bam_dma: implement support for BAM locking
` [PATCH v10 05/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v10 06/12] crypto: qce - Remove unused ignore_buf
` [PATCH v10 07/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v10 08/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v10 09/12] crypto: qce - Map crypto memory for DMA
` [PATCH v10 10/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v10 11/12] crypto: qce - Add support for BAM locking
` [PATCH v10 12/12] crypto: qce - Switch to using BAM DMA for crypto I/O
[PATCH] kunit: Enforce task execution in {soft,hard}irq contexts
2025-12-19 8:54 UTC (2+ messages)
[PATCH v2] lib/crypto: riscv/chacha: Avoid s0/fp register
2025-12-19 8:10 UTC (2+ messages)
[PATCH] crypto: algapi - Use crypto_unregister_algs in crypto_register_algs
2025-12-19 7:10 UTC (2+ messages)
[PATCH v2] crypto: scompress - Use crypto_unregister_scomps in crypto_register_scomps
2025-12-19 7:10 UTC (2+ messages)
[PATCH] crypto: scompress - Remove forward declaration of crypto_scomp_show
2025-12-19 7:08 UTC (2+ messages)
[PATCH 1/1] crypto: fips: annotate fips_enable() with __init to free init memory after boot
2025-12-19 7:07 UTC (2+ messages)
[PATCH] crypto: iaa - Remove unreachable pr_debug from iaa_crypto_cleanup_module
2025-12-19 7:04 UTC (2+ messages)
[PATCH] crypto: iaa - Simplify init_iaa_device()
2025-12-19 7:04 UTC (2+ messages)
[PATCH] crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode
2025-12-19 7:04 UTC (2+ messages)
[PATCH] crypto: octeontx: Fix length check to avoid truncation in ucode_load_store
2025-12-19 6:59 UTC (2+ messages)
[PATCH][next] crypto: sun8i-ss - Avoid -Wflex-array-member-not-at-end warning
2025-12-19 6:58 UTC (2+ messages)
[PATCH][next] crypto: starfive - Avoid -Wflex-array-member-not-at-end warning
2025-12-19 6:57 UTC (2+ messages)
[PATCH] crypto: qat - fix warning on adf_pfvf_pf_proto.c
2025-12-19 6:57 UTC (2+ messages)
[PATCH] crypto: qat - add bank state save and restore for qat_420xx
2025-12-19 6:57 UTC (2+ messages)
[PATCH] crypto: qat - fix parameter order used in ICP_QAT_FW_COMN_FLAGS_BUILD
2025-12-19 6:57 UTC (2+ messages)
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-19 6:22 UTC (8+ messages)
` [PATCH v2 04/17] hwrng: optee - Make use of module_tee_client_driver()
` [PATCH v2 05/17] hwrng: optee - Make use of tee bus methods
[PATCH v4 0/2] m68k: coldfire: Add RNG support for MCF54418
2025-12-19 3:35 UTC (5+ messages)
` [PATCH v4 1/2] hwrng: imx-rngc: Use optional clock
` [PATCH v4 2/2] m68k: coldfire: Add RNG support for MCF54418
[PATCH 1/1] crypto: caam - use kmalloc_array() instead of kmalloc()
2025-12-19 3:31 UTC (2+ messages)
[PATCH] crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_space
2025-12-18 21:27 UTC
[GIT PULL] Crypto library fixes for v6.19-rc2
2025-12-18 20:40 UTC (2+ messages)
[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
2025-12-18 19:58 UTC (5+ messages)
[PATCH] lib/crypto: use rol32 in md5.c
2025-12-18 19:33 UTC (2+ messages)
[PATCH 00/12] NH library and Adiantum cleanup
2025-12-18 19:25 UTC (2+ messages)
[PATCH v4 0/2] lib/crypto: ML-DSA verification support
2025-12-18 19:08 UTC (2+ messages)
[PATCH] crypto: lib/sha1 - use __DISABLE_EXPORTS for SHA1 library
2025-12-18 18:58 UTC (5+ 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).