linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-11 18:36:28 to 2023-03-01 23:07:35 UTC [more...]

[PATCH v2] x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()
 2023-03-01 23:07 UTC  (2+ messages)

[RFC PATCH v4 0/4] x86/sgx: implement support for MADV_WILLNEED
 2023-02-22  1:37 UTC  (29+ messages)
` [RFC PATCH v4 1/4] x86/sgx: Export sgx_encl_eaug_page
  ` [RFC PATCH v4 2/4] x86/sgx: Implement support for MADV_WILLNEED
    ` [RFC PATCH v4 3/4] selftests/sgx: add len field for EACCEPT op
      ` [RFC PATCH v4 4/4] selftests/sgx: Add test for madvise(..., WILLNEED)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (6+ messages)
` [PATCH 34/35] Documentation: x86: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-14  1:23 UTC  (7+ messages)
` [PATCH 23/24] Documentation: x86: correct spelling

[PATCH] x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()
 2023-02-08  2:02 UTC  (5+ messages)

Quixote/TSEM: A new security architecture and eco-system for Linux
 2023-02-04  5:38 UTC 

[RFC PATCH v3 0/4] x86/sgx: implement support for MADV_WILLNEED
 2023-01-26 21:24 UTC  (11+ 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

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
 2022-12-26 20:43 UTC  (61+ messages)
` [PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
` [PATCH v2 02/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
` [PATCH v2 03/18] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
` [PATCH v2 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
` [PATCH v2 05/18] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
` [PATCH v2 06/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
` [PATCH v2 08/18] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [PATCH v2 09/18] x86/sgx: Return the number of EPC pages that were successfully reclaimed
` [PATCH v2 10/18] x86/sgx: Add option to ignore age of page during EPC reclaim
` [PATCH v2 11/18] x86/sgx: Prepare for multiple LRUs
` [PATCH v2 12/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [PATCH v2 13/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
` [PATCH v2 15/18] cgroup/misc: Add per resource callbacks for css events
` [PATCH v2 16/18] cgroup/misc: Prepare for SGX usage
` [PATCH v2 17/18] x86/sgx: Add support for misc cgroup controller
` [PATCH v2 18/18] Docs/x86/sgx: Add description for cgroup support

[PATCH v2] x86/sgx: Replace kmap/kunmap_atomic calls
 2022-11-16 22:45 UTC  (10+ messages)

[PATCH 00/26] Add Cgroup support for SGX EPC memory
 2022-11-16  1:00 UTC  (42+ 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 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 17/26] cgroup/misc: Add notifier block list support for css events
` [PATCH 18/26] cgroup/misc: Expose root_misc
` [PATCH 19/26] cgroup/misc: Expose parent_misc()
` [PATCH 20/26] cgroup/misc: allow users of misc cgroup to read specific cgroup usage
` [PATCH 21/26] cgroup/misc: allow misc cgroup consumers to read the max value
` [PATCH 22/26] cgroup/misc: Add private per cgroup data to struct misc_cg
` [PATCH 23/26] cgroup/misc: Add tryget functionality for misc controller
` [PATCH 24/26] cgroup/misc: Add SGX EPC resource type
` [PATCH 25/26] x86/sgx: Add support for misc cgroup controller
` [PATCH 26/26] Docs/x86/sgx: Add description for cgroup support


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 NNTP newsgroup(s).