messages from 2024-06-07 14:13:09 to 2024-06-18 06:33:39 UTC [more...]
[PATCH 0/7] hwrng: exynos: Add support for Exynos850
2024-06-18 6:33 UTC (11+ messages)
` [PATCH 1/7] dt-bindings: rng: Rename exynos5250-trng to exynos-trng
` [PATCH 2/7] dt-bindings: rng: Add Exynos850 support "
` [PATCH 3/7] hwrng: exynos: Improve coding style
` [PATCH 4/7] hwrng: exynos: Implement bus clock control
` [PATCH 5/7] hwrng: exynos: Add SMC based TRNG operation
` [PATCH 6/7] hwrng: exynos: Enable Exynos850 support
` [PATCH 7/7] arm64: dts: exynos850: Enable TRNG
[PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs
2024-06-18 6:30 UTC (32+ messages)
` [PATCH v5 01/15] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v5 02/15] qcom_scm: scm call for deriving a software secret
` [PATCH v5 03/15] qcom_scm: scm call for create, prepare and import keys
` [PATCH v5 04/15] soc: qcom: ice: add hwkm support in ice
` [PATCH v5 05/15] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v5 06/15] soc: qcom: ice: support for generate, import and prepare key
` [PATCH v5 07/15] ufs: core: support wrapped keys in ufs core
` [PATCH v5 08/15] ufs: core: add support to derive software secret
` [PATCH v5 09/15] ufs: core: add support for generate, import and prepare keys
` [PATCH v5 10/15] ufs: host: wrapped keys support in ufs qcom
` [PATCH v5 11/15] ufs: host: implement derive sw secret vop "
` [PATCH v5 12/15] ufs: host: support for generate, import and prepare key
` [PATCH v5 13/15] dt-bindings: crypto: ice: document the hwkm property
` [PATCH v5 14/15] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v5 15/15] arm64: dts: qcom: sm8550: "
[PATCH v4 0/7] Add SPAcc Crypto Driver Support
2024-06-18 4:27 UTC (8+ messages)
` [PATCH v4 1/7] Add SPAcc Skcipher support
` [PATCH v4 2/7] Enable SPAcc AUTODETECT
` [PATCH v4 3/7] Add SPAcc ahash support
` [PATCH v4 4/7] Add SPAcc aead support
` [PATCH v4 5/7] Add SPAcc Kconfig and Makefile
` [PATCH v4 6/7] Add SPAcc dts overlay
` [PATCH v4 7/7] Enable Driver compilation in crypto Kconfig and Makefile
[PATCH v17 0/5] implement getrandom() in vDSO
2024-06-18 0:38 UTC (12+ messages)
` [PATCH v17 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v17 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v17 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v17 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v17 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[PATCH v4 00/15] Hardware wrapped key support for qcom ice and ufs
2024-06-18 0:26 UTC (5+ messages)
` [PATCH v4 13/15] dt-bindings: crypto: ice: document the hwkm property
[PATCH] crypto: Add aliases to deflate
2024-06-17 20:33 UTC
[PATCH v12 0/8] Turris Omnia MCU driver
2024-06-17 15:26 UTC (2+ messages)
` [PATCH v12 6/8] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
[PATCH v4] crypto: tcrypt - add skcipher speed for given alg
2024-06-17 16:08 UTC
[PATCH v11 0/8] Turris Omnia MCU driver
2024-06-17 13:35 UTC (11+ messages)
` [PATCH v11 6/8] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
[PATCH 0/4] crypto: sun8i-ce: add Allwinner H616 support
2024-06-17 6:51 UTC (6+ messages)
` [PATCH 1/4] dt-bindings: crypto: sun8i-ce: Add compatible for H616
` [PATCH 2/4] crypto: sun8i-ce - wrap accesses to descriptor address fields
` [PATCH 3/4] crypto: sun8i-ce - add Allwinner H616 support
` [PATCH 4/4] arm64: dts: allwinner: h616: add crypto engine node
[PATCH] crypto: qat - fix linking errors when PCI_IOV is disabled
2024-06-17 3:29 UTC (2+ messages)
[PATCH] crypto: lib - add missing MODULE_DESCRIPTION() macros
2024-06-16 6:14 UTC
[PATCH] crypto: ecc - Fix off-by-one missing to clear most significant digit
2024-06-16 5:59 UTC (3+ messages)
[PATCH] crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array
2024-06-16 5:58 UTC (2+ messages)
[PATCH v1 1/1] hw_random: Remove list.h from the hw_random.h
2024-06-16 5:57 UTC (2+ messages)
[PATCH] dt-bindings: rng: meson: add optional power-domains
2024-06-16 5:56 UTC (2+ messages)
[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
2024-06-16 5:56 UTC (2+ messages)
[PATCH v3] crypto: tcrypt - add skcipher speed for given alg
2024-06-16 5:36 UTC (2+ messages)
[PATCH] crypto: arm: add missing MODULE_DESCRIPTION() macros
2024-06-16 5:32 UTC
[PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro
2024-06-15 23:46 UTC
is_module()
2024-06-14 19:33 UTC (2+ messages)
[PATCH v16 0/5] implement getrandom() in vDSO
2024-06-14 18:35 UTC (34+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[syzbot] [crypto?] [bcachefs?] BUG: unable to handle kernel paging request in crypto_skcipher_encrypt
2024-06-14 12:16 UTC
[PATCH] crypto: lib/mpi - Use swap() in mpi_ec_mul_point()
2024-06-14 3:09 UTC (2+ messages)
` [PATCH] crypto: lib - Use swap() in mpi_powm()
[PATCH] crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macro
2024-06-14 0:57 UTC
Warning at crypto/testmgr.c:5900, while booting to OS
2024-06-13 21:01 UTC (2+ messages)
[PATCH] hwrng: add missing Arm & Cavium MODULE_DESCRIPTION() macros
2024-06-13 20:47 UTC
[PATCH v2] crypto: starfive - Align rsa input data to 32-bit
2024-06-13 8:39 UTC
[PATCH v2] docs: crypto: async-tx-api: fix broken code example
2024-06-12 21:41 UTC (2+ messages)
[PATCH] crypto: arm64 - add missing MODULE_DESCRIPTION() macros
2024-06-12 20:11 UTC
[PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing
2024-06-12 19:14 UTC (23+ messages)
` [PATCH v5 01/15] crypto: shash - add support for finup_mb
` [PATCH v5 02/15] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v5 03/15] crypto: testmgr - add tests for finup_mb
` [PATCH v5 04/15] crypto: x86/sha256-ni - add support "
` [PATCH v5 05/15] crypto: arm64/sha256-ce "
` [PATCH v5 06/15] fsverity: improve performance by using multibuffer hashing
` [PATCH v5 07/15] dm-verity: move hash algorithm setup into its own function
` [PATCH v5 08/15] dm-verity: move data hash mismatch handling "
` [PATCH v5 09/15] dm-verity: make real_digest and want_digest fixed-length
` [PATCH v5 10/15] dm-verity: provide dma_alignment limit in io_hints
` [PATCH v5 11/15] dm-verity: always "map" the data blocks
` [PATCH v5 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
` [PATCH v5 13/15] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v5 14/15] dm-verity: reduce scope of real and wanted digests
` [PATCH v5 15/15] dm-verity: improve performance by using multibuffer hashing
[RFC PATCH 0/3] Introduce ecc_digits_to_bytes and clean up ecdh.c
2024-06-12 15:19 UTC (4+ messages)
` [RFC PATCH 1/3] crypto: ecc - Implement ecc_digits_to_bytes to convert digits to byte array
` [RFC PATCH 2/3] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
` [RFC PATCH 3/3] crypto: ecdh - Use functions to copy digits from and to byte arrays
[PATCH v5 0/3] crypto: starfive: Add support for JH8100
2024-06-12 10:13 UTC (4+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: Support hardware quirks
[PATCH] crypto: starfive - Align rsa input data to 32-bit
2024-06-12 7:46 UTC (5+ messages)
[PATCH v8 00/12] x86: Support Key Locker
2024-06-11 21:41 UTC (4+ messages)
` [PATCH v9 00/14] "
` [PATCH v9 13/14] crypto: x86/aes - Prepare for new AES-XTS implementation
[PATCH v9 12/14] x86/Kconfig: Add a configuration for Key Locker
2024-06-11 21:36 UTC (2+ messages)
` [PATCH v9b 12/14] x86/Kconfig: Add symbols "
[PATCH v9a 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm
2024-06-11 21:35 UTC (2+ messages)
` [PATCH v9b "
[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines
2024-06-11 21:10 UTC (3+ messages)
[PATCH v4 6/8] fsverity: improve performance by using multibuffer hashing
2024-06-11 20:32 UTC (17+ messages)
[PATCH v4 0/7] crypto: starfive: Add support for JH8100
2024-06-11 18:13 UTC (4+ messages)
` [PATCH v4 5/7] dmaengine: dw-axi-dmac: Support hardware quirks
[RFC PATCH v2 0/8] Clavis LSM
2024-06-11 14:36 UTC (4+ messages)
` [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis
[PATCH v3 4/6] crypto: ti - add driver for MCRC64 engine
2024-06-11 12:02 UTC (2+ messages)
[PATCH] crypto: qat - add check for adf_cfg_add_key_value_param
2024-06-11 11:23 UTC (2+ messages)
[PATCH 0/2] fpga: use 'time_left' instead of 'timeout' with wait_for_*() functions
2024-06-11 8:10 UTC (3+ messages)
` [PATCH 1/2] fpga: socfpga: use 'time_left' variable with wait_for_completion_interruptible_timeout()
[RFC] crypto: sa2ul - sha1/sha256/sha512 support
2024-06-11 3:20 UTC (8+ messages)
[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode
2024-06-11 3:17 UTC (7+ messages)
` [PATCH v3 1/6] lib: add ISO 3309 model crc64
subscribe linux-crypto
2024-06-11 1:02 UTC
[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver
2024-06-10 22:32 UTC (18+ messages)
` [PATCH v8 02/23] drviers: crypto: meson: add platform data
` [PATCH v8 04/23] drivers: crypto: meson: add MMIO helpers
` [PATCH v8 06/23] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v8 10/23] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v8 11/23] drivers: crypto: meson: introduce hasher
` [PATCH v8 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v8 14/23] drivers: crypto: meson: add support for G12-series
` [PATCH v8 16/23] drivers: crypto: meson: add support for A1-series
` [PATCH v8 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line
` [PATCH v8 18/23] arch: arm64: dts: meson: gxl: correct crypto node definition
` [PATCH v8 19/23] dt-bindings: crypto: meson: support new SoC's
` [PATCH v8 20/23] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v8 21/23] arch: arm64: dts: meson: s4: "
` [PATCH v8 22/23] arch: arm64: dts: meson: g12: "
` [PATCH v8 23/23] arch: arm64: dts: meson: axg: "
[PATCH] crypto: qat: make adf_ctl_class constant
2024-06-10 8:18 UTC
[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
2024-06-10 8:08 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).