public inbox for linux-sgx@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-17 06:19:19 to 2026-02-02 17:03:46 UTC [more...]

[PATCH v4 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
 2026-02-02 17:02 UTC  (30+ 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 v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-28 16:44 UTC  (31+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v2] x86/sgx: use vm_flags_t for vm_prot_bits
 2026-01-25 14:46 UTC  (5+ messages)

[PATCH] x86/sgx: use vm_flags_t for vm_prot_bits
 2026-01-25 14:45 UTC  (4+ messages)

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (29+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH] MAINTAINERS: adjust file entry in INTEL SGX
 2026-01-19 22:29 UTC  (2+ messages)

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[daveh-devel:testme] [x86/entry/vdso] 4a3273d119: kernel-selftests.vDSO.make.fail
 2026-01-16  8:57 UTC 

[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  (6+ messages)
` [PATCH v16 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox