linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-14 20:08:02 to 2022-12-21 23:33:21 UTC [more...]

[PATCH 0/6] Trivial set of FIPS 140-3 related changes
 2022-12-21 23:33 UTC  (8+ messages)
` [PATCH 1/6] crypto: xts - restrict key lengths to approved values in FIPS mode
` [PATCH 2/6] crypto: xts - drop xts_check_key()
` [PATCH 3/6] crypto: xts - drop redundant xts key check
` [PATCH 4/6] crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
` [PATCH 5/6] crypto: testmgr - disallow plain ghash "
` [PATCH 6/6] crypto: testmgr - allow ecdsa-nist-p256 and -p384 "

[PATCH v13 0/7] implement getrandom() in vDSO
 2022-12-21 23:27 UTC  (10+ messages)
` [PATCH v13 1/7] x86: lib: Separate instruction decoder MMIO type from MMIO trace
` [PATCH v13 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v13 3/7] x86: mm: Skip faulting instruction for VM_DROPPABLE faults
` [PATCH v13 4/7] random: add vgetrandom_alloc() syscall
` [PATCH v13 5/7] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v13 6/7] random: introduce generic vDSO getrandom() implementation
` [PATCH v13 7/7] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 0/4] Trivial set of FIPS 140-3 related changes
 2022-12-21 22:49 UTC  (6+ messages)
` [PATCH 5/6] crypto: xts - drop xts_check_key()
` [PATCH 6/6] crypto: xts - drop redundant xts key check

[PATCH v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-21 20:53 UTC  (10+ messages)
        ` [PATCH] lib/mpi: Fix buffer overrun when SG is too long
              ` [v2 PATCH] "

[PATCH v3 1/2] lib/mpi: Fix buffer overrun when SG is too long
 2022-12-21 20:51 UTC  (3+ messages)
` [PATCH v3 2/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()

[PATCH v12 0/6] implement getrandom() in vDSO
 2022-12-21 20:48 UTC  (6+ messages)

[PATCH v3 00/10] Add CA enforcement keyring restrictions
 2022-12-21 19:01 UTC  (17+ messages)
` [PATCH v3 03/10] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v3 04/10] KEYS: X.509: Parse Key Usage
` [PATCH v3 07/10] KEYS: X.509: Flag Intermediate CA certs as endorsed

[PATCH 0/3] crypto/rcu: suppress unnecessary CPU stall warnings
 2022-12-21 19:02 UTC  (6+ messages)
` [PATCH 1/3] rcu: genericize RCU stall suppression functions
` [PATCH 2/3] rcu: print first CPU on expedited stall line
` [PATCH 3/3] crypto: tcrypt - suppress RCU stall warnings during speed tests

[PATCH 0/3] hwrng: starfive - Add driver for TRNG module
 2022-12-21  9:49 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: rng: Add StarFive "
` [PATCH 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH] crypto: arm64/sm4 - fix possible crash with CFI enabled
 2022-12-21  7:32 UTC 

lib/crypto/blake2s-selftest.c:632:1: warning: the frame size of 1120 bytes is larger than 1024 bytes
 2022-12-21  6:58 UTC  (5+ messages)
    ` [PATCH] crypto: lib/blake2s - Split up test function to halve stack usage
        ` [v2 PATCH] "

[PATCH 00/13] crypto: x86 - yield FPU context during long loops
 2022-12-20 20:02 UTC  (16+ messages)
` [PATCH 01/13] x86: protect simd.h header file
` [PATCH 02/13] x86: add yield FPU context utility function
` [PATCH 03/13] crypto: x86/sha - yield FPU context during long loops
` [PATCH 04/13] crypto: x86/crc "
` [PATCH 05/13] crypto: x86/sm3 "
` [PATCH 06/13] crypto: x86/ghash - use u8 rather than char
` [PATCH 07/13] crypto: x86/ghash - restructure FPU context saving
` [PATCH 08/13] crypto: x86/ghash - yield FPU context during long loops
` [PATCH 09/13] crypto: x86/poly - yield FPU context only when needed
` [PATCH 10/13] crypto: x86/aegis - yield FPU context during long loops
` [PATCH 11/13] crypto: x86/blake - yield FPU context only when needed
` [PATCH 12/13] crypto: x86/chacha "
` [PATCH 13/13] crypto: x86/aria "

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-20 15:09 UTC  (26+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-20 14:25 UTC  (32+ messages)
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 45/64] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v7 46/64] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v7 48/64] KVM: SVM: Add support to handle "
` [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH RFC v7 50/64] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v7 51/64] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v7 53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v7 54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v7 55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v7 56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP
` [PATCH RFC v7 57/64] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v7 58/64] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v7 59/64] ccp: Add support to decrypt the page
` [PATCH RFC v7 60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb
` [PATCH RFC v7 61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v7 63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
` [PATCH RFC v7 64/64] iommu/amd: Add IOMMU_SNP_SHUTDOWN support

[PATCH] crypto: ux500: update debug config after ux500 cryp driver removal
 2022-12-20 10:11 UTC  (2+ messages)

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20 10:09 UTC  (6+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH v2] crypto: caam: blob_gen.c: fix CAAM io mem access
 2022-12-20  8:17 UTC 

[PATCH v2 0/4] CPU isolation improvements
 2022-12-20  6:57 UTC  (10+ messages)
` [PATCH v2 2/4] sched/isolation: Improve documentation
` [PATCH v2 3/4] sched/isolation: Add HK_TYPE_WQ to isolcpus=domain

[PATCH 0/8] crypto: kernel-doc for assembly language
 2022-12-20  6:05 UTC  (22+ messages)
` [PATCH 1/8] crypto: clean up kernel-doc headers
` [PATCH 2/8] doc: support kernel-doc for asm functions
` [PATCH 3/8] crypto: x86/sha - add kernel-doc comments to assembly
` [PATCH 4/8] crypto: x86/crc "
` [PATCH 5/8] crypto: x86/sm3 "
` [PATCH 6/8] crypto: x86/ghash "
` [PATCH 7/8] crypto: x86/blake2s "
` [PATCH 8/8] crypto: x86/chacha "
` [PATCH v2 0/8] crypto: kernel-doc for assembly language
  ` [PATCH v2 1/8] crypto: clean up kernel-doc headers
  ` [PATCH v2 2/8] doc: support kernel-doc for asm functions
  ` [PATCH v2 3/8] crypto: x86/sha - add kernel-doc comments to assembly
  ` [PATCH v2 4/8] crypto: x86/crc "
  ` [PATCH v2 5/8] crypto: x86/sm3 "
  ` [PATCH v2 6/8] crypto: x86/ghash "
  ` [PATCH v2 7/8] crypto: x86/blake2s "
  ` [PATCH v2 8/8] crypto: x86/chacha "

[PATCH 0/3] crypto: yield at end of operations
 2022-12-20  3:55 UTC  (7+ messages)
` [PATCH 1/3] crypto: skcipher - always yield at end of walk
` [PATCH 2/3] crypto: aead/shash - yield at end of operations
` [PATCH 3/3] crypto: tcrypt - yield at end of test

[PATCH AUTOSEL 5.15 1/9] crypto: hisilicon/hpre - fix resource leak in remove process
 2022-12-20  1:21 UTC 

[PATCH AUTOSEL 6.0 01/16] crypto: hisilicon/hpre - fix resource leak in remove process
 2022-12-20  1:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 04/16] crypto: hisilicon/qm - increase the memory of local variables

[PATCH AUTOSEL 6.1 01/16] crypto: hisilicon/hpre - fix resource leak in remove process
 2022-12-20  1:20 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 04/16] crypto: hisilicon/qm - increase the memory of local variables

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-12-19 20:08 UTC  (5+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

Announce loop-AES-v3.7z file/swap crypto package
 2022-12-18 19:58 UTC 

[PATCH v3 00/17] crypt: x86 - fix RCU stalls
 2022-12-16 22:12 UTC  (9+ messages)
` [PATCH v4 00/24] crypto: "
  ` [PATCH v4 10/24] crypto: x86/poly - limit FPU preemption

[PATCH] crypto: wp512: disable kmsan checks in wp512_process_buffer()
 2022-12-16 18:29 UTC  (3+ messages)

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2022-12-16 17:48 UTC  (3+ messages)

[PATCH] crypto: certs: fix FIPS selftest depenency
 2022-12-15 17:02 UTC 

[PATCH v2 0/2] ARM: allow kernel mode NEON in softirq context
 2022-12-15 11:48 UTC  (8+ messages)
` [PATCH v2 1/2] ARM: vfp: Manipulate VFP state with softirqs disabled
` [PATCH v2 2/2] ARM: permit non-nested kernel mode NEON in softirq context

[PATCH] crypto: ccp - Limit memory allocation in SEV_GET_ID2 ioctl
 2022-12-15 10:05 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 5.15
 2022-12-14 22:25 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 Update for 5.20
                ` [GIT PULL] Crypto Update for 6.1
                  ` [GIT PULL] Crypto Update for 6.2


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