Adaptive quantization cuts mobile LLM cold starts by 4x
EdgeFlow lowers precision on less critical weights to speed loading from flash while preserving accuracy on phone NPUs.
Operating Systems
Roughly includes material in ACM Subject Classes D.4.1, D.4.2., D.4.3, D.4.4, D.4.5, D.4.7, and D.4.9.
sort pith recommended most recent
EdgeFlow lowers precision on less critical weights to speed loading from flash while preserving accuracy on phone NPUs.
Keeping a finished turn's KV cache alive across short tool calls removes prefill and per-turn queueing delays.
· “Continuum: Efficient and Robust Multi-Turn LLM Agent Scheduling with KV Cache Time-to-Live”
A new meta-interface lets trusted administrators install on-device storage policies even when the OS is hostile.
· “SxSSD: A Secure and Extensible Software-defined Solid State Drive”
By running every pass in parallel, mold cuts the link step for large C++ builds from minutes to seconds.
Trading isolation for co-adaptation cuts latency up to 58% and lifts SLO attainment 1.6x, throughput 2.1x.
· “AdaSprite: Resource-efficient Online Co-Adaptation for V2I Systems Under Large-scale Data Drifts”
Across ten apps and three production traces, non-LLM work dominates latency, memory, and cost; coordinated serving cuts latency 29-40%.
· “From LLM Inference to Agentic Workloads: Characterization and Implications for Serving Systems”
CoRun isolates prefill and pads decode, so the same prompt yields the same tokens no matter what runs alongside it.
· “CoRun: Padding is Simple and Efficient for Deterministic LLM Inference”
A PSI-triggered 96 MiB write to cgroup v2 improves compute tail latency but leaves SQLite unchanged, so gains are workload-specific.
· “A Bounded Reclaim Actuator for PSI-Guided Compressed Memory: A Controlled Ablation”
Token-level eviction now reclaims up to 72.3% of retained KV blocks per request.
· “vToken: Token-Level Virtualization for Reclaimable KV Caches”
HyperFlux makes VM core counts elastic at runtime, protecting bursty tenants' tail latency without overprovisioning.
· “Offering Microsecond-Scale Cross-VM Core Elasticity on Colocated Lightweight Virtual Machines”
A frozen 851-session replay shows fixed-window schedulers leave 81.83% of cross-boundary cohort opportunity on the table.
· “Ready Cohorts: Bounding GPU Opportunity and Avoiding Host Round Trips in LLM-Agent Control”
MemSpec keeps the best draft resident and prefetches the next, hitting 95-97% of an oracle schedule.
One high-level specification yields addmap, setperms, delmap, and a simulator-side MMU, checked by an SMT solver.
Shaves 100+ ms from cold starts by overlapping platform setup with app initialization.
· “Fast end-to-end cloud application cold-start with initscripts”
One weight set gives 6-hour detail for two weeks and 24-hour stability for month-long rollouts.
· “Timestep-Conditioned Transformers for Global Weather Forecasting”
eMicro checks a request against its whole workflow history in the kernel, not just the last hop.
· “eMicro: Real-Time Multi-Hop Access Control for Microservices with eBPF”
A production fleet study shows fragmented execution, and a prototype reclaims the slack while protecting tail latency.
Autonomous policies beat expert baselines on placement, scaling, and power, cutting design effort from months to hours.
· “AtumAI: A Principled Framework for Agentic Generation of Datacenter Control-Plane Policies”
Knowledge base and multi-agent pipeline hit 90% evasion on Windows Defender and 86.7% on Trend Micro.
· “Mutate to Bypass: Autonomous Endpoint Evasion via Knowledge-Driven Multi-Agent Orchestration”
In 60 runs, a position-persisting collector lost all retained logs whenever recovery required rediscovering an exited or restarted source.
A six-scanner census of top images finds 96.3% carry a known flaw — and 66.8% of flaws are seen by only one tool.
· “Vulnerabilities, Secrets and Misconfiguration in the Highest-Exposure Docker Hub Images”
Beneath the OS, an unmodified ext2 becomes its own oracle and the clock becomes a search axis.
· “Themis: A Filesystem Model Checker That Owns the Machine”
Across 505 tasks, the failure is incomplete edge-case reasoning and suboptimal code, not instruction following.
· “Benchmarking LLMs on File System Design and Implementation”
Deductive checks on production kernels show deadline order holds under stated infrastructure assumptions
· “Deductive Verification for Earliest Deadline First Scheduler Implementations”
Push-button TLA+ model checking over 48 projects replays each violation as a code-level test.
· “Specula: Scaling formal specifications for autonomous model checking of system code”
KernelScript unifies maps, program handles, and execution domains in one source, so silent runtime corruption becomes a compile error.
· “KernelScript: Cross-Boundary Typed DSL for eBPF Applications”
A precise definition lets engineers and regulators tell real autonomy from a marketing label.
· “Defining AI-Native Systems: Autonomy as Revision Authority”
Removing an agent's leftover search edits yields smaller, reviewable patches with no test-visible behavior change.
· “TRIM: Reducing AI-Generated CodeSlop via Agent Trajectory Minimization”
SuperPass targets the runqueue wait that causes priority inversion, cutting janky frames by 29% with 0.74% CPU overhead.
· “SuperPass: Fast-Tracking Blocking Threads to Mitigate Priority Inversion on Mobile Devices”
The deciding factor is storage: buffered shared files leak; direct I/O and dedicated block devices don't.
Synchronous RL stays on-policy while a hybrid of suffix reuse and cache-aware scheduling removes the rollout bottleneck.
· “WAR: Workload-Aware Rollouts for Synchronous Agentic Reinforcement Learning”
By pairing models with offset kernel bursts, Roomie keeps latency violations near 10% under heavy load.
· “Roomie: Interference-Aware Colocation for Efficient Model Serving”
A three-stage governor decouples tenant budgets from hardware speed and topology in disaggregated storage.
· “Hardware-Transparent I/O Governance in Disaggregated Heterogeneous Storage”
Efficient waiting hands headroom back to active cores—so microsecond reallocation may cost more than it returns.
· “Rethinking Polling Efficiency in Service Core Network Stacks”
Elastic pages and latency-driven placement deliver 1.5x-2.2x speedups over CXL-only memory and near-linear scaling.
· “Scaling Unmodified Multithreaded Applications with Elastic CXL-based Distributed Shared Memory”
Workload-aware support beats one fixed SIMD extension, especially for mixed-precision LLMs.
A per-channel bit allocator plus compile-time layout makes fractional weights run on ordinary CPUs.
· “PolyQ: Codesigning End-to-End Quantization Framework for Scalable Edge CPU LLM Inference”
MARS reorganizes page-cache work inside one read, reaching 36.87 GiB/s on five NVMe drives without changing read().
· “MARS: Multi-stage Accelerated Read Stack for Large-buffer Buffered Reads”
Lock-free shared rings and zero-copy tensors meet a 50 µs budget without doubling 64 KB RAM
· “Cross-Core Inference Offload as an Operating-System Service on Dual-Core Microcontrollers”
Priority scheduling and per-frame arena reset keep microcontroller neural work heap-free and constant-footprint
Four subsystems cut fragmentation, state hygiene, and model lifecycle chores for edge AI
SOCI builds a seekable index over unmodified OCI images, letting containers fetch only the files they need at startup via HTTP range request
· “Seekable OCI: Lazy-Loading Container Images via Range-Request Indexing”
DDB embeds causality metadata in RPCs and virtualizes each process's clock, enabling GDB-style interactive debugging across 122-process分布式系统
· “DDB: Source-Level Interactive Debugging for Distributed Applications”
A Monitor-plus-trampoline model turns multi-index permission tables into three standard isolation patterns
On real silicon, elastic cores beat static partitions at intermediate duty and return in 0.22 µs
Moving multi-device fan-out into the SPDK backend replaces N stack traversals with one.
· “Cross-IP Request Coalescing: Relocating the Fan-out Point in Virtualized I/O”
Localizing where the verifier's safety proof disappeared lifts LLM repair by 11–21 points
· “Characterizing and Bridging the Diagnostic Gap in eBPF Verifier Rejections”
Five layers unify multi-rate closed-loop inference across edge devices, robots, and simulators.
· “Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots”
Route the offload through the suspend/resume machinery every concurrent server already ships
· “Fine-Grained Computation Offload for Off-the-Shelf Servers in Tens of Lines”
Federated execution logs confirm interrupt cadence, ring-buffer evolution, packetization, and physical-logical jitter.
· “Ensuring Deterministic Timing in a Federated GNSS Correction Pipeline with Lingua Franca”
End-to-end system protects models and data from cloud operators and Kubernetes admins while measuring overhead on TDX with H200.
LUMOS turns native OS data into stable semantic blueprints with identifiers and actions for direct control.
· “LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI Agents”
ActPlane uses an IFC DSL to catch indirect violations with 1.9-8.4 percent overhead.
· “ActPlane: Programmable OS-Level Policy Enforcement for Agent Harnesses”
Each operation pairs a verifier-checked eBPF sequence with a native emit, delivering up to 24% microbenchmark gains while keeping TCB minima
· “Kops: Safely Extending the eBPF Compilation Pipeline with Native Operations”
Hot working-set pages sit in low-latency CXL while cold pages live in RDMA, with zero pages dropped entirely from the snapshot format.
· “Aquifer: Hierarchical Memory Pooling with CXL and RDMA for MicroVM Snapshots”
Prediction from outside the regulated cores lowers contention effects on SPEC benchmarks by enforcing per-core bandwidth allocations.
· “LMS-AR: LMS Prediction-based Adaptive Regulator for Memory Bandwidth in Multicore Systems”
AOHP adds three OS mechanisms so agents finish more tasks, spend fewer tokens, and respect security rules on existing Android devices.
· “AOHP: An Open-Source OS-Level Agent Harness for Personalized, Efficient and Secure Interaction”
Recallable isolation lets normal OS manage protected memory and NPU without reading contents.
Model-structure predictions pick frequency settings that save power on phones, laptops, and boards while preserving response quality.
Datapath, compiler format, weight compression, and command protocol detailed across A11 to A18 and M1 to M5 chips.
· “Apple Neural Engine: Architecture, Programming, and Performance”
Agents declare structured goals; the system builds constrained environments with mediation and auditing instead of granting direct resource
· “AgenticOS: An Intent-Oriented Secure Operating System Architecture for Autonomous AI Agents”
Copy-on-write faults move wear-leveling and caching to the kernel, letting simpler DIMM hardware match DRAM speed on read-heavy tasks.
Three software mechanisms break contiguous layouts so PCIe and HBM attacks see incoherent data, while inference runs at near-native speed.
· “CloakLM: Obfuscating GPU Memory Layout to Mitigate Model Ex-filtration for Serving”
A task-level boundary stages effects, tracks lineage, and validates the full flow so agents can roll back or audit before irreversible actio
Sender-side scheme delivers critical messages 300 of 300 where FIFO delivers zero; QUIC with per-stream isolation is the escape.
One portable eBPF binary reconstructs every request and names the pathologies that own your p99.
· “uringscope: Portable, Low-Overhead Observability for io_uring”
High-frequency requests and clock-locked outputs enable real-time accompaniment across varying network delays, with quality tied to timing p
· “Real-Time Language Model Jamming: A Case Study for Live Music Accompaniment Generation”
FMplex cuts latency up to 80 percent versus separate instances by letting customized tasks share the same foundation model while keeping iso
· “FMplex: Model Virtualization for Serving Extensible Foundation Models”
Metadata approach supports multiple runtimes on Cortex-M boards with at most 4 ms overhead per call.
Authors encode fine-grained rules with process status and apply them to SELinux to test validity and expressiveness.
· “Policy Description Language for Authorization using Logic-Based Programming”
Tracking state lets policies distinguish intended file accesses from malicious or erroneous ones.
· “TOMOYO Linux: A Mandatory Access Control Method Based on Application Execution State”
Client shims route calls to a trusted worker that owns the context and guards memory with PTX injection.
· “AgileOS: A GPU Operating System Layer for Protected CUDA Services”
Lifecycle simulator finds manufacturing emissions outweigh efficiency gains under light loads or clean grids.
A GPU-centric stack lets GPUs start I/O to remote SSDs directly, cutting application times by 31 percent.
· “GNStor: Design of GPU-Native High-Performance Remote All-Flash Array”
Identifying these cycles structurally lets systems avoid self-sustaining bad behavior even without overload.
MORI places KV cache by ranking programs on a continuous busy-idle spectrum so GPU and CPU capacities stay matched on real coding traces.
Switching perception between robot and edge compute keeps tail latency low and CPU headroom healthy.
· “Edge-Based QoS-Aware Adaptive Task Placement: A Closed-Loop Control in Multi-Robot Systems”
LLVM pass records structured entry and return data via KCOV extension for value-aware mutation and root-cause analysis.
· “Beyond Edge Coverage: Per-Task Data-Flow Extraction at Kernel Function Boundaries via LLVM”
Disaggregated prefill-decode and hierarchical KV caching improve cache reuse and throughput over vLLM and SGLang in production traffic.
It moves database semantics into storage scheduling so OLTP and analytical workloads share hardware with stable latency and no cross-tenant
· “IORM: Hierarchical I/O Governance for Thousands of Consolidated Databases on Oracle Exadata”