messages from 2023-11-22 18:05:55 to 2023-12-01 10:10:44 UTC [more...]
[PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet
2023-12-01 10:10 UTC (2+ messages)
[PATCH v2] crypto: starfive - Pad adata with zeroes
2023-12-01 10:08 UTC (2+ messages)
[syzbot] [crypto?] INFO: task hung in hwrng_fillfn
2023-12-01 9:56 UTC (3+ messages)
` [PATCH] hwrng: core - fix "
[PATCH] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
2023-12-01 9:38 UTC (5+ messages)
` [PATCH v2] "
[PATCH] crypto: x86/sm2 -add Zhaoxin SM2 algorithm implementation
2023-12-01 9:27 UTC (6+ messages)
` [PATCH v3] "
[PATCH] hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
2023-12-01 8:20 UTC
[PATCH] crypto: asymmetric_keys/pkcs7.asn1 - remove the duplicated contentType pkcs7_note_OID processing logic
2023-12-01 7:44 UTC (2+ messages)
[PATCH 0/19] crypto: Remove cfb and ofb
2023-12-01 7:40 UTC (23+ messages)
` [PATCH 1/19] crypto: arm64/sm4 - Remove cfb(sm4)
` [PATCH 2/19] crypto: x86/sm4 "
` [PATCH 3/19] crypto: crypto4xx - Remove cfb and ofb
` [PATCH 4/19] crypto: aspeed "
` [PATCH 5/19] crypto: atmel "
` [PATCH 6/19] crypto: cpt - Remove cfb
` [PATCH 7/19] crypto: nitrox "
` [PATCH 8/19] crypto: ccp - Remove cfb and ofb
` [PATCH 9/19] crypto: hifn_795x "
` [PATCH 10/19] crypto: hisilicon/sec2 "
` [PATCH 11/19] crypto: safexcel "
` [PATCH 12/19] crypto: octeontx - Remove cfb
` [PATCH 13/19] crypto: n2 "
` [PATCH 14/19] crypto: starfive - Remove cfb and ofb
` [PATCH 15/19] crypto: bcm - Remove ofb
` [PATCH 16/19] crypto: ccree "
` [PATCH 17/19] crypto: tcrypt - Remove cfb and ofb
` [PATCH 18/19] crypto: testmgr "
` [PATCH 19/19] crypto: cfb,ofb "
[PATCH v2 00/13] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-01 2:09 UTC (38+ messages)
` [PATCH v2 01/13] RISC-V: add helper function to read the vector VLEN
` [PATCH v2 02/13] RISC-V: hook new crypto subdir into build-system
` [PATCH v2 03/13] RISC-V: crypto: add OpenSSL perl module for vector instructions
` [PATCH v2 04/13] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
` [PATCH v2 06/13] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
` [PATCH v2 07/13] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH v2 08/13] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH v2 09/13] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH v2 10/13] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH v2 11/13] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH v2 12/13] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH v2 13/13] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
2023-11-30 20:54 UTC (6+ messages)
[PATCH v10 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-11-30 15:18 UTC (22+ messages)
` [PATCH v10 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v10 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v10 03/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v10 04/14] dmaengine: idxd: Export wq resource "
` [PATCH v10 05/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v10 06/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v10 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v10 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v10 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v10 10/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v10 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v10 12/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v10 13/14] crypto: iaa - Add IAA Compression Accelerator stats
` [PATCH v10 14/14] dmaengine: idxd: Add support for device/wq defaults
SMEs AID
2023-11-30 13:07 UTC
[PATCH] crypto: safexcel - Add error handling for dma_map_sg() calls
2023-11-30 10:36 UTC (2+ messages)
[PATCH 0/8] crypto: Add lskcipher API type
2023-11-30 9:56 UTC (22+ messages)
` [PATCH 4/8] crypto: skcipher - Add lskcipher
` [PATCH 0/4] crypto: Fix chaining support for stream ciphers (arc4 only for now)
` [PATCH 1/4] crypto: skcipher - Add internal state support
` [PATCH 2/4] crypto: skcipher - Make use of internal state
` [PATCH 3/4] crypto: arc4 - Add "
` [PATCH 4/4] crypto: algif_skcipher - Fix stream cipher chaining
` [v2 PATCH 0/4] crypto: Fix chaining support for stream ciphers (arc4 only for now)
` [v2 PATCH 1/4] crypto: skcipher - Add internal state support
` [v2 PATCH 2/4] crypto: skcipher - Make use of internal state
` [v2 PATCH 3/4] crypto: arc4 - Add "
` [v2 PATCH 4/4] crypto: algif_skcipher - Fix stream cipher chaining
[PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
2023-11-30 3:54 UTC (8+ messages)
` [PATCH bpf-next v6 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v6 3/3] selftests: bpf: crypto skcipher algo selftests
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-30 2:13 UTC (8+ messages)
` [PATCH v10 12/50] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v10 13/50] crypto: ccp: Define the SEV-SNP commands
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
[ANNOUNCE] CFP: Linux Security Summit North America 2024
2023-11-29 21:19 UTC
[PATCH 00/30] crypto: reduce ahash API overhead
2023-11-29 20:46 UTC (4+ messages)
` [PATCH 09/30] crypto: talitos - remove unnecessary alignmask for ahashes
[PATCH] crypto/octeontx2: By default allocate one CPT LF per CPT VF
2023-11-29 15:41 UTC
crypto: safexcel - Add error handling for dma_map_sg() calls
2023-11-29 15:19 UTC
[PATCH v5] sign-file: Fix incorrect return values check
2023-11-29 8:19 UTC (3+ messages)
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-11-28 20:19 UTC (13+ messages)
[PATCH] crypto: qat - add NULL pointer check
2023-11-28 19:17 UTC
[PATCH] crypto: qat - fix mutex ordering in adf_rl
2023-11-28 17:39 UTC
[PATCH] crypto: qat - fix error path in add_update_sla()
2023-11-28 17:37 UTC
[PATCH] [v2] crypto: ccp - fix memleak in ccp_init_dm_workarea
2023-11-28 16:56 UTC (2+ messages)
crypto: s390/aes - Fix buffer overread in CTR mode
2023-11-28 13:18 UTC (3+ messages)
[PATCH] crypto: af_alg - Disallow multiple in-flight AIO requests
2023-11-28 8:25 UTC
[PATCH v3 0/5] arm64: Run kernel mode NEON with preemption enabled
2023-11-27 15:17 UTC (10+ messages)
` [PATCH v3 1/5] arm64: fpsimd: Drop unneeded 'busy' flag
` [PATCH v3 2/5] arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
` [PATCH v3 3/5] arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD
` [PATCH v3 4/5] arm64: crypto: Remove conditional yield logic
` [PATCH v3 5/5] arm64: crypto: Remove FPSIMD yield logic from glue code
[PATCH v6 00/11] Introduce STM32 Firewall framework
2023-11-27 13:46 UTC (7+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
[PATCH] MAINTAINERS: update SEC2/HPRE driver maintainers list
2023-11-27 12:32 UTC (2+ messages)
[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
2023-11-27 11:47 UTC (6+ messages)
` [PATCH 6/6] crypto: rockchip: add rk3588 driver
` Aw: "
` Aw: "
[PATCH net-next 00/10] Add Marvell CPT CN10KB/CN10KA B0 support
2023-11-27 11:39 UTC (12+ messages)
` [PATCH net-next 01/10] crypto: octeontx2: remove CPT block reset
` [PATCH net-next 02/10] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH net-next 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt
` [PATCH net-next 04/10] crypto: octeontx2: add devlink option to set t106 mode
` [PATCH net-next 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip
` [PATCH net-next 06/10] crypto: octeontx2: add LF reset on queue disable
` [PATCH net-next 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox
` [PATCH net-next 08/10] crypto: octeontx2: add ctx_val workaround
` [PATCH net-next 09/10] crypto/octeontx2: register error interrupts for inline cptlf
` [PATCH net-next 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF
[PATCH v3] sign-file: Fix incorrect return values check
2023-11-27 2:57 UTC (2+ messages)
[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-11-27 2:52 UTC (23+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
[PATCH] crypto: ccp - fix memleak in ccp_init_dm_workarea
2023-11-27 1:45 UTC (3+ messages)
[PATCH v2] crypto: sa2ul - Return crypto_aead_setkey to transfer the error
2023-11-27 2:03 UTC
[PATCH 0/3] crypto: hisilicon - some cleanups for hisilicon drivers
2023-11-25 11:50 UTC (4+ messages)
` [PATCH 1/3] crypto: hisilicon/sgl - small cleanups for sgl.c
` [PATCH 2/3] crypto: hisilicon/qm - simplify the status of qm
` [PATCH 3/3] crypto: hisilicon/qm - add comments and remove redundant array element
[linux-next:master] BUILD REGRESSION 8c9660f6515396aba78d1168d2e17951d653ebf2
2023-11-25 3:21 UTC
[PATCH V2] dt-bindings: crypto: convert Inside Secure SafeXcel to the json-schema
2023-11-24 10:16 UTC (2+ messages)
[PATCH 0/2] crypto: starfive - Minor fixes in driver
2023-11-24 10:16 UTC (2+ messages)
[PATCH v2] crypto: hisilicon/zip - add zip comp high perf mode configuration
2023-11-24 5:49 UTC
[PATCH 0/4] Add crypto spacc driver to support cipher, hash and aead
2023-11-24 5:24 UTC (3+ messages)
` [PATCH 1/4] Add SPACC driver to Linux kernel
[PATCH fot-next] hisilicon/zip: Add ZIP comp high perf configuration
2023-11-23 11:06 UTC (3+ messages)
` [PATCH] crypto: hisilicon/zip - add zip "
[PATCH v2 0/8] Add UFS support for SC7180/SM7125
2023-11-22 20:06 UTC (9+ messages)
` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support
` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: "
` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S
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).