messages from 2025-06-24 20:49:13 to 2025-11-04 21:01:46 UTC [more...]
[PATCH] x86/sgx: Fix typos and formatting in function comments
2025-11-04 21:01 UTC (4+ messages)
[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
2025-10-29 14:36 UTC (10+ messages)
` [PATCH 1/6] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH 2/6] x86/entry/vdso: refactor the vdso build
` [PATCH 3/6] x86/entry/vdso32: remove int80_landing_pad
` [PATCH 4/6] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH 5/6] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH 6/6] x86/entry/vdso32: add endbr32 to system_call.S
[PATCH v16 0/5] Enable automatic SVN updates for SGX enclaves
2025-10-17 6:19 UTC (10+ messages)
` [PATCH v16 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v16 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v16 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v16 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v16 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v17 0/5] Enable automatic SVN updates for SGX enclaves
2025-10-16 13:11 UTC (6+ messages)
` [PATCH v17 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v17 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v17 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v17 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v17 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v15 0/5] Enable automatic SVN updates for SGX enclaves
2025-09-29 21:58 UTC (14+ messages)
` [PATCH v15 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v15 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v15 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v15 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v15 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH] x86/sgx: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-25 15:37 UTC (5+ messages)
[PATCH] x86/sgx: Use guard() instead of mutex_lock() to simplify code
2025-09-02 9:11 UTC (3+ messages)
[PATCH 0/3] use vm_flags_t consistently
2025-08-27 16:59 UTC (19+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-08-25 13:59 UTC (10+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH 2/6] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH 3/6] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH 4/6] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH 5/6] KVM: x86: Export KVM-internal symbols for sub-modules only
` [PATCH 6/6] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
[PATCH v14 0/5] Enable automatic SVN updates for SGX enclaves
2025-08-18 5:41 UTC (16+ messages)
` [PATCH v14 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v14 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v14 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v14 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v14 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v13 0/5] Enable automatic SVN updates for SGX enclaves
2025-08-13 13:56 UTC (10+ messages)
` [PATCH v13 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v13 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v13 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v13 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v13 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v11 0/5] Enable automatic SVN updates for SGX enclaves
2025-08-12 16:18 UTC (24+ messages)
` [PATCH v11 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v11 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v11 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v11 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v11 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v12 0/5] Enable automatic SVN updates for SGX enclaves
2025-08-12 4:56 UTC (12+ messages)
` [PATCH v12 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v12 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v12 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v12 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v12 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[CfP] Confidential Computing Microconference @ LPC 2025
2025-08-11 18:21 UTC
[PATCH v10 0/6] Enable automatic SVN updates for SGX enclaves
2025-08-05 10:11 UTC (18+ messages)
` [PATCH v10 1/6] x86/sgx: Convert sgx_(vepc_)open to __sgx_(vepc_)open
` [PATCH v10 2/6] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v10 3/6] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v10 4/6] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v10 5/6] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v10 6/6] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v9 0/6] Enable automatic SVN updates for SGX enclaves
2025-07-28 15:45 UTC (16+ messages)
` [PATCH v9 1/6] x86/sgx: Convert sgx_(vepc_)open to __sgx_(vepc_)open
` [PATCH v9 2/6] x86/sgx: Introduce a counter to count the sgx_(vepc_)open()
` [PATCH v9 3/6] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v9 4/6] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v9 5/6] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v9 6/6] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v8 0/5] Enable automatic SVN updates for SGX enclaves
2025-07-22 6:46 UTC (15+ messages)
` [PATCH v8 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open()
` [PATCH v8 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v8 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v8 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v8 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH v7 0/5] Enable automatic SVN updates for SGX enclaves
2025-07-14 15:37 UTC (10+ messages)
` [PATCH v7 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open()
` [PATCH v7 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v7 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v7 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v7 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
[PATCH] x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>
2025-06-24 20:49 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox