MEGA Hub

Valinor: Architectural Support for Fast, Energy-Efficient and Programmable Physical Memory Allocation

Authors

Do you know Konstantinos Kanellopoulos?You can claim authorship or link another user.Do you know Spiros Galanopoulos?You can claim authorship or link another user.Do you know Konstantinos Sgouras?You can claim authorship or link another user.Do you know Vlad-Petru Nitu?You can claim authorship or link another user.Do you know Ilias Papalamprou?You can claim authorship or link another user.Do you know Andreas Kosmas Kakolyris?You can claim authorship or link another user.Do you know Rahul Bera?You can claim authorship or link another user.Do you know Dimosthenis Masouros?You can claim authorship or link another user.Do you know Dimitrios Soudris?You can claim authorship or link another user.Do you know Onur Mutlu?You can claim authorship or link another user.

Abstract

Physical memory allocation establishes virtual-to-physical mappings on demand. In current systems, each minor page fault traps into the kernel and triggers pipeline flushes, stalls, and a long sequence of allocation steps that can cost tens of thousands of cycles. These overheads are increasingly significant for short-lived workloads such as serverless functions and microservices, where minor faults can account for up to 54% of runtime and up to 40% of system energy. Prior hardware allocation proposals avoid traps and context switches, but either sacrifice useful placement optimizations or rely on fixed-function logic that cannot adapt to new policies or changing hardware conditions. We present Valinor, a hardware-OS cooperative memory allocation substrate that combines software flexibility with hardware-class performance. Valinor introduces a programmable hardware allocation engine that executes compact OS-supplied allocation libraries at close to fixed-hardware speed. It supports diverse policies, including short-lived object allocators, integrity mechanisms, and hardware-telemetry-guided placement. We implement Valinor on a BOOM RISC-V soft core running Linux and in a full-system simulator. On real hardware, Valinor accelerates allocation by 17x, improves end-to-end performance by 16%, and reduces energy consumption by up to 8%. Full-system simulation further evaluates the programmable allocation engine and six allocation libraries, showing that Valinor provides hardware-class performance without sacrificing programmability.

Community

00