12 مستودعات
Projects that extend or interact with the Linux kernel via modules.
Explore 12 awesome GitHub repositories matching part of an awesome list · Kernel Modules. Refine with filters or upvote what's useful.
This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s
Supports reliable system extension through safe abstractions that interface with standard build systems.
KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.
Interface for dynamically executing scripts within the kernel.
An experimental HTTP server implemented as Linux kernel module
Experimental HTTP server implemented as a kernel module.
Implementation of the Homa transport protocol as a kernel module.