Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 17:10:47 to 2023-06-02 20:04:03 UTC [more...]

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-06-02 19:57 UTC  (30+ 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 v2 07/12] parisc/percpu: Work around the lack of __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()

[GIT PULL] Asymmetric keys fix for v6.4-rc5
 2023-06-02 17:52 UTC  (3+ messages)

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-06-02 15:54 UTC  (6+ messages)
` (subset) "

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-06-02 13:39 UTC  (12+ messages)
` [PATCH v5 2/2] "

[PATCH v2] crypto: qat - add internal timer for qat 4xxx
 2023-06-02 10:40 UTC 

[PATCH v8 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-06-02 10:26 UTC  (18+ 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] crypto: qat - move dbgfs init to separate file
 2023-06-02 10:25 UTC  (2+ messages)

[PATCH] crypto: Switch i2c drivers back to use .probe()
 2023-06-02 10:25 UTC  (3+ messages)

[PATCH] crypto: jitter - correct health test during initialization
 2023-06-02 10:24 UTC  (2+ messages)

[PATCH v2] hwrng: cn10k: Add extended trng register support
 2023-06-02 10:24 UTC  (2+ messages)

[PATCH] crypto: marvell/cesa - Fix type mismatch warning
 2023-06-02 10:23 UTC  (7+ messages)

[PATCH 0/3] New hardware support
 2023-06-02 10:23 UTC  (5+ messages)
` [PATCH 3/3] crypto: ccp - Add support for PCI device 0x156E

[PATCH] Crypto: Fix one bug when use kernel ecdsa algorithm
 2023-06-02 10:19 UTC  (3+ messages)
` [PATCH] Crypto module : rearrange the default functions of akcipher

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-06-02  8:27 UTC  (14+ messages)
` [PATCH v1 1/7] dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support
` [PATCH v1 2/7] dt-bindings: timer: gpt: Add i.MX6UL support
` [PATCH v1 3/7] dt-bindings: timer: gpt: Support 3rd clock for i.MX6DL
` [PATCH v1 4/7] dt-bindings: crypto: fsl-dcp: Add i.MX6SL, i.MX6SLL, and i.MX6ULL support
` [PATCH v1 5/7] dt-bindings: clock: imx6ul: Support optional enet*_ref_pad clocks
` [PATCH v1 6/7] dt-bindings: clock: imx6q: Allow single optional clock and add enet_ref_pad
` [PATCH v1 7/7] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[PATCH v2 0/2] crypto: LEA block cipher implementation
 2023-06-02  6:05 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: add LEA testmgr tests

[PATCH v2 0/2] crypto: starfive - Add RSA algo to drivers
 2023-06-02  2:55 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: starfive - Update hash module irq handling
` [PATCH v2 2/2] crypto: starfive - Add RSA algo support

dm crypt: Avoid using MAX_CIPHER_BLOCKSIZE
 2023-06-01 19:10 UTC  (2+ messages)

[PATCH] [RFC] ubsan: disallow bounds checking with gcov on broken gcc
 2023-06-01 19:03 UTC  (5+ messages)

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-06-01 11:35 UTC  (14+ 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 0/5] Remove CRYPTO_ALG_ALLOCATES_MEMORY flag
 2023-06-01 11:23 UTC  (5+ messages)

[PATCH] crypto: qat - add fw_counters debugfs file
 2023-06-01 10:59 UTC 

[PATCH 0/2] crypto: qat - unmap buffers before free
 2023-06-01 10:10 UTC  (3+ messages)
` [PATCH 1/2] crypto: qat - unmap buffer before free for DH
` [PATCH 2/2] crypto: qat - unmap buffers before free for RSA

[PATCH] crypto: qat - add internal timer for qat 4xxx
 2023-06-01  9:13 UTC 

How to get my krb5 crypto lib upstream?
 2023-06-01  0:14 UTC  (2+ 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  (18+ 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 05/12] x86/msr-index: Add MSRs for Key Locker wrapping key
    ` [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 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  (11+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()

[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 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  (4+ messages)
` [PATCH v7 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support

[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 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  (5+ messages)
    ` [PATCH] crypto: starfive - Depend on AMBA_PL08X instead of selecting it


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).