Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 21:48:35 to 2023-05-31 13:28:47 UTC [more...]

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-31 13:08 UTC  (13+ messages)
` [PATCH 01/12] cyrpto/b128ops: Remove struct u128
` [PATCH 02/12] types: Introduce [us]128
` [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH 04/12] instrumentation: Wire up cmpxchg128()
` [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
` [PATCH 06/12] percpu: Wire up cmpxchg128
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
` [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH 09/12] x86,intel_iommu: "
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()

[PATCH] crypto: marvell/cesa - Fix type mismatch warning
 2023-05-31 10:58 UTC  (4+ messages)

Fotowoltaika- propozycja instalacji
 2023-05-31  8:15 UTC 

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-05-31  6:46 UTC  (3+ messages)
` [PATCH v7 3/3] mmc: sdhci-msm: Switch to the new ICE API

build error while building arch/x86/purgatory/sha256.o: invalid 'asm': operand is not a condition code [...]
 2023-05-31  0:18 UTC  (5+ messages)

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-31  0:01 UTC  (8+ messages)

[PATCH v5 00/12] x86: Support Key Locker
 2023-05-30 20:50 UTC  (23+ messages)
` [PATCH v6 "
  ` [PATCH v6 11/12] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
  ` [PATCH v7 00/12] x86: Support Key Locker
    ` [PATCH v7 01/12] Documentation/x86: Document "
    ` [PATCH v7 02/12] x86/cpufeature: Enumerate Key Locker feature
    ` [PATCH v7 03/12] x86/insn: Add Key Locker instructions to the opcode map
    ` [PATCH v7 04/12] x86/asm: Add a wrapper function for the LOADIWKEY instruction
    ` [PATCH v7 05/12] x86/msr-index: Add MSRs for Key Locker wrapping key
    ` [PATCH v7 06/12] x86/keylocker: Define Key Locker CPUID leaf
    ` [PATCH v7 07/12] x86/cpu/keylocker: Load a wrapping key at boot-time
    ` [PATCH v7 08/12] x86/PM/keylocker: Restore the wrapping key on the resume from ACPI S3/4
    ` [PATCH v7 09/12] x86/cpu: Add a configuration and command line option for Key Locker
    ` [PATCH v7 10/12] crypto: x86/aesni - Use the proper data type in struct aesni_xts_ctx
    ` [PATCH v7 11/12] crypto: x86/aes - Prepare for a new AES implementation
    ` [PATCH v7 12/12] crypto: x86/aes-kl - Implement the AES-XTS algorithm

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-30 19:55 UTC  (12+ messages)
` [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next v2 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v2 03/10] Wrap lines at 80
` [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next v2 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next v2 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next v2 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next v2 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v5 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-05-30 19:50 UTC  (6+ messages)
` [PATCH v5 13/15] crypto: iaa - Add support for default IAA 'canned' compression mode

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (16+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH] crypto: qat - update slice mask for 4xxx devices
 2023-05-30 16:01 UTC 

[PATCH] crypto: qat - set deprecated capabilities as reserved
 2023-05-30 15:58 UTC 

[PATCH V4 0/2] dt-bindings: imx: Fix dtbs_check warnings
 2023-05-30 10:08 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible
` [PATCH V4 2/2] dt-bindings: imxgpt: add imx6ul compatible

build failure in crypto/twofish_common.c
 2023-05-30  7:03 UTC 

[PATCH] virt: sev-guest: fix kconfig warnings
 2023-05-29 23:13 UTC 

[PATCH v2 5/7] crypto: update some Arm documentation references
 2023-05-29 14:48 UTC 

[GIT PULL] Crypto Fixes for 5.17
 2023-05-29 11:39 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.18
  ` [GIT PULL] Crypto Fixes for 5.19
        ` [GIT PULL] Crypto Fixes for 6.1
            ` [GIT PULL] Crypto Fixes for 6.2
              ` [GIT PULL] Crypto Fixes for 6.3
                ` [GIT PULL] Crypto Fixes for 6.4

[PATCH] docs: crypto: async-tx-api: fix typo in struct name
 2023-05-29  6:38 UTC 

[PATCH v8 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-05-29  6:15 UTC  (17+ messages)
` [PATCH v8 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v8 02/11] dt-bindings: dma: Increase iommu maxItems for BAM DMA
` [PATCH v8 03/11] arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string
` [PATCH v8 04/11] arm64: dts: qcom: sdm845: Fix the slimbam "
` [PATCH v8 05/11] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
` [PATCH v8 06/11] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
` [PATCH v8 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support
` [PATCH v8 08/11] arm64: dts: qcom: sm8150: "
` [PATCH v8 09/11] arm64: dts: qcom: sm8250: "
` [PATCH v8 10/11] arm64: dts: qcom: sm8350: "
` [PATCH v8 11/11] arm64: dts: qcom: sm8450: add crypto nodes
` (subset) [PATCH v8 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs

[PATCH net-next 0/8] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-28  8:33 UTC  (12+ messages)
` [PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next 3/8] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next 4/8] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next 5/8] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next 6/8] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next 7/8] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next 8/8] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v2 0/4] CPU isolation improvements
 2023-05-27  0:47 UTC  (3+ messages)
` [PATCH v2 4/4] crypto/pcrypt: Do not use isolated CPUs for callback

[PATCH v3 0/2] crypto: hisilicon - Add HiSilicon ADVCA Subsystem
 2023-05-26 23:04 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] crypto: hisilicon/advca - Add SHA support

[PATCH v7 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-05-26 18:05 UTC  (14+ messages)
` [PATCH v7 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v7 02/11] dt-bindings: dma: Increase iommu maxItems for BAM DMA
` [PATCH v7 03/11] arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string
` [PATCH v7 04/11] arm64: dts: qcom: sdm845: Fix the slimbam "
` [PATCH v7 05/11] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
` [PATCH v7 06/11] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
` [PATCH v7 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support
` [PATCH v7 08/11] arm64: dts: qcom: sm8150: "
` [PATCH v7 09/11] arm64: dts: qcom: sm8250: "
` [PATCH v7 10/11] arm64: dts: qcom: sm8350: "
` [PATCH v7 11/11] arm64: dts: qcom: sm8450: add crypto nodes

[PATCH] crypto: qat - move dbgfs init to separate file
 2023-05-26 16:48 UTC 

[PATCH V4 0/4] Enable crypto for ipq9574
 2023-05-26 16:11 UTC  (5+ messages)
` [PATCH V4 1/4] dt-bindings: clock: Add crypto clock and reset definitions
` [PATCH V4 2/4] clk: qcom: gcc-ipq9574: Enable crypto clocks
` [PATCH V4 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
` [PATCH V4 4/4] arm64: dts: qcom: ipq9574: Enable crypto nodes

[PATCH] crypto: Switch i2c drivers back to use .probe()
 2023-05-26  7:49 UTC  (2+ messages)

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-05-26  7:35 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH 0/5] Remove CRYPTO_ALG_ALLOCATES_MEMORY flag
 2023-05-26  6:10 UTC  (8+ messages)
` [PATCH 1/5] crypto:caam - avoid allocating memory at crypto request runtime for skcipher
` [PATCH 2/5] crypto:caam - avoid allocating memory at crypto request runtime for aead
` [PATCH 3/5] crypto: caam - avoid allocating memory at crypto request runtime for hash
` [PATCH 4/5] crypto: caam/qi - avoid allocating memory at crypto request runtime
` [PATCH 5/5] crypto: caam/qi2 "

[PATCH] crypto: jitter - correct health test during initialization
 2023-05-25 17:00 UTC 

[PATCH v2 0/2] crypto: LEA block cipher implementation
 2023-05-25 12:13 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: add LEA testmgr tests

[PATCH v2] hwrng: cn10k: Add extended trng register support
 2023-05-25  3:42 UTC 

[PATCH 0/2] crypto: starfive - Add RSA algo to drivers
 2023-05-25  1:56 UTC  (4+ messages)
` [PATCH 2/2] crypto: starfive - Add RSA algo support

linux-next: build failure after merge of the crypto tree
 2023-05-25  1:25 UTC  (7+ messages)
    ` [PATCH] crypto: starfive - Depend on AMBA_PL08X instead of selecting it

[PATCH] hwrng: cn10k: Add extended trng register support
 2023-05-24 11:56 UTC  (3+ messages)
  ` [EXT] "

[PATCH v2 0/2] crypto: hisilicon - Add HiSilicon ADVCA Subsystem
 2023-05-24 10:45 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: hisilicon/advca - Add SHA support

[PATCH] powerpc/crypto: fix build warnings when DEBUG_FS is not enabled
 2023-05-24 10:16 UTC  (3+ messages)

[PATCH] crypto/Kconfig: warn about performance overhead of CRYPTO_STATS
 2023-05-24 10:17 UTC  (3+ messages)

[PATCH 0/2] hwrng: imx-rngc - two simple cleanups
 2023-05-24 10:14 UTC  (2+ messages)

[PATCH 0/3] hwrng: imx-rngc - simplify register definitions
 2023-05-24 10:14 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] crypto: aegis: add header for internal prototypes
 2023-05-24 10:13 UTC  (2+ messages)

[PATCH] crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
 2023-05-24 10:13 UTC  (2+ messages)

[PATCH V3 0/4] Enable crypto for ipq9574
 2023-05-24  5:31 UTC  (11+ messages)
` [PATCH V3 1/4] dt-bindings: clock: Add crypto clock and reset definitions
` [PATCH V3 2/4] clk: qcom: gcc-ipq9574: Enable crypto clocks
` [PATCH V3 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
` [PATCH V3 4/4] arm64: dts: qcom: ipq9574: Enable crypto nodes

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-24  2:55 UTC  (5+ messages)
` [PATCH v6 08/14] x86: Secure Launch kernel late boot stub

[PATCH v2 0/3] Add digitalSignature enforcement keyring restrictions
 2023-05-24  1:27 UTC  (8+ messages)
` [PATCH v2 1/3] KEYS: DigitalSignature link restriction
` [PATCH v2 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings
` [PATCH v2 3/3] integrity: Remove EXPERIMENTAL from Kconfig

[PATCH v3 00/10] Add dynamic boost control support
 2023-05-23 21:21 UTC  (3+ messages)
` [PATCH v3 04/10] crypto: ccp: move setting PSP master to earlier in the init

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-05-23 12:01 UTC  (3+ messages)
` [PATCH V6 09/21] RISC-V: ACPI: Cache and retrieve the RINTC structure

Did the in-kernel Camellia or CMAC crypto implementation break?
 2023-05-22 21:07 UTC  (7+ messages)

[PATCH 6.1] crypto: testmgr - fix RNG performance in fuzz tests
 2023-05-22 17:51 UTC  (2+ messages)

[PATCH v8 0/4] crypto: starfive - Add drivers for crypto engine
 2023-05-22 14:20 UTC  (3+ messages)
` [PATCH v8 2/4] crypto: starfive - Add crypto engine support

[PATCH] crypto: starfive - Fix driver dependencies
 2023-05-22  5:17 UTC  (2+ messages)

[PATCH] Crypto: Fix one bug when use kernel ecdsa algorithm
 2023-05-22  3:30 UTC  (2+ messages)
` [PATCH] Crypto module : rearrange the default functions of akcipher

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-20 17:41 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).