linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-14 07:01:57 to 2022-12-20 14:26:00 UTC [more...]

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-20 14:25 UTC  (69+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [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 09/64] KVM: Add HVA range operator
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 12/64] KVM: SEV: Implement .fault_is_private callback
` [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 15/64] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 17/64] x86/mm/pat: Introduce set_memory_p
` [PATCH RFC v7 18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v7 19/64] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v7 22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 26/64] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v7 27/64] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v7 28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v7 30/64] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v7 31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v7 32/64] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v7 33/64] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v7 34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v7 35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v7 36/64] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v7 38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 41/64] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v7 42/64] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v7 43/64] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map
` [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

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-20 11:08 UTC  (24+ 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 v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-20 10:36 UTC  (7+ messages)
        ` [PATCH] lib/mpi: Fix buffer overrun when SG is too long

[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 00/13] crypto: x86 - yield FPU context during long loops
 2022-12-20  3:57 UTC  (15+ 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 "

[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 0/3] crypto/rcu: suppress unnecessary CPU stall warnings
 2022-12-19 20:29 UTC  (4+ 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 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/10] Add CA enforcement keyring restrictions
 2022-12-18 12:21 UTC  (15+ 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 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

[PATCH v2 0/4] crypto: Accelerated GCM for IPSec on ARM/arm64
 2022-12-14 17:19 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: arm/ghash - implement fused AES/GHASH version of AES-GCM
` [PATCH v2 2/4] crypto: arm64/gcm - add RFC4106 support
` [PATCH v2 3/4] crypto: tcrypt - include larger key sizes in RFC4106 benchmark
` [PATCH v2 4/4] crypto: aead - fix inaccurate documentation

Słowa kluczowe do wypozycjonowania
 2022-12-14  9:05 UTC 

[PATCH v4 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-12-14  7:01 UTC  (4+ messages)
` [PATCH v4 1/4] crypto: aspeed: Add ACRY RSA driver
` [PATCH v4 3/4] dt-bindings: crypto: add documentation for Aspeed ACRY
` [PATCH v4 4/4] dt-bindings: bus: add documentation for Aspeed AHBC


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