속성:Attempt
외관
직접 해본 방법이나 설정을 적습니다.
e
RCP가 user/kernel synchronization dependency와 transitive dependency를 추적하고 caching layer, block layer 등 전체 I/O path에서 현재 request를 지연시키는 I/O에 동적으로 priority를 상속한다. +
EvenDB는 공간 파티셔닝과 LSM batch I/O를 결합한다. +
실행과 exactly-once 복구 계층을 분리하고 task reference·annotation으로 비결정성을 표시한다. +
exploiting asymmetric cpu performance for fast startup of subsystem in mobile smart devices c00616ec +
CPU-switch method로 initialization phase를 main CPU에 offload하고 main CPU에 일관된 execution environment를 제공해 subsystem software의 porting 비용을 제한한다. +
Xen에서 PCIe direct pass-through로 GPU를 VM에 직접 연결하고, PCIe hot plug-in/out과 GPU-Admin/GPU-Manager로 workload 단위 coarse-grained sharing을 수행한다. +
EasyIO uses an on-chip DMA engine for asynchronous data movement, user-level task scheduling, orderless parallel data/metadata updates, two-stage locking with hardware-assisted unlock, and adaptive DMA-channel/QoS control. +
EIM makes extension capabilities/resources explicit; bpftime enforces them with eBPF verification, memory protection keys, and dynamic rewriting. +
extmem enabling application aware virtual memory management for data intensive applications 8a6dc0e4 +
ExtMem provides a Linux-compatible, backend-agnostic framework for application policies, multithreaded execution, telemetry, and incremental deployment. +
f
faasmem improving memory efficiency of serverless computing with memory pool architecture b6ab9eec +
FaaSMem groups pages into Page Buckets by allocation stage, offloads segments selectively to a memory pool, and keeps semi-warm functions alive for a bounded period. +
uProcess combines userspace interrupts and Memory Protection Keys to create a restricted privileged mode; Vessel uses it to reschedule cores and colocate latency-critical and best-effort work. +
KFlex separates kernel-resource safety from extension-resource safety, using automated verification plus lightweight runtime checks while remaining backward-compatible with eBPF. +
The system varies prompt chunks, splits outlier work to CPU/GPU, and schedules Transformer blocks out of order across CPU, GPU, and NPU. +
The compiler/linker places strategic NOPs that a transparent Kprobe implementation can patch into trapless probes across nearly all code. +
FetchBPF exposes memory-prefetch hooks and policy state through eBPF, enabling verified user-defined policies in a stock-kernel framework. +
S3-FIFO는 세 FIFO 큐와 빠른 강등으로 최근성·빈도·일회성 객체를 분리한다. +
공식 초록의 공개 부분과 제목에 따르면 연속된 레벨들의 filter 접근을 병렬화한다. 후속 2023 저널판과 동일한 세부 index prefetch까지 포함하는지는 확인할 수 없다. +
FleetIO uses multi-agent RL integrated with storage scheduling, clusters runtime traces into latency- or bandwidth-oriented types, and tunes rewards for fine-grained harvesting. +
FlexMem combines performance counters with hint faults, dynamically adjusts demotion volume, and tracks warm-page ranges. +
following the data not the function rethinking function orchestration in serverless computing 5edeca75 +
Pheromone은 data bucket과 다양한 data trigger로 데이터 소비가 다음 함수를 구동하게 한다. +
HP-UFS는 host driver와 FTL firmware가 수정 L2P mapping, valid-page bitmap/count를 host DRAM에 최신 상태로 유지하도록 협업한다. LRU 캐시, mapping writeback, crash-recovery 절차를 두고 UFS command/response의 빈 필드로 메타데이터를 piggyback한다. +