messages from 2022-08-25 17:02:11 to 2022-09-02 15:45:44 UTC [more...]
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-02 15:33 UTC (17+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
[PATCH] crypto: hisilicon/qm - return failure if vfs_num exceeds total VFs
2022-09-02 11:02 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - fix missing put dfx access
2022-09-02 11:02 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - check mailbox operation result
2022-09-02 11:01 UTC (2+ messages)
[PATCH] crypto: qat - fix default value of WDT timer
2022-09-02 11:01 UTC (2+ messages)
[PATCH] crypto: testmgr - fix indentation for test_acomp() args
2022-09-02 11:01 UTC (2+ messages)
[PATCH] crypto/bcm: fix repeated words in comments
2022-09-02 11:01 UTC (2+ messages)
[PATCH] marvell/octeontx: fix repeated words in comments
2022-09-02 11:00 UTC (2+ messages)
[PATCH] drivers/crypto: fix repeated words in comments
2022-09-02 11:00 UTC (2+ messages)
[PATCH v1] Moving IRQ handler registering after imx_rngc_irq_mask_clear()
2022-09-02 11:00 UTC (2+ messages)
[PATCH] cavium/cpt: fix repeated words in comments
2022-09-02 10:39 UTC (2+ messages)
[PATCH] crypto: aspeed: fix build module error
2022-09-02 10:29 UTC (3+ messages)
[PATCH -next 0/2] A few fixup patches for crypto
2022-09-02 10:25 UTC (9+ messages)
` [PATCH -next 1/2] crypto: api - Fix IS_ERR() vs NULL check
` [PATCH -next 2/2] crypto: crc32c - add missing Kconfig option select
[PATCH 0/6] Crypto: Fix dma_map_sg error check
2022-09-02 10:19 UTC (7+ messages)
` [PATCH 1/6] crypto: gemin: Fix error check for dma_map_sg
` [PATCH 5/6] crypto: allwinner: Fix dma_map_sg error check
[PATCH v2 0/3] crypto: aria: add ARIA AES-NI/AVX/x86_64 implementation
2022-09-02 9:39 UTC (14+ messages)
` [PATCH v2 1/3] crypto: aria: prepare generic module for optimized implementations
` [PATCH v2 2/3] crypto: aria-avx: add AES-NI/AVX/x86_64 assembler implementation of aria cipher
` [PATCH v2 3/3] crypto: tcrypt: add async speed test for "
[PATCH linux-next] crypto: nx - Remove the unneeded result variable
2022-09-02 7:30 UTC
[PATCH v1 0/4] Add Aspeed ACRY driver for hardware acceleration
2022-09-02 6:00 UTC (5+ messages)
` [PATCH v1 1/4] crypto: aspeed: Add ACRY RSA driver
` [PATCH v1 2/4] ARM: dts: aspeed: Add ACRY/AHBC device controller node
` [PATCH v1 3/4] dt-bindings: crypto: add documentation for Aspeed ACRY
` [PATCH v1 4/4] dt-bindings: bus: add documentation for Aspeed AHBC
[PATCH v8 0/3] crypto: hisilicon - supports device isolation feature
2022-09-02 3:13 UTC (4+ messages)
` [PATCH v8 1/3] uacce: "
` [PATCH v8 2/3] Documentation: add a isolation strategy sysfs node for uacce
` [PATCH v8 3/3] crypto: hisilicon/qm - define the device isolation strategy
[PATCH v2] virtio-crypto: fix memory-leak
2022-09-02 2:44 UTC (3+ messages)
` PING: "
[PATCH v7 0/3] crypto: hisilicon - supports device isolation feature
2022-09-01 18:09 UTC (7+ messages)
` [PATCH v7 2/3] Documentation: add a isolation strategy sysfs node for uacce
[PATCH] dt-bindings: rng: omap_rng: Drop requirement for clocks
2022-09-01 17:10 UTC
[PATCH] crypto: cavium - prevent integer overflow loading firmware
2022-09-01 15:32 UTC
[PATCH] crypto: marvell/octeontx - prevent integer overflows
2022-09-01 15:32 UTC
[PATCH V3] crypto: ccp - Release dma channels before dmaengine unrgister
2022-09-01 14:47 UTC
[PATCH V2] crypto: ccp - Release dma channels before dmaengine unrgister
2022-09-01 14:27 UTC (5+ messages)
[PATCH v9 00/33] crypto: rockchip: permit to pass self-tests
2022-09-01 12:57 UTC (34+ messages)
` [PATCH v9 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v9 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v9 03/33] crypto: rockchip: do not do custom power management
` [PATCH v9 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v9 05/33] crypto: rockchip: do not store mode globally
` [PATCH v9 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v9 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v9 08/33] crypto: rockchip: better handle cipher key
` [PATCH v9 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v9 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v9 11/33] crypto: rockchip: rewrite type
` [PATCH v9 12/33] crypto: rockchip: add debugfs
` [PATCH v9 13/33] crypto: rockchip: introduce PM
` [PATCH v9 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v9 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v9 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v9 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v9 18/33] crypto: rockchip: fix style issue
` [PATCH v9 19/33] crypto: rockchip: add support for rk3328
` [PATCH v9 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v9 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v9 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v9 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v9 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [PATCH v9 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v9 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v9 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v9 28/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v9 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v9 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v9 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter
` [PATCH v9 32/33] crypto: rockchip: permit to have more than one reset
` [PATCH v9 33/33] crypto: rockchip: Add support for RK3399
Should Linux set the new constant-time mode CPU flags?
2022-09-01 11:00 UTC (10+ messages)
[PATCH linux-next] crypto: octeontx: Remove the unneeded result variable
2022-09-01 7:43 UTC
Zwiększenie płynności finansowej
2022-09-01 7:41 UTC
[PATCH v1 1/2] random: make add_hwgenerator_randomness() more flexible
2022-09-01 5:05 UTC (3+ messages)
` [PATCH v1 2/2] hwrng: core: fix potential suspend/resume race condition
[PATCH v5 00/12] x86: Support Key Locker
2022-08-31 23:08 UTC (8+ messages)
` [PATCH v5 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time
[PATCH 00/31] net/tcp: Add TCP-AO support
2022-08-31 18:48 UTC (12+ messages)
` [PATCH 08/31] net/tcp: Introduce TCP_AO setsockopt()s
[PATCH v2] crypto: akcipher - default implementation for setting a private key
2022-08-31 18:37 UTC
[GIT PULL] Crypto Fixes for 5.15
2022-08-31 17:20 UTC (12+ messages)
` [GIT PULL] Crypto Fixes for 5.16
` [GIT PULL] Crypto Fixes for 5.17
` [GIT PULL] Crypto Fixes for 5.18
` [GIT PULL] Crypto Fixes for 5.19
` [GIT PULL] Crypto Fixes for 6.0
[PATCH linux-next] crypto: nx: remove redundant variable rc
2022-08-31 16:18 UTC (2+ messages)
crypto: ccp - Release dma channels before dmaengine unrgister
2022-08-31 12:54 UTC (5+ messages)
[PATCH] crypto: akcipher - default implementations for setting private/public keys
2022-08-31 10:00 UTC (7+ messages)
[PATCH v9 0/4] Check codeSigning extended key usage extension
2022-08-31 8:29 UTC (12+ messages)
` [PATCH v9,1/4] X.509: Add CodeSigning extended key usage parsing
` [PATCH v9,2/4] PKCS#7: Check codeSigning EKU for kernel module and kexec pe verification
` [PATCH v9,4/4] Documentation/admin-guide/module-signing.rst: add openssl command option example for CodeSign EKU
[PATCH v1 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
2022-08-31 2:52 UTC (7+ messages)
` [PATCH v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
` [PATCH v1 5/9] crypto/ycc: Add skcipher algorithm support
[PATCH] crypto: x86/sha512 - load based on CPU features
2022-08-30 17:40 UTC (6+ messages)
[PATCH 0/9] crypto: qat - enable compression deflate algorithm
2022-08-30 9:08 UTC (5+ messages)
` [PATCH 8/9] crypto: qat - expose deflate through acomp api for QAT GEN2
[PATCH] crypto: aspeed: fix return value check in aspeed_hace_probe()
2022-08-30 4:01 UTC (2+ messages)
[PATCH] crypto: inside_secure - Change swab to swab32
2022-08-30 2:58 UTC
[RESEND PATCH] dt-bindings: crypto: ti,sa2ul: drop dma-coherent property
2022-08-29 20:02 UTC (2+ messages)
[PATCH 1/5] dt-bindings: socionext,uniphier-system-cache: drop minItems equal to maxItems
2022-08-29 20:01 UTC (16+ messages)
` [PATCH 2/5] dt-bindings: ata: "
` [PATCH 3/5] dt-bindings: clock: "
` [PATCH 4/5] dt-bindings: crypto: "
` [PATCH 5/5] dt-bindings: display: "
[kbuild] Re: [PATCH 11/31] net/tcp: Add TCP-AO sign to outgoing packets
2022-08-29 17:55 UTC (2+ messages)
build failure of next-20220829 due to 108713a713c7 ("crypto: aspeed - Add HACE hash driver")
2022-08-29 10:47 UTC (3+ messages)
[PATCH] revert fpsimd change: run kernel mode NEON with softirqs disabled
2022-08-29 8:05 UTC
[PATCH] crypto: aspeed - Enable compile testing
2022-08-29 2:09 UTC (2+ messages)
[PATCH] virt: sev-guest: fix kconfig warnings
2022-08-28 19:52 UTC
[PATCH v2] KEYS: asymmetric: Fix ECDSA use via keyctl uapi
2022-08-26 15:13 UTC (2+ messages)
[PATCH 02/31] crypto_pool: Add crypto_pool_reserve_scratch()
2022-08-26 14:42 UTC (2+ messages)
[bug report] crypto: sun8i-ss - rework handling of IV
2022-08-26 13:00 UTC (2+ messages)
[PATCH v1 07/19] crypto: gemin: Fix error check for dma_map_sg
2022-08-26 12:46 UTC (7+ messages)
` [PATCH v1 10/19] crypto: amlogic: Fix dma_map_sg error check
[PATCH] crypto: lib - remove unneeded selection of XOR_BLOCKS
2022-08-26 11:09 UTC (2+ messages)
[PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
2022-08-26 11:08 UTC (3+ messages)
` [PATCH v3 00/17] "
[PATCH] crypto: hisilicon/qm - no judgment in the back process
2022-08-26 11:06 UTC (2+ messages)
[PATCH] crypto: move from strlcpy with unused retval to strscpy
2022-08-26 11:05 UTC (2+ messages)
[PATCH v10 0/5] Add Aspeed crypto driver for hardware acceleration
2022-08-26 11:04 UTC (2+ messages)
[PATCH v2 0/2] Improve error handling during INIT_EX file initialization
2022-08-26 11:04 UTC (6+ messages)
` [PATCH v2 1/2] crypto: ccp - Initialize PSP when reading psp data file failed
` [PATCH v2 2/2] crypto: ccp - Fail the PSP initialization when writing "
[PATCH 0/2] hwrng: imx-rngc - use devres for clk and hwrng
2022-08-26 11:03 UTC (2+ messages)
[PATCH] crypto: tcrypt - remove mode=1000
2022-08-26 11:03 UTC (2+ messages)
kdf108_init() takes over 250 ms
2022-08-26 7:47 UTC (3+ messages)
[RESEND PATCH] KEYS: asymmetric: Fix ECDSA use via keyctl uapi
2022-08-26 5:45 UTC (2+ messages)
[PATCH v3 0/3] crypto: lib - create utils module
2022-08-26 5:07 UTC (7+ messages)
` [PATCH v3 2/3] crypto: lib - move __crypto_xor into utils
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).