messages from 2025-10-29 10:23:00 to 2025-11-05 15:39:17 UTC [more...]
[PATCH v2 00/15] SHA-3 library
2025-11-05 15:39 UTC (16+ messages)
[PATCH] crypto: rockchip - drop redundant crypto_skcipher_ivsize() calls
2025-11-05 14:52 UTC
[PATCH] crypto: asymmetric_keys: fix uninitialized pointers with free attr
2025-11-05 9:53 UTC
[PATCH v2] lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
2025-11-04 17:38 UTC (3+ messages)
[PATCH] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
2025-11-04 17:37 UTC (3+ messages)
[PATCH v4 00/21] arm64: Move kernel mode FPSIMD buffer to the stack
2025-11-04 15:32 UTC (32+ messages)
` [PATCH v4 01/21] crypto/arm64: aes-ce-ccm - Avoid pointless yield of the NEON unit
` [PATCH v4 02/21] crypto/arm64: sm4-ce-ccm "
` [PATCH v4 03/21] crypto/arm64: sm4-ce-gcm "
` [PATCH v4 04/21] arm64/simd: Add scoped guard API for kernel mode SIMD
` [PATCH v4 05/21] ARM/simd: "
` [PATCH v4 06/21] crypto: aegis128-neon - Move to more abstract 'ksimd' guard API
` [PATCH v4 07/21] raid6: "
` [PATCH v4 08/21] lib/crc: Switch ARM and arm64 to 'ksimd' scoped "
` [PATCH v4 09/21] lib/crypto: "
` [PATCH v4 10/21] crypto/arm64: aes-ccm - Switch "
` [PATCH v4 11/21] crypto/arm64: aes-blk "
` [PATCH v4 12/21] crypto/arm64: aes-gcm "
` [PATCH v4 13/21] crypto/arm64: nhpoly1305 "
` [PATCH v4 14/21] crypto/arm64: polyval "
` [PATCH v4 15/21] crypto/arm64: sha3 "
` [PATCH v4 16/21] crypto/arm64: sm3 "
` [PATCH v4 17/21] crypto/arm64: sm4 "
` [PATCH v4 18/21] arm64/xorblocks: "
` [PATCH v4 19/21] net/mlx5: Switch to more abstract scoped ksimd guard API on arm64
` [PATCH v4 20/21] arm64/fpu: Enforce task-context only for generic kernel mode FPU
` [PATCH v4 21/21] arm64/fpsimd: Allocate kernel mode FP/SIMD buffers on the stack
[PATCH v4 0/4] uacce: driver fixes for memory leaks and state management
2025-11-04 12:41 UTC (4+ messages)
` [PATCH v4 1/4] uacce: fix for cdev memory leak
[syzbot] [crypto?] possible deadlock in padata_do_serial
2025-11-04 11:44 UTC (3+ messages)
` padata: Is padata_find_next() thread-safe?
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-11-04 9:12 UTC (23+ messages)
` [PATCH v13 01/22] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v13 02/22] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v13 03/22] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v13 04/22] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v13 05/22] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v13 06/22] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v13 07/22] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v13 08/22] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v13 09/22] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v13 10/22] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v13 11/22] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp
` [PATCH v13 12/22] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v13 14/22] crypto: iaa - Enable async mode and make it the default
` [PATCH v13 15/22] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v13 16/22] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v13 17/22] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v13 18/22] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v13 19/22] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v13 20/22] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v13 21/22] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH] crypto: x86/aes-gcm-vaes-avx2 - initialize full %rax return register
2025-11-04 5:51 UTC (3+ messages)
[PATCH v3 0/7] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
2025-11-04 1:05 UTC (10+ messages)
` [PATCH v3 2/7] dt-bindings: crypto: qcom,prng: document Milos
` [PATCH v3 3/7] dt-bindings: qcom,pdc: document the Milos Power Domain Controller
[PATCH] lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
2025-11-03 18:55 UTC (4+ messages)
[PATCH] lib/crypto: arm, arm64: Drop filenames from file comments
2025-11-03 18:16 UTC (4+ messages)
[PATCH 0/6] x86 BLAKE2s cleanups
2025-11-03 17:35 UTC (9+ messages)
` [PATCH 1/6] lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit
` [PATCH 2/6] lib/crypto: x86/blake2s: Drop check for nblocks == 0
` [PATCH 3/6] lib/crypto: x86/blake2s: Use local labels for data
` [PATCH 4/6] lib/crypto: x86/blake2s: Improve readability
` [PATCH 5/6] lib/crypto: x86/blake2s: Avoid writing back unchanged 'f' value
` [PATCH 6/6] lib/crypto: x86/blake2s: Use vpternlogd for 3-input XORs
[PATCH] lib/crypto: arm/blake2s: Fix some comments
2025-11-03 17:34 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/12] credential guards: credential preparation
2025-11-03 16:10 UTC (15+ messages)
` [PATCH 01/12] cred: add prepare credential guard
` [PATCH 02/12] sev-dev: use guard for path
` [PATCH 03/12] sev-dev: use prepare credential guard
` [PATCH 04/12] sev-dev: use override credential guards
` [PATCH 05/12] coredump: move revert_cred() before coredump_cleanup()
` [PATCH 06/12] coredump: pass struct linux_binfmt as const
` [PATCH 07/12] coredump: mark struct mm_struct "
` [PATCH 08/12] coredump: split out do_coredump() from vfs_coredump()
` [PATCH 09/12] coredump: use prepare credential guard
` [PATCH 10/12] coredump: use override "
` [PATCH 11/12] trace: use prepare "
` [PATCH 12/12] trace: use override "
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
2025-11-03 15:53 UTC (10+ messages)
` [PATCH] pm-hibernate: flush block device cache when hibernating
` [PATCH 1/2] pm-hibernate: flush disk cache when suspending
` [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
[PATCH v5 00/23] Non-const bitfield helpers
2025-11-03 10:09 UTC (18+ messages)
` [PATCH v5 02/23] crypto: qat - #undef field_get() before local definition
` [PATCH v5 07/23] pinctrl: ma35: #undef field_{get,prep}() "
` [PATCH -next v5 10/23] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH v5 13/23] crypto: qat - convert to common field_get() helper
` [PATCH v5 18/23] pinctrl: ma35: Convert to common field_{get,prep}() helpers
[PATCH] random: remove unused get_random_var_wait functions
2025-11-02 12:40 UTC (2+ messages)
[PATCH] lib/crypto: x86/blake2s: Drop check for nblocks == 0
2025-11-02 1:49 UTC
[PATCH] crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fw
2025-11-01 14:04 UTC
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-31 22:18 UTC (16+ messages)
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v12 23/23] mm: zswap: Batched zswap_compress() with compress batching of large folios
[GIT PULL] Crypto Fixes for 6.18
2025-10-31 14:49 UTC (2+ messages)
[PATCH v5 0/4] Add support for more AES modes in TI DTHEv2
2025-10-31 14:41 UTC (4+ messages)
` [PATCH v5 2/4] crypto: ti - Add support for AES-CTR in DTHEv2 driver
[PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
2025-10-31 13:07 UTC (2+ messages)
[RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing
2025-10-31 10:11 UTC (2+ messages)
` bpftool BPF signing supported using openssl v1? (Was Re: [RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing)
[PATCH v2] crypto: qat - use simple_strtoull to improve qat_uclo_parse_num
2025-10-31 9:51 UTC (7+ messages)
[PATCH 0/4] crypto: hisilicon - various cleanup for QM and SGL
2025-10-31 9:51 UTC (2+ messages)
[PATCH] crypto: qce: Provide dev_err_probe() status on DMA failure
2025-10-31 9:51 UTC (2+ messages)
[PATCH] dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property
2025-10-31 9:47 UTC (2+ messages)
[PATCH] crypto: aead - Add support for on-stack AEAD req allocation
2025-10-31 9:46 UTC (2+ messages)
[PATCH] dt-bindings: Remove extra blank lines
2025-10-31 6:46 UTC (2+ messages)
[PATCH v8 0/4] crypto: spacc - Add SPAcc Crypto Driver
2025-10-31 4:48 UTC (5+ messages)
` [PATCH v8 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v8 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v8 3/4] crypto: spacc - Add SPAcc AUTODETECT Support
` [PATCH v8 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile
[PATCH] crypto: ccp - Add support for PCI device 0x115A
2025-10-30 17:08 UTC (2+ messages)
[PATCH] crypto: deflate - Use struct_size to improve deflate_alloc_stream
2025-10-30 16:32 UTC
[PATCH 00/15] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
2025-10-30 8:07 UTC (11+ messages)
` [PATCH 04/15] dt-bindings: crypto: Mark zynqmp-aes as Deprecated
` [PATCH 06/15] crypto: zynqmp-aes-gcm: Return linux error code instead of firmware error code
` [PATCH 08/15] crypto: zynqmp-aes-gcm: Avoid submitting fallback requests to engine
` [PATCH 10/15] crypto: zynqmp-aes-gcm: Change coherent DMA to streaming DMA API
` [PATCH 11/15] firmware: xilinx: Add firmware API's to support aes-gcm in Versal device
` [PATCH 12/15] crypto: xilinx: Replace zynqmp prefix with xilinx
` [PATCH 13/15] crypto: xilinx: cleanup: Remove un-necessary typecast operation
` [PATCH 14/15] crypto: zynqmp-aes-gcm: Save dma bit mask value in driver context
` [PATCH 15/15] crypto: xilinx: Add gcm(aes) support for AMD/Xilinx Versal device
[PATCH v12 0/2] update live migration configuration region
2025-10-30 1:57 UTC (3+ messages)
` [PATCH v12 1/2] crypto: hisilicon - qm updates BAR configuration
` [PATCH v12 2/2] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH v11 0/2] update live migration configuration region
2025-10-30 1:30 UTC (5+ messages)
` [PATCH v11 1/2] crypto: hisilicon - qm updates BAR configuration
` [PATCH v11 2/2] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH net-next v5 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
2025-10-29 17:36 UTC (13+ messages)
` [PATCH net-next v5 01/15] crypto: octeontx2: Share engine group info with AF driver
` [PATCH net-next v5 05/15] octeontx2-af: Add support for CPT second pass
` [PATCH net-next v5 08/15] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
` [EXTERNAL] "
` [PATCH net-next v5 15/15] octeontx2-pf: ipsec: Add XFRM state and policy hooks "
` [EXTERNAL] "
[PATCH v2 0/3] Add Crypto support for Kaanapali SoC
2025-10-29 15:32 UTC (5+ messages)
` [PATCH v2 3/3] crypto: qce: fix version check
[PATCH v6 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
2025-10-29 14:30 UTC (3+ 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).