messages from 2022-11-11 18:37:10 to 2023-03-07 14:34:23 UTC [more...]
[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
2023-03-07 14:25 UTC (18+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction
` [PATCH RFC 04/18] rust: drm: gem: Add GEM object abstraction
` [PATCH RFC 05/18] drm/gem-shmem: Export VM ops functions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 07/18] rust: drm: mm: Add DRM MM Range Allocator abstraction
` [PATCH RFC 08/18] rust: dma_fence: Add DMA Fence abstraction
` [PATCH RFC 09/18] rust: drm: syncobj: Add DRM Sync Object abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction
` [PATCH RFC 13/18] drm/gem: Add a flag to control whether objects can be exported
` [PATCH RFC 14/18] rust: drm: gem: Add set_exportable() method
` [PATCH RFC 15/18] drm/asahi: Add the Asahi driver UAPI [DO NOT MERGE]
` [PATCH RFC 16/18] rust: bindings: Bind the Asahi DRM UAPI
` [PATCH RFC 17/18] rust: macros: Add versions macro
[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 (30+ 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 06/26] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [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 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
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