[daveh-devel:testme] [x86/entry/vdso] 4a3273d119: kernel-selftests.vDSO.make.fail
2026-01-16 8:57 UTC
[PATCH v4 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
2026-01-16 3:58 UTC (29+ messages)
` [PATCH v4 01/10] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v4 02/10] x86/entry/vdso: move vdso2c to arch/x86/tools
` [PATCH v4 03/10] x86/entry/vdso: refactor the vdso build
` [PATCH v4 04/10] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v4 05/10] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v4 06/10] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v4 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v4 08/10] x86/vdso: abstract out vdso system call internals
` [PATCH v4 09/10] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v4 10/10] x86/entry/vdso32: when using int $0x80, use it directly
` [PATCH v4.1 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
` [PATCH v4.1 01/10] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v4.1 02/10] x86/entry/vdso: move vdso2c to arch/x86/tools
` [PATCH v4.1 03/10] x86/entry/vdso: refactor the vdso build
` [PATCH v4.1 04/10] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v4.1 05/10] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v4.1 06/10] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v4.1 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v4.1 08/10] x86/vdso: abstract out vdso system call internals
` [PATCH v4.1 09/10] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v4.1 10/10] x86/entry/vdso32: when using int $0x80, use it directly
[PATCH] x86/sgx: Use goto to remove redundant if check in sgx_encl_init
2025-12-13 19:14 UTC (8+ messages)
[PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
2025-12-11 22:01 UTC (2+ messages)
[PATCH 0/5] x86/sgx: Fix kernel-doc warnings
2025-11-19 2:28 UTC (16+ messages)
` [PATCH 1/5] x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
` [PATCH 2/5] x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
` [PATCH 3/5] x86/sgx: Document structs and enums with '@', not '%'
` [PATCH 4/5] x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
` [PATCH 5/5] x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute
[PATCH] x86/sgx: fix enum kernel-doc notation
2025-11-16 9:37 UTC (2+ messages)
[PATCH v2 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
2025-11-14 21:08 UTC (16+ messages)
` [PATCH v2 1/9] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v2 2/9] x86/entry/vdso: refactor the vdso build
` [PATCH v2 3/9] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v2 4/9] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v2 5/9] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v2 6/9] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v2 7/9] x86/vdso: abstract out vdso system call internals
` [PATCH v2 8/9] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v2 9/9] x86/entry/vdso32: when using int $0x80, use it directly
[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
2025-11-14 9:03 UTC (6+ messages)
` [PATCH 1/4] x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
` [PATCH 2/4] x86/mtrr: Drop unnecessary export of "mtrr_state"
` [PATCH 3/4] x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
` [PATCH 4/4] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
[PATCH v3 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
2025-11-13 22:41 UTC (16+ messages)
` [PATCH v3 1/9] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v3 2/9] x86/entry/vdso: refactor the vdso build
` [PATCH v3 3/9] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v3 4/9] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v3 5/9] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v3 6/9] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v3 7/9] x86/vdso: abstract out vdso system call internals
` [PATCH v3 8/9] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v3 9/9] x86/entry/vdso32: when using int $0x80, use it directly
[PATCH v3 0/3] x86/entry/vdso: clean up the vdso build, vdso updates
2025-11-12 20:21 UTC
[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 (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-08-25 13:59 UTC (4+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
[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 (16+ messages)
` [PATCH v11 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [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
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).