linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-08 15:07:45 to 2021-11-12 20:42:08 UTC [more...]

[GIT PULL] Crypto Update for 5.9
 2021-11-12 20:42 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11
        ` [GIT PULL] Crypto Fixes for 5.14
            ` [GIT PULL] Crypto Fixes for 5.15
                ` [GIT PULL] Crypto Fixes for 5.16

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-12 20:37 UTC  (7+ messages)

[PATCH] crypto: caam - check jr permissions before probing
 2021-11-12 19:22 UTC  (12+ messages)
` [PATCH v2 0/2] CAAM Driver: re-factor and dynamic JR availability check
  ` [PATCH v2 1/2] crypto: caam - convert to use capabilities
  ` [PATCH v2 2/2] crypto: caam - check jr permissions before probing

[PATCH Strawman] crypto: Handle PEM-encoded x.509 certificates
 2021-11-12 18:49 UTC  (2+ messages)

[PATCH v0 39/42] crypto: ccree - check notifier registration return value
 2021-11-12 18:48 UTC  (18+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH V3 0/4] Add SEV_INIT_EX support
 2021-11-12 18:28 UTC  (23+ messages)
` [PATCH V3 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH V3 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V3 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH] crypto: ccree - remove redundant 'flush_workqueue()' calls
 2021-11-12 18:18 UTC  (2+ messages)

CAAM RNG trouble
 2021-11-12 15:27 UTC  (2+ messages)
` [RFC PATCH] crypto: caam - restore retry count after HW RNG failure

[PATCHv5 00/12] nvme: In-band authentication support
 2021-11-12 12:59 UTC  (13+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH] crypto: fix flexible_array.cocci warnings
 2021-11-12 10:56 UTC 

[PATCH v5 00/22] Enable Qualcomm Crypto Engine on sm8150 & sm8250
 2021-11-12 10:42 UTC  (32+ messages)
` [PATCH v5 01/22] arm64: dts: qcom: msm8996: Fix qcom,controlled-remotely property
` [PATCH v5 02/22] arm64: dts: qcom: msm8996: Fix 'dma' nodes in dts
` [PATCH v5 03/22] dt-bindings: qcom-bam: Convert binding to YAML
` [PATCH v5 04/22] dt-bindings: qcom-bam: Add 'interconnects' & 'interconnect-names' to optional properties
` [PATCH v5 05/22] dt-bindings: qcom-bam: Add 'iommus' "
` [PATCH v5 06/22] dt-bindings: qcom-bam: Add "powered remotely" mode
` [PATCH v5 07/22] dt-bindings: qcom-qce: Convert bindings to yaml
` [PATCH v5 08/22] dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'
` [PATCH v5 09/22] dt-bindings: qcom-qce: Move 'clocks' to optional properties
` [PATCH v5 10/22] dt-bindings: qcom-qce: Add 'iommus' "
` [PATCH v5 11/22] dt-bindings: crypto : Add new compatible strings for qcom-qce
` [PATCH v5 12/22] arm64/dts: qcom: Use new compatibles for crypto nodes
` [PATCH v5 13/22] dma: qcom: bam_dma: Add support to initialize interconnect path
` [PATCH v5 14/22] crypto: qce: core: "
` [PATCH v5 15/22] crypto: qce: Add new compatibles for qce crypto driver
` [PATCH v5 16/22] crypto: qce: core: Make clocks optional
` [PATCH v5 17/22] crypto: qce: Print a failure msg in case probe() fails
` [PATCH v5 18/22] crypto: qce: Defer probing if BAM dma channel is not yet initialized
` [PATCH v5 19/22] crypto: qce: Add 'sm8250-qce' compatible string check
` [PATCH v5 20/22] crypto: qce: Add 'sm8150-qce' "
` [PATCH v5 21/22] arm64/dts: qcom: sm8250: Add dt entries to support crypto engine
` [PATCH v5 22/22] arm64/dts: qcom: sm8150: "

[PATCH 00/24] crypto: qat - PFVF refactoring
 2021-11-12 10:20 UTC  (27+ messages)
