This repository stores the code for the paper uSwitch: Fast Kernel Context Isolation with Implicit Context Switches. uSwitch is a sandboxing technique that achieves fast isolation of memory and kernel resources. uSwitch is based on Intel MPK and implicit context switch, which is a technique that...
Modifying the Linux kernel (v6.1.6) to add a system call for track context switches and a kernel module to generate signals to any process. Install Linux Machine Source Config Installation Context Switch Tracker System Call Linked List On Demand Signal Generator using a Kernel Module Setup:...