messages from 2025-11-02 01:53:46 to 2025-11-06 19:51:45 UTC [more...]
[PATCH v2 00/15] SHA-3 library
2025-11-06 19:51 UTC (15+ messages)
[PATCH] m68k: coldfire: Add RNG support for MCF54418
2025-11-06 19:25 UTC (4+ messages)
[PATCH v7 0/8] lib/crypto: Add ML-DSA signing
2025-11-06 19:20 UTC (9+ messages)
` [PATCH v7 1/8] crypto: Add support for shake256 through crypto_shash
` [PATCH v7 2/8] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v7 3/8] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v7 4/8] crypto: Add ML-DSA-65 "
` [PATCH v7 5/8] crypto: Add ML-DSA-87 "
` [PATCH v7 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v7 7/8] pkcs7, x509: Add ML-DSA support
[PATCH 0/6] crypto/hwrng: Simplify with of_device_get_match_data()
2025-11-06 19:09 UTC (8+ messages)
` [PATCH 1/6] hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definition
` [PATCH 2/6] hwrng: bcm2835 - Simplify with of_device_get_match_data()
` [PATCH 3/6] crypto: artpec6 "
` [PATCH 4/6] crypto: ccp - Constify 'dev_vdata' member
` [PATCH 5/6] crypto: ccp - Simplify with of_device_get_match_data()
` [PATCH 6/6] crypto: cesa "
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-11-06 17:45 UTC (24+ 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 v6 00/17] lib/crypto: Move SHA3 to lib/crypto, add SHAKE* and add ML-DSA signing
2025-11-06 17:37 UTC (4+ messages)
` [PATCH v6 17/17] modsign: Enable ML-DSA module signing
[PATCH v6 00/26] Non-const bitfield helpers
2025-11-06 16:45 UTC (40+ messages)
` [PATCH v6 01/26] clk: at91: pmc: #undef field_{get,prep}() before definition
` [PATCH v6 02/26] crypto: qat - #undef field_get() before local definition
` [PATCH v6 03/26] EDAC/ie31200: "
` [PATCH v6 04/26] gpio: aspeed: #undef field_{get,prep}() "
` [PATCH v6 05/26] iio: dac: ad3530r: #undef field_prep() "
` [PATCH v6 06/26] iio: mlx90614: #undef field_{get,prep}() "
` [PATCH v6 07/26] pinctrl: ma35: "
` [PATCH v6 08/26] soc: renesas: rz-sysc: #undef field_get() "
` [PATCH v6 09/26] ALSA: usb-audio: #undef field_{get,prep}() "
` [PATCH -next v6 10/26] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH -next v6 11/26] mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v6 13/26] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH v6 14/26] clk: at91: Convert to common field_{get,prep}() helpers
` [PATCH v6 15/26] crypto: qat - convert to common field_get() helper
` [PATCH v6 16/26] EDAC/ie31200: Convert "
` [PATCH v6 17/26] gpio: aspeed: Convert to common field_{get,prep}() helpers
` [PATCH v6 18/26] iio: dac: Convert to common field_prep() helper
` [PATCH v6 19/26] iio: mlx90614: Convert to common field_{get,prep}() helpers
` [PATCH v6 20/26] pinctrl: ma35: "
` [PATCH v6 21/26] soc: renesas: rz-sysc: Convert to common field_get() helper
` [PATCH v6 22/26] ALSA: usb-audio: Convert to common field_{get,prep}() helpers
` [PATCH -next v6 23/26] iio: imu: smi330: "
` [PATCH -next v6 24/26] mtd: rawnand: sunxi: "
` [PATCH v6 25/26] clk: renesas: Use bitfield helpers
` [PATCH v6 26/26] soc: "
[PATCH] crypto: cavium/nitrox - add WQ_PERCPU to alloc_workqueue users
2025-11-06 16:42 UTC
[PATCH] crypto: atmel-i2c - add WQ_PERCPU to alloc_workqueue users
2025-11-06 16:37 UTC
[PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
2025-11-06 14:17 UTC (3+ messages)
` [PATCH v3 1/3] platform/mellanox/mlxbf_pka: Add core BlueField PKA platform driver
[PATCH v8 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2025-11-06 11:34 UTC (12+ messages)
` [PATCH v8 01/11] dmaengine: Add DMA_PREP_LOCK/DMA_PREP_UNLOCK flags
` [PATCH v8 02/11] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v8 03/11] dmaengine: qcom: bam_dma: Add bam_pipe_lock flag support
` [PATCH v8 04/11] crypto: qce - Include algapi.h in the core.h header
` [PATCH v8 05/11] crypto: qce - Remove unused ignore_buf
` [PATCH v8 06/11] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v8 07/11] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v8 08/11] crypto: qce - Map crypto memory for DMA
` [PATCH v8 09/11] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v8 10/11] crypto: qce - Add support for BAM locking
` [PATCH v8 11/11] crypto: qce - Switch to using BAM DMA for crypto I/O
[syzbot] [crypto?] possible deadlock in padata_do_serial
2025-11-06 11:20 UTC (7+ messages)
` padata: Is padata_find_next() thread-safe?
` [PATCH] padata: use different lock_class_key for padata_list lock
[PATCH] crypto: ansi_cprng: fix cipher leak in cprng_init error path
2025-11-06 9:25 UTC (2+ messages)
[PATCH v5 0/4] Add support for more AES modes in TI DTHEv2
2025-11-06 8:25 UTC (6+ messages)
` [PATCH v5 2/4] crypto: ti - Add support for AES-CTR in DTHEv2 driver
linux-next: build warning after merge of the libcrypto tree
2025-11-06 7:27 UTC (5+ messages)
[PATCH] crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fw
2025-11-06 7:23 UTC (2+ messages)
[PATCH v4 00/21] arm64: Move kernel mode FPSIMD buffer to the stack
2025-11-06 7:15 UTC (13+ 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 08/21] lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API
[PATCH] crypto: deflate - Use struct_size to improve deflate_alloc_stream
2025-11-06 7:07 UTC (2+ messages)
[PATCH] crypto: ccp - Add support for PCI device 0x115A
2025-11-06 7:07 UTC (2+ messages)
[PATCH v2 0/3] Add Crypto support for Kaanapali SoC
2025-11-06 7:04 UTC (2+ messages)
[PATCH] crypto: xilinx - Use %pe to print PTR_ERR
2025-11-06 7:03 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value
2025-11-06 7:02 UTC (2+ messages)
[PATCH v8 0/4] crypto: spacc - Add SPAcc Crypto Driver
2025-11-06 6:22 UTC (3+ messages)
` [PATCH v8 2/4] crypto: spacc - Add SPAcc ahash support
[PATCH 00/15] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
2025-11-06 4:33 UTC (3+ messages)
` [PATCH 09/15] crypto: zynqmp-aes-gcm: Fix setkey operation to select HW keys
[PATCH v12 0/2] update live migration configuration region
2025-11-06 2:26 UTC (4+ messages)
` [PATCH v12 2/2] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH] crypto: rockchip - drop redundant crypto_skcipher_ivsize() calls
2025-11-05 16:55 UTC (2+ messages)
[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 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
[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 "
[PATCH 1/2] pm-hibernate: flush disk cache when suspending
2025-11-03 15:53 UTC (2+ messages)
[PATCH v5 00/23] Non-const bitfield helpers
2025-11-03 10:09 UTC (8+ messages)
` [PATCH v5 07/23] pinctrl: ma35: #undef field_{get,prep}() before local definition
` [PATCH -next v5 10/23] iio: imu: smi330: #undef field_{get,prep}() before definition
[PATCH] random: remove unused get_random_var_wait functions
2025-11-02 12:40 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).