` [PATCH 01/24] crypto: qat - fix undetected PFVF timeout in ACK loop
` [PATCH 02/24] crypto: qat - refactor PF top half for PFVF
` [PATCH 03/24] crypto: qat - move vf2pf interrupt helpers
` [PATCH 04/24] crypto: qat - move VF message handler to adf_vf2pf_msg.c
` [PATCH 05/24] crypto: qat - move interrupt code out of the PFVF handler
` [PATCH 06/24] crypto: qat - change PFVF ACK behaviour
` [PATCH 07/24] crypto: qat - re-enable interrupts for legacy PFVF messages
` [PATCH 08/24] crypto: qat - split PFVF message decoding from handling
` [PATCH 09/24] crypto: qat - handle retries due to collisions in adf_iov_putmsg()
` [PATCH 10/24] crypto: qat - relocate PFVF PF related logic
` [PATCH 11/24] crypto: qat - relocate PFVF VF "
` [PATCH 12/24] crypto: qat - relocate PFVF disabled function
` [PATCH 13/24] crypto: qat - add pfvf_ops
` [PATCH 14/24] crypto: qat - differentiate between pf2vf and vf2pf offset
` [PATCH 15/24] crypto: qat - abstract PFVF send function
` [PATCH 16/24] crypto: qat - abstract PFVF receive logic
` [PATCH 17/24] crypto: qat - reorganize PFVF code
` [PATCH 18/24] crypto: qat - reorganize PFVF protocol definitions
` [PATCH 19/24] crypto: qat - use enums for PFVF protocol codes
` [PATCH 20/24] crypto: qat - pass the PF2VF responses back to the callers
` [PATCH 21/24] crypto: qat - refactor pfvf version request messages
` [PATCH 22/24] crypto: qat - do not rely on min version
` [PATCH 23/24] crypto: qat - fix VF IDs in PFVF log messages
` [PATCH 24/24] crypto: qat - improve logging of PFVF messages

[PATCH] crypto: cavium/nitrox - Fix 'File exists' error in 'nitrox_probe()'
 2021-11-12  8:57 UTC 

[PATCH v3 0/5] Update STMicroelectronics maintainers email
 2021-11-12  7:42 UTC  (12+ messages)
` [PATCH v3 1/5] dt-bindings: timer: Update maintainers for st,stm32-timer
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers
` [PATCH v3 3/5] dt-bindings: media: Update maintainers for st,stm32-cec.yaml
` [PATCH v3 4/5] dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml
` [PATCH v3 5/5] dt-bindings: treewide: Update @st.com email address to @foss.st.com

[syzbot] INFO: task hung in hwrng_register
 2021-11-12  6:16 UTC  (2+ messages)

[GIT PULL] zstd changes for v5.16
 2021-11-12  0:08 UTC  (5+ messages)

[PATCH 00/13]Update the icicle kit device tree
 2021-11-10 15:07 UTC  (55+ messages)
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 04/13] dt-bindings: riscv: update microchip polarfire binds
` [PATCH 05/13] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH 07/13] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH 08/13] dt-bindings: soc/microchip: add bindings for mpfs system services
` [PATCH 09/13] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH 10/13] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH 11/13] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH 12/13] riscv: icicle-kit: update microchip icicle kit device tree
` [PATCH 13/13] MAINTAINERS: update riscv/microchip entry

[PATCH] random: Use 64 bits from get_random_long() in extract_crng()
 2021-11-10 10:55 UTC  (2+ messages)

[PATCH] crypto: caam: fix descriptor error when create ext4 fs on the device-mapper device
 2021-11-09  9:51 UTC 

[PATCH] crypto:otx2_cptvf_algs: use swap() to make code cleaner
 2021-11-09  8:35 UTC 

[PATCH AUTOSEL 5.14 018/138] crypto: aesni - check walk.nbytes instead of err
 2021-11-08 17:44 UTC 

[PATCH AUTOSEL 5.15 020/146] crypto: aesni - check walk.nbytes instead of err
 2021-11-08 17:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 030/146] crypto: api - Fix built-in testing dependency failures


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