|
3 days ago | |
---|---|---|
Documentation | 3 days ago | |
LICENSES | 3 months ago | |
arch | 3 days ago | |
block | 3 days ago | |
certs | 1 month ago | |
crypto | 2 weeks ago | |
drivers | 3 days ago | |
fs | 3 days ago | |
include | 3 days ago | |
init | 2 months ago | |
io_uring | 3 days ago | |
ipc | 3 months ago | |
kernel | 3 days ago | |
lib | 2 weeks ago | |
mm | 3 days ago | |
net | 3 days ago | |
rust | 2 months ago | |
samples | 2 months ago | |
scripts | 3 days ago | |
security | 2 weeks ago | |
sound | 3 days ago | |
tools | 3 days ago | |
usr | 3 months ago | |
virt | 2 weeks ago | |
.clang-format | 3 months ago | |
.cocciconfig | 3 months ago | |
.get_maintainer.ignore | 3 months ago | |
.gitattributes | 3 months ago | |
.gitignore | 3 months ago | |
.mailmap | 3 months ago | |
.rustfmt.toml | 3 months ago | |
COPYING | 3 months ago | |
CREDITS | 3 months ago | |
Kbuild | 3 months ago | |
Kconfig | 3 months ago | |
LICENSE.md | 3 months ago | |
MAINTAINERS | 4 weeks ago | |
Makefile | 3 days ago | |
README | 3 months ago | |
README.md | 1 month ago |
README.md
Inferencium Kernel
Inferencium Kernel is a Linux kernel stripping and hardening project which implements security and privacy patches from various sources while removing obsolete and edge-case code from the kernel. It targets 64-bit systems in order to provide larger address space and address the issues of 32-bit, thus 32-bit is out of scope. Currently targeted architectures are x86-64 and AArch64; all other architectures are out of scope. All upstream patch updates are closely followed and the kernel is kept aggressively up-to-date.
Licensing
All content is licensed under GPL-2.0-only license.
Security
All files are checked for security issues; however, it is always the user's responsibility to
audit the code before installing and/or executing it.
Inferencium takes no responsibility for any security issues which may arise due to usage of this
repository.
Branches
dev
Development branch. All pre-alpha development and alpha testing happens here.
beta
Beta branch. All beta testing happens here.
stable
Stable branch. Complete and stable versions are stored here.