messages from 2022-09-12 10:01:13 to 2022-11-11 18:36:48 UTC [more...]
[PATCH 00/26] Add Cgroup support for SGX EPC memory
2022-11-11 18:35 UTC (17+ messages)
` [PATCH 01/26] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
` [PATCH 02/26] x86/sgx: Store struct sgx_encl when allocating new va pages
` [PATCH 03/26] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
` [PATCH 04/26] x86/sgx: Use sgx_epc_lru for existing active page list
` [PATCH 05/26] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
` [PATCH 06/26] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [PATCH 07/26] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
` [PATCH 08/26] x86/sgx: Add EPC page flags to identify type of page
` [PATCH 09/26] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [PATCH 10/26] x86/sgx: Return the number of EPC pages that were successfully reclaimed
` [PATCH 11/26] x86/sgx: Add option to ignore age of page during EPC reclaim
` [PATCH 12/26] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
` [PATCH 13/26] x86/sgx: Prepare for multiple LRUs
` [PATCH 14/26] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [PATCH 15/26] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [PATCH 16/26] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
[PATCH] x86/sgx: Add overflow check in sgx_validate_offset_length()
2022-11-08 19:08 UTC (3+ messages)
[RFC PATCH v3 0/4] x86/sgx: implement support for MADV_WILLNEED
2022-11-07 22:02 UTC (5+ messages)
` [RFC PATCH v3 1/4] x86/sgx: Export sgx_encl_eaug_page
` [RFC PATCH v3 2/4] x86/sgx: Implement support for MADV_WILLNEED
` [RFC PATCH v3 3/4] selftests/sgx: add len field for EACCEPT op
` [RFC PATCH v3 4/4] selftests/sgx: Add test for madvise(..., WILLNEED)
[PATCH v9 0/3] x86/sgx: fine grained SGX MCA behavior
2022-11-07 12:19 UTC (46+ messages)
` [PATCH v9 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
` [PATCH v9 2/3] x86/sgx: Introduce union with vepc_vaddr field for virtualization case
` [PATCH v9 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization
[RFC PATCH v2 0/4] x86/sgx: implement support for MADV_WILLNEED
2022-11-01 18:24 UTC (8+ messages)
` [RFC PATCH v2 1/4] x86/sgx: Export sgx_encl_eaug_page
` [RFC PATCH v2 2/4] x86/sgx: Implement support for MADV_WILLNEED
` [RFC PATCH v2 3/4] selftests/sgx: add len field for EACCEPT op
` [RFC PATCH v2 4/4] selftests/sgx: Add test for madvise(..., WILLNEED)
[PATCH 0/3] Minor improvements to sgx_init()
2022-11-01 2:41 UTC (7+ messages)
` [PATCH 1/3] x86/sgx: Start the ksgxd() at the end of sgx_init()
` [PATCH 2/3] x86/sgx: Only run the reclaimer when the native SGX driver is enabled
` [RESEND PATCH 3/3] x86/sgx: Add xa_store_range() return value check in sgx_setup_epc_section()
[RESEND PATCH v3] KVM: VMX: Allow exposing EDECCSSA user leaf function to KVM guest
2022-11-01 2:24 UTC
[PATCH V2] x86/sgx: Reduce delay and interference of enclave release
2022-11-01 1:28 UTC (4+ messages)
[PATCH] x86/sgx: Reduce delay and interference of enclave release
2022-11-01 0:52 UTC (4+ messages)
[RFC PATCH 0/4] x86/sgx: implement support for MADV_WILLNEED
2022-11-01 0:49 UTC (9+ messages)
` [RFC PATCH 1/4] x86/sgx: Export sgx_encl_eaug_page
` [RFC PATCH 2/4] x86/sgx: Implement support for MADV_WILLNEED
` [RFC PATCH 3/4] selftests/sgx: add len field for EACCEPT op
` [RFC PATCH 4/4] selftests/sgx: Add test for madvise(..., WILLNEED)
[syzbot] WARNING in vcpu_enter_guest (2)
2022-10-26 16:51 UTC (3+ messages)
[PATCH 0/5] mm: cleanup with VM_ACCESS_FLAGS
2022-10-23 20:09 UTC (8+ messages)
` [PATCH 1/5] nios2: remove unused INIT_MMAP
` [PATCH 2/5] x86/sgx: use VM_ACCESS_FLAGS
` [PATCH 3/5] mm: mprotect: "
` [PATCH 4/5] mm: debug_vm_pgtable: "
` [PATCH 5/5] amdgpu: "
[PATCH] x86/sgx: Replace kmap/kunmap_atomic calls
2022-10-13 16:03 UTC (15+ messages)
[RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-10-07 16:46 UTC (43+ messages)
` [RFC PATCH 01/20] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
` [RFC PATCH 02/20] x86/sgx: Store EPC page owner as a 'void *' to handle multiple users
` [RFC PATCH 03/20] x86/sgx: Track owning enclave in VA EPC pages
` [RFC PATCH 04/20] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
` [RFC PATCH 05/20] x86/sgx: Introduce unreclaimable EPC page lists
` [RFC PATCH 06/20] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [RFC PATCH 07/20] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
` [RFC PATCH 08/20] x86/sgx: Add EPC page flags to identify type of page
` [RFC PATCH 09/20] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [RFC PATCH 10/20] x86/sgx: Return the number of EPC pages that were successfully reclaimed
` [RFC PATCH 11/20] x86/sgx: Add option to ignore age of page during EPC reclaim
` [RFC PATCH 12/20] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
` [RFC PATCH 13/20] x86/sgx: Prepare for multiple LRUs
` [RFC PATCH 14/20] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [RFC PATCH 15/20] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [RFC PATCH 16/20] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
` [RFC PATCH 17/20] cgroup, x86/sgx: Add SGX EPC cgroup controller
` [RFC PATCH 18/20] x86/sgx: Enable EPC cgroup controller in SGX core
` [RFC PATCH 19/20] x86/sgx: Add stats and events interfaces to EPC cgroup controller
` [RFC PATCH 20/20] docs, cgroup, x86/sgx: Add SGX EPC cgroup controller documentation
sgx_validate_offset_length bug
2022-10-04 23:13 UTC (8+ messages)
SGX Information needed
2022-09-27 8:27 UTC
[PATCH v8 0/3] x86/sgx: fine grained SGX MCA behavior
2022-09-20 4:52 UTC (11+ messages)
` [PATCH v8 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
` [PATCH v8 2/3] x86/sgx: Introduce union with vepc_vaddr field for virtualization case
` [PATCH v8 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization
[PATCH] x86/sgx: Add xa_store_range() return value check in sgx_setup_epc_section()
2022-09-15 12:50 UTC
[PATCH] x86/intel: Clear SGX bit if both SGX driver and KVM SGX are not enabled
2022-09-12 20:54 UTC (5+ messages)
[PATCH v2 0/5] Test a large dynamic heap
2022-09-12 10:40 UTC (7+ messages)
` [PATCH v2 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
[PATCH v7 0/3] x86/sgx: fine grained SGX MCA behavior
2022-09-12 10:01 UTC (5+ messages)
` [PATCH v7 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
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