Linux SGX
[Prev Page][Next Page]
- [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching,
Sean Christopherson
- [PATCH v3 01/57] KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID, Sean Christopherson
- [PATCH v3 02/57] KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}(), Sean Christopherson
- [PATCH v3 03/57] KVM: x86: Do all post-set CPUID processing during vCPU creation, Sean Christopherson
- [PATCH v3 04/57] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup, Sean Christopherson
- [PATCH v3 05/57] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX, Sean Christopherson
- [PATCH v3 06/57] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement, Sean Christopherson
- [PATCH v3 07/57] KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries, Sean Christopherson
- [PATCH v3 08/57] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry(), Sean Christopherson
- [PATCH v3 09/57] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes, Sean Christopherson
- [PATCH v3 10/57] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h, Sean Christopherson
- [PATCH v3 11/57] KVM: x86/pmu: Drop now-redundant refresh() during init(), Sean Christopherson
- [PATCH v3 12/57] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation, Sean Christopherson
- [PATCH v3 13/57] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation, Sean Christopherson
- [PATCH v3 14/57] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed, Sean Christopherson
- [PATCH v3 15/57] KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS, Sean Christopherson
- [PATCH v3 16/57] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test, Sean Christopherson
- [PATCH v3 17/57] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior, Sean Christopherson
- [PATCH v3 18/57] KVM: x86: Zero out PV features cache when the CPUID leaf is not present, Sean Christopherson
- [PATCH v3 19/57] KVM: x86: Don't update PV features caches when enabling enforcement capability, Sean Christopherson
- [PATCH v3 20/57] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf(), Sean Christopherson
- [PATCH v3 21/57] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID, Sean Christopherson
- [PATCH v3 22/57] KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code, Sean Christopherson
- [PATCH v3 23/57] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init(), Sean Christopherson
- [PATCH v3 24/57] KVM: x86: Add a macro to init CPUID features that are 64-bit only, Sean Christopherson
- [PATCH v3 25/57] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features, Sean Christopherson
- [PATCH v3 26/57] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper, Sean Christopherson
- [PATCH v3 27/57] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions, Sean Christopherson
- [PATCH v3 28/57] KVM: x86: Harden CPU capabilities processing against out-of-scope features, Sean Christopherson
- [PATCH v3 29/57] KVM: x86: Add a macro to init CPUID features that ignore host kernel support, Sean Christopherson
- [PATCH v3 30/57] KVM: x86: Add a macro to init CPUID features that KVM emulates in software, Sean Christopherson
- [PATCH v3 31/57] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2, Sean Christopherson
- [PATCH v3 32/57] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID, Sean Christopherson
- [PATCH v3 33/57] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base, Sean Christopherson
- [PATCH v3 34/57] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find(), Sean Christopherson
- [PATCH v3 35/57] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find(), Sean Christopherson
- [PATCH v3 36/57] KVM: x86: Remove all direct usage of cpuid_entry2_find(), Sean Christopherson
- [PATCH v3 37/57] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID, Sean Christopherson
- [PATCH v3 38/57] KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID, Sean Christopherson
- [PATCH v3 39/57] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap", Sean Christopherson
- [PATCH v3 40/57] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps, Sean Christopherson
- [PATCH v3 41/57] KVM: x86: Initialize guest cpu_caps based on guest CPUID, Sean Christopherson
- [PATCH v3 42/57] KVM: x86: Extract code for generating per-entry emulated CPUID information, Sean Christopherson
- [PATCH v3 43/57] KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature, Sean Christopherson
- [PATCH v3 44/57] KVM: x86: Initialize guest cpu_caps based on KVM support, Sean Christopherson
- [PATCH v3 45/57] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime, Sean Christopherson
- [PATCH v3 47/57] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support, Sean Christopherson
- [PATCH v3 46/57] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf, Sean Christopherson
- [PATCH v3 48/57] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features, Sean Christopherson
- [PATCH v3 49/57] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has(), Sean Christopherson
- [PATCH v3 50/57] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps, Sean Christopherson
- [PATCH v3 51/57] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps, Sean Christopherson
- [PATCH v3 52/57] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data, Sean Christopherson
- [PATCH v3 53/57] KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed, Sean Christopherson
- [PATCH v3 54/57] KVM: x86: Rename "SF" macro to "SCATTERED_F", Sean Christopherson
- [PATCH v3 56/57] KVM: x86: Explicitly track feature flags that are enabled at runtime, Sean Christopherson
- [PATCH v3 57/57] KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps, Sean Christopherson
- [PATCH v3 55/57] KVM: x86: Explicitly track feature flags that require vendor enabling, Sean Christopherson
- Re: [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching, Maxim Levitsky
- Re: [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching, Sean Christopherson
- [RESEND PATCH] x86/sgx: Use vmalloc_array() instead of vmalloc(),
Thorsten Blum
- [PATCH] x86/sgx: Use vmalloc_array() instead of vmalloc(),
Thorsten Blum
- [PATCH v6 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
- VMA merging updateds?,
Jarkko Sakkinen
- [PATCH v2 0/2] SGX NUMA fix,
Aaron Lu
- [PATCH] x86/sgx: Log information when a node lacks an EPC section, Aaron Lu
- [PATCH v17 00/16] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v17 01/16] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v17 02/16] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v17 08/16] x86/sgx: Encapsulate uses of the global LRU, Haitao Huang
- [PATCH v17 03/16] cgroup/misc: Expose APIs for SGX driver, Haitao Huang
- [PATCH v17 04/16] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v17 09/16] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v17 11/16] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v17 12/16] x86/sgx: Implement direct reclamation for cgroups, Haitao Huang
- [PATCH v17 05/16] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v17 06/16] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v17 13/16] x86/sgx: Revise global reclamation for EPC cgroups, Haitao Huang
- [PATCH v17 16/16] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- [PATCH v17 07/16] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v17 10/16] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v17 14/16] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v17 15/16] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH] x86/sgx: Fix deadloop in __sgx_alloc_epc_page(),
Aaron Lu
- [PATCH v4] x86/cpu: Adjust the error message when BIOS does not support SGX, WangYuli
- [PATCH v3] x86/cpu: Adjust the error message when BIOS does not support SGX,
WangYuli
- [PATCH] x86/sgx: Fix a W=1 build warning in function comment,
Kai Huang
- [PATCH v5 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
- [PATCH v16 00/16] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v16 01/16] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v16 02/16] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v16 03/16] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v16 04/16] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v16 05/16] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v16 06/16] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v16 08/16] x86/sgx: Encapsulate uses of the global LRU, Haitao Huang
- [PATCH v16 07/16] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v16 09/16] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v16 10/16] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v16 11/16] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v16 12/16] x86/sgx: Revise global reclamation for EPC cgroups, Haitao Huang
- [PATCH v16 13/16] x86/sgx: implement direct reclamation for cgroups, Haitao Huang
- [PATCH v16 14/16] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v16 15/16] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH v16 16/16] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- Re: [PATCH v16 00/16] Add Cgroup support for SGX EPC memory, Mikko Ylinen
- Re: [PATCH v16 00/16] Add Cgroup support for SGX EPC memory, Jarkko Sakkinen
- [PATCH v2] x86/cpu: Adjust the error message when BIOS does not support SGX,
WangYuli
- Re: [PATCH] x86/cpufeatures: SGX: Adjust the error message when BIOS does not support SGX,
Huang, Kai
- [PATCH v4 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
- Sub, Dan Merino
- [PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk,
Edward Liaw
- [PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk,
Edward Liaw
- [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string, Edward Liaw
- [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk, Edward Liaw
- [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile, Edward Liaw
- [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 05/13] selftests/futex: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 06/13] selftests/intel_pstate: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 07/13] selftests/iommu: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 08/13] selftests/kvm: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 09/13] selftests/proc: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 10/13] selftests/resctrl: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 11/13] selftests/ring-buffer: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 12/13] selftests/riscv: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS, Edward Liaw
- Re: [PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk, Andrew Morton
- [no subject], Unknown
- [PATCH v15 00/14] Add Cgroup support for SGX EPC memory,
Huang, Haitao
- [PATCH v15 01/14] x86/sgx: Replace boolean parameters with enums, Huang, Haitao
- [PATCH v15 02/14] cgroup/misc: Add per resource callbacks for CSS events, Huang, Haitao
- [PATCH v15 03/14] cgroup/misc: Export APIs for SGX driver, Huang, Haitao
- [PATCH v15 04/14] cgroup/misc: Add SGX EPC resource type, Huang, Haitao
- [PATCH v15 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Huang, Haitao
- [PATCH v15 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Huang, Haitao
- [PATCH v15 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Huang, Haitao
- [PATCH v15 09/14] x86/sgx: Abstract check for global reclaimable pages, Huang, Haitao
- [PATCH v15 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Huang, Haitao
- [PATCH v15 10/14] x86/sgx: Implement async reclamation for cgroup, Huang, Haitao
- [PATCH v15 11/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Huang, Haitao
- [PATCH v15 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Huang, Haitao
- [PATCH v15 13/14] Docs/x86/sgx: Add description for cgroup support, Huang, Haitao
- [PATCH v15 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Huang, Haitao
- [CfP] Confidential Computing Microconference @ LPC 2024, Jörg Rödel
- Call for Registration - Confidential Computing Microconference @ LPC 2024, Jörg Rödel
- [PATCH v14 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v14 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v14 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v14 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v14 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v14 09/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v14 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v14 10/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v14 11/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v14 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v14 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH v14 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
[PATCH v5 57/68] selftests/sgx: Compile with -D_GNU_SOURCE,
Edward Liaw
[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
[PATCH v2 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
[RFC PATCH v3 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup,
Bojun Zhu
[PATCH v1 1/1] selftests/sgx: Fix the implicit declaration of asprintf() compiler error,
Mirsad Todorovac
[PATCH v3 02/68] selftests/sgx: Include KHDR_INCLUDES in Makefile, Edward Liaw
[PATCH v2 0/2] Selftests: Fix compilation warnings due to missing _GNU_SOURCE definition,
Tao Su
[PATCH v2 0/5] Define _GNU_SOURCE for sources using,
Edward Liaw
[PATCH] selftests: Add _GNU_SOURCE definition when including kselftest_harness.h,
Tao Su
[PATCH] mm: Remove mm argument from mm_get_unmapped_area(),
Rick Edgecombe
[PATCH v1 00/10] Define _GNU_SOURCE for sources using,
Edward Liaw
- [PATCH v1 01/10] selftests/sgx: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 02/10] selftests/alsa: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 03/10] selftests/hid: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 04/10] selftests/kvm: Define _GNU_SOURCE, Edward Liaw
- [PATCH v1 05/10] selftests/nci: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 06/10] selftests/net: Define _GNU_SOURCE, Edward Liaw
- [PATCH v1 07/10] selftests/prctl: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 08/10] selftests/rtc: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 09/10] selftests/tdx: Compile with -D_GNU_SOURCE, Edward Liaw
- [PATCH v1 10/10] selftests/user_events: Compiled with -D_GNU_SOURCE, Edward Liaw
- Re: [PATCH v1 00/10] Define _GNU_SOURCE for sources using, Mark Brown
[PATCH v13 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v13 01/14] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v13 02/14] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v13 03/14] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v13 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v13 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v13 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v13 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v13 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v13 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v13 09/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v13 11/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v13 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- [PATCH v13 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v13 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
[PATCH 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows,
Dmitrii Kuvaiskii
[RFC PATCH v2 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup,
Bojun Zhu
[RFC PATCH 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup,
朱伯君(杰铭)
[PATCH v12 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v12 01/14] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v12 03/14] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v12 02/14] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v12 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v12 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v12 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v12 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v12 09/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v12 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v12 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v12 11/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v12 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v12 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH v12 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
[PATCH v11 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v11 01/14] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v11 03/14] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v11 02/14] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v11 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v11 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v11 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v11 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v11 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v11 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v11 09/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v11 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v11 11/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v11 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- [PATCH v11 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- Re: [PATCH v11 00/14] Add Cgroup support for SGX EPC memory, Mikko Ylinen
[PATCH v10 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v10 01/14] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v10 02/14] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v10 03/14] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v10 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v10 09/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v10 11/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v10 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag,
Rick Edgecombe
[PATCH v2] x86/sgx: fix kernel-doc comment misuse,
Randy Dunlap
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v9 03/15] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v9 01/15] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v9 02/15] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v9 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v9 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup, Haitao Huang
- [PATCH v9 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup, Haitao Huang
- [PATCH v9 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge(), Haitao Huang
[Index of Archives]
[AMD Graphics]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]