linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-30 07:34:55 to 2023-02-03 17:51:38 UTC [more...]

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

[PATCH] x86: enable Data Operand Independent Timing Mode
 2023-02-03 16:25 UTC  (13+ messages)

[PATCH] crypto: qat - fix out-of-bounds read
 2023-02-03  9:39 UTC  (7+ messages)

[PATCH 0/5] crypto: hisilicon/qm - some fixes and cleanups
 2023-02-03  9:37 UTC  (6+ messages)
` [PATCH 1/5] crypto: hisilicon/qm - remove some unused defines
` [PATCH 2/5] crypto: hisilicon/qm - change data type in min_t
` [PATCH 3/5] crypto: hisilicon/qm - change function names
` [PATCH 4/5] crypto: hisilicon/qm - update comments to match function
` [PATCH 5/5] crypto: hisilicon/qm - fix coding style issues

[PATCH v8 0/9] crypto: qcom-qce: Add YAML bindings & support for newer SoCs
 2023-02-03  9:20 UTC  (27+ messages)
` [PATCH v8 1/9] dt-bindings: qcom-qce: Convert bindings to yaml
` [PATCH v8 2/9] MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS section
` [PATCH v8 3/9] dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'
` [PATCH v8 4/9] dt-bindings: qcom-qce: Add 'iommus' to optional properties
` [PATCH v8 5/9] dt-bindings: qcom-qce: document clocks and clock-names as optional
` [PATCH v8 6/9] dt-bindings: qcom-qce: Add new SoC compatible strings for qcom-qce
` [PATCH v8 7/9] crypto: qce: core: Add support to initialize interconnect path
` [PATCH v8 8/9] crypto: qce: core: Make clocks optional
` [PATCH v8 9/9] crypto: qce: core: Add new compatibles for qce crypto driver

[PATCH v3 0/6] crypto: stm32 hash - reuse for Ux500
 2023-02-03  5:04 UTC  (2+ messages)

[PATCH] crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
 2023-02-03  5:04 UTC  (2+ messages)

[PATCH 1/2] crypto: qat - extend buffer list logic interface
 2023-02-03  5:03 UTC  (2+ messages)

[PATCH RESEND] crypto: x86 - exit fpu context earlier in ECB/CBC macros
 2023-02-03  5:03 UTC  (3+ messages)

[RESENT PATCH v3 -next] crypto: aspeed: fix type warnings
 2023-02-03  3:35 UTC 

[PATCH v3] crypto: aspeed: fix type warnings
 2023-02-03  3:31 UTC  (2+ messages)

[PATCH v2 -next] crypto: aspeed: fix type warnings
 2023-02-03  3:25 UTC  (4+ messages)

[PATCH v3] crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
 2023-02-03  2:44 UTC  (3+ messages)
` [v4 PATCH] "

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-02-03  0:58 UTC  (9+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-02 19:04 UTC  (30+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] crypto: qat - drop log level of msg in get_instance_node()
 2023-02-02 16:55 UTC  (2+ messages)

[PATCH] crypto: testmgr - add diff-splits of src/dst into default cipher config
 2023-02-02  8:38 UTC 

[PATCH-next] crypto: aspeed: fix type warnings
 2023-02-02  3:29 UTC  (5+ messages)

[PATCH 05/12] cifs: Add a function to Hash the contents of an iterator
 2023-02-02  0:55 UTC  (4+ messages)

[PATCH v1 0/8] Support ACPI PSP on Hyper-V
 2023-02-01 19:24 UTC  (8+ messages)
` [PATCH v1 5/8] crypto: cpp - Bind to psp platform device on x86
` [PATCH v1 6/8] crypto: ccp - Add vdata for platform device
` [PATCH v1 7/8] crypto: ccp - Skip DMA coherency check for platform psp

[PATCH 0/32] crypto: api - Prepare to change callback argument to void star
 2023-02-01 16:57 UTC  (37+ messages)
` [PATCH 1/32] crypto: api - Add scaffolding to change completion function signature
` [PATCH 2/32] crypto: cryptd - Use subreq for AEAD
` [PATCH 3/32] crypto: acompress - Use crypto_request_complete
` [PATCH 4/32] crypto: aead "
` [PATCH 5/32] crypto: akcipher "
` [PATCH 6/32] crypto: hash "
` [PATCH 7/32] crypto: kpp "
` [PATCH 8/32] crypto: skcipher "
` [PATCH 9/32] crypto: engine "
` [PATCH 10/32] crypto: rsa-pkcs1pad - Use akcipher_request_complete
` [PATCH 11/32] crypto: cryptd - Use request_complete helpers
` [PATCH 12/32] crypto: atmel "
` [PATCH 13/32] crypto: artpec6 "
` [PATCH 14/32] crypto: bcm "
` [PATCH 15/32] crypto: cpt "
` [PATCH 16/32] crypto: nitrox "
` [PATCH 17/32] crypto: ccp "
` [PATCH 18/32] crypto: chelsio "
` [PATCH 19/32] crypto: hifn_795x "
` [PATCH 20/32] crypto: hisilicon "
` [PATCH 21/32] crypto: img-hash "
` [PATCH 22/32] crypto: safexcel "
` [PATCH 23/32] crypto: ixp4xx "
` [PATCH 24/32] crypto: marvell/cesa "
` [PATCH 25/32] crypto: octeontx "
` [PATCH 26/32] crypto: octeontx2 "
` [PATCH 27/32] crypto: mxs-dcp "
` [PATCH 28/32] crypto: qat "
` [PATCH 29/32] crypto: qce "
` [PATCH 30/32] crypto: s5p-sss "
` [PATCH 31/32] crypto: sahara "
` [PATCH 32/32] crypto: talitos "

[PATCH] crypto: arm64/sm4-ccm - Rewrite skcipher walker loop
 2023-02-01 12:32 UTC 

[PATCH] crypto: arm64/aes-ccm - Rewrite skcipher walker loop
 2023-02-01  9:54 UTC  (10+ messages)

[PATCH v2 0/4] crypto: starfive - Add drivers for crypto engine
 2023-02-01  1:44 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v2 2/4] crypto: starfive - Add crypto engine support
` [PATCH v2 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v2 4/4] crypto: starfive - Add hash and HMAC support

[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-01-31 17:06 UTC  (5+ messages)
` [PATCH v2 1/2] virtio-rng: implement entropy leak feature
` [PATCH v2 2/2] virtio-rng: add sysfs entries for leak detection

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (2+ messages)
` (subset) "

[PATCH] hw_random: rockchip: import driver from vendor tree
 2023-01-31 10:34 UTC  (3+ messages)

[PATCH] crypto: arm64/sm4 - Fix possible crash in GCM cryption
 2023-01-31  9:39 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] crypto: atmel-i2c: Drop unused id parameter from atmel_i2c_probe()
 2023-01-31  9:14 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-01-31  8:30 UTC 

[PATCH v2 0/3] crypto: x86/blowfish - Cleanup and convert to ECB/CBC macros
 2023-01-31  8:11 UTC  (2+ messages)

[PATCH] MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER
 2023-01-31  7:32 UTC  (2+ messages)

[PATCH v5 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-31  7:28 UTC  (4+ messages)
` [PATCH v5 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
  ` [PATCH] hwrng: starfive - Enable compile testing

[PATCH] crypto: safexcel - Use crypto_wait_req
 2023-01-31  5:44 UTC  (2+ messages)
` [v2 PATCH] "

[PATCH v2 3/3] crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asm
 2023-01-31  1:28 UTC 

[PATCH v2 2/3] crypto: x86/blowfish - Convert to use ECB/CBC helpers
 2023-01-31  1:27 UTC 

[PATCH v2 1/3] crypto: x86/blowfish - Remove unused encode parameter
 2023-01-31  1:27 UTC 

[Bug 216888] New: "sysfs: cannot create duplicate filename /dma/dma0chan0" with 68dbe80f ("crypto: ccp - Release dma channels before dmaengine unrgister")
 2023-01-30 12:54 UTC  (3+ messages)

mainline build failure on arm hosts
 2023-01-30 12:17 UTC 

linux-next: manual merge of the crypto tree with the riscv-soc tree
 2023-01-30  7:54 UTC  (2+ 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 NNTP newsgroup(s).