linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 07:46:29 to 2021-08-23 04:49:40 UTC [more...]

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23  4:50 UTC  (33+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 23/36] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 RFC v4 25/36] x86/boot: Add Confidential Computing type to setup_data

[PATCH] crypto: add missing kernel_fpu_end() call
 2021-08-22 13:23 UTC  (9+ messages)
` [PATCH] crypto: xts_crypt() return if walk.nbytes is 0
        ` [PATCH v2] "

[PATCH] crypto: sha512: remove imaginary and mystifying clearing of variables
 2021-08-22 10:31 UTC 

[PATCH 0/2] add AES-NI/AVX2/x86_64 implementation
 2021-08-22  5:20 UTC  (5+ messages)
` [PATCH 1/2] crypto: x86/sm4 - export reusable AESNI/AVX functions
` [PATCH 2/2] crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation

[PATCH] padata: Remove repeated verbose license text
 2021-08-22  2:27 UTC 

[PATCH] crypto: in_irq() cleanup
 2021-08-21  7:50 UTC  (2+ messages)

[PATCH v2 0/5] crypto: hisilicon - support runtime PM for accelerator devices
 2021-08-21  7:50 UTC  (2+ messages)

[PATCH v2 0/3] support test GCM/CCM mode for SM4
 2021-08-21  7:50 UTC  (2+ messages)

[PATCH v4 0/2] crypto: hisilicon - some misc bugfix for SEC engine
 2021-08-21  7:50 UTC  (2+ messages)

[PATCH 00/20] crypto: qat - cumulative fixes
 2021-08-21  7:49 UTC  (2+ messages)

[PATCH v2 0/4] crypto: qat - fixes and cleanups
 2021-08-21  7:49 UTC  (2+ messages)

[PATCH 0/2] omap-crypto fixes
 2021-08-21  7:49 UTC  (2+ messages)

[PATCH 0/5] crypto: hisilicon - supports hash algorithm for SEC engine
 2021-08-21  7:25 UTC  (3+ messages)
` [PATCH 2/5] crypto: hisilicon/sec - add ahash alg features for Kunpeng920

[PATCH v2 0/4] clean up interface between KVM and psp
 2021-08-21  2:30 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: SVM: fix missing sev_decommission in sev_receive_start
` [PATCH v2 2/4] KVM: SVM: move sev_decommission to psp driver
` [PATCH v2 3/4] KVM: SVM: move sev_bind_asid to psp
` [PATCH v2 4/4] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp

[PATCH 0/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-08-20 21:19 UTC  (11+ messages)

[PATCH 1/2] dt-bindings: irqchip: convert Samsung Exynos IRQ combiner to dtschema
 2021-08-20 18:27 UTC  (11+ messages)
` [PATCH 2/2] dt-bindings: rng: convert Samsung Exynos TRNG "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 15:59 UTC  (46+ messages)
` [PATCH Part2 v5 01/45] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v5 02/45] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v5 03/45] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v5 06/45] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v5 07/45] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v5 09/45] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v5 10/45] crypto: ccp: shutdown SEV firmware on kexec
` [PATCH Part2 v5 11/45] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v5 12/45] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v5 13/45] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 15/45] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 18/45] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v5 19/45] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v5 20/45] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 22/45] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v5 24/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v5 28/45] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v5 29/45] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [PATCH Part2 v5 30/45] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX and SNP
` [PATCH Part2 v5 31/45] KVM: x86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 v5 32/45] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH Part2 v5 33/45] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v5 34/45] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH Part2 v5 35/45] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v5 36/45] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH Part2 v5 40/45] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 v5 41/45] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 v5 42/45] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v5 43/45] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 v5 44/45] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH Part2 v5 45/45] KVM: SVM: Add module parameter to enable the SEV-SNP

[PATCH] crypto: ccp - Add support for new CCP/PSP device ID
 2021-08-20 14:56 UTC 

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 14:44 UTC  (6+ messages)
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[v2, 04/12] pinctrl: mediatek: moore: check if pin_desc is valid before use
 2021-08-20  7:50 UTC  (2+ messages)
` [v2,06/12] pinctrl: mediatek: add support for MT7986 SoC

[PATCH 0/2] crypto: remove MD4 generic shash
 2021-08-19 20:54 UTC  (19+ messages)
` [PATCH 1/2] fs/cifs: Incorporate obsolete MD4 crypto code
` [PATCH 2/2] crypto: md4 - Remove obsolete algorithm

[PATCH v4 00/12] Enroll kernel keys thru MOK
 2021-08-19 17:32 UTC  (17+ messages)
` [PATCH v4 01/12] integrity: Introduce a Linux keyring for the Machine Owner Key (MOK)
` [PATCH v4 02/12] integrity: Do not allow mok keyring updates following init
` [PATCH v4 03/12] KEYS: CA link restriction
` [PATCH v4 04/12] integrity: restrict INTEGRITY_KEYRING_MOK to restrict_link_by_ca
` [PATCH v4 05/12] integrity: add new keyring handler for mok keys
` [PATCH v4 06/12] KEYS: add a reference to mok keyring
` [PATCH v4 07/12] KEYS: Introduce link restriction to include builtin, secondary and mok keys
` [PATCH v4 08/12] KEYS: integrity: change link restriction to trust the mok keyring
` [PATCH v4 09/12] KEYS: link secondary_trusted_keys to mok trusted keys
` [PATCH v4 10/12] integrity: store reference to mok keyring
` [PATCH v4 11/12] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v4 12/12] integrity: Only use mok keyring when uefi_check_trust_mok_keys is true

[RESEND] crypto: public_key: fix overflow during implicit conversion
 2021-08-19 12:54 UTC  (2+ messages)

[PATCH] crypto: public_key: fix overflow during implicit conversion
 2021-08-19 11:44 UTC  (8+ messages)
` PING: "
    `  "
        `  "

Initialising random(4)
 2021-08-19  6:10 UTC 

Building cifs.ko without any support for insecure crypto?
 2021-08-19  3:53 UTC  (8+ messages)

[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-18 21:51 UTC  (3+ messages)

[PATCHv2 00/13] nvme: In-band authentication support
 2021-08-18  5:44 UTC  (3+ messages)

[PATCH 0/3] clean up interface between KVM and psp
 2021-08-18  5:34 UTC  (5+ messages)

[PATCH v2] fscrypt: support trusted keys
 2021-08-18  4:53 UTC  (17+ messages)

[syzbot] INFO: task hung in hwrng_register
 2021-08-18  1:26 UTC 

[v2,00/12] Add basic SoC support for mediatek mt7986
 2021-08-18  1:20 UTC  (15+ messages)
` [v2,01/12] dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC
` [v2,02/12] clk: mediatek: add mt7986 clock IDs
` [v2,04/12] pinctrl: mediatek: moore: check if pin_desc is valid before use
` [v2,05/12] dt-bindings: pinctrl: update bindings for MT7986 SoC
` [v2,06/12] pinctrl: mediatek: add support "
` [v2,07/12] dt-bindings: arm64: dts: mediatek: Add mt7986 series
` [v2,08/12] dt-bindings: rng: mediatek: add mt7986 to mtk rng binding
` [v2,09/12] dt-bindings: serial: Add compatible for Mediatek MT7986
` [v2,10/12] dt-bindings: watchdog: "
` [v2,11/12] arm64: dts: mediatek: add mt7986a support
` [v2,12/12] arm64: dts: mediatek: add mt7986b support

[syzbot] KASAN: use-after-free Write in null_skcipher_crypt
 2021-08-17 19:08 UTC  (3+ messages)

[PATCH v4 0/5] hwrng: add support for i.MX6 rngb
 2021-08-17 17:38 UTC  (4+ messages)
` [PATCH v4 4/5] ARM: dts: imx6ull: add rng


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