Inferencium Linux-based kernel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
inference e7abe588dc
Update Linux from version 6.1.20 to 6.1.21.
3 days ago
Documentation Update Linux from version 6.1.20 to 6.1.21. 3 days ago
LICENSES Add Linux 6.1 kernel source code. 3 months ago
arch Update Linux from version 6.1.20 to 6.1.21. 3 days ago
block Update Linux from version 6.1.20 to 6.1.21. 3 days ago
certs Update Linux from version 6.1.10 to 6.1.11. 1 month ago
crypto Update Linux from version 6.1.15 to 6.1.16. 2 weeks ago
drivers Update Linux from version 6.1.20 to 6.1.21. 3 days ago
fs Update Linux from version 6.1.20 to 6.1.21. 3 days ago
include Update Linux from version 6.1.20 to 6.1.21. 3 days ago
init Update Linux from version 6.1.5 to 6.1.6. 2 months ago
io_uring Update Linux from version 6.1.20 to 6.1.21. 3 days ago
ipc Apply Linux version 6.1.2 incremental patch to update kernel from version 6.1.1. 3 months ago
kernel Update Linux from version 6.1.20 to 6.1.21. 3 days ago
lib Update Linux from version 6.1.15 to 6.1.16. 2 weeks ago
mm Update Linux from version 6.1.20 to 6.1.21. 3 days ago
net Update Linux from version 6.1.20 to 6.1.21. 3 days ago
rust Update Linux from version 6.1.9 to 6.1.10. 2 months ago
samples Update Linux from version 6.1.8 to 6.1.9. 2 months ago
scripts Update Linux from version 6.1.20 to 6.1.21. 3 days ago
security Update Linux from version 6.1.15 to 6.1.16. 2 weeks ago
sound Update Linux from version 6.1.20 to 6.1.21. 3 days ago
tools Update Linux from version 6.1.20 to 6.1.21. 3 days ago
usr Add Linux 6.1 kernel source code. 3 months ago
virt Update Linux from version 6.1.15 to 6.1.16. 2 weeks ago
.clang-format Add Linux 6.1 kernel source code. 3 months ago
.cocciconfig Add Linux 6.1 kernel source code. 3 months ago
.get_maintainer.ignore Add Linux 6.1 kernel source code. 3 months ago
.gitattributes Add Linux 6.1 kernel source code. 3 months ago
.gitignore Add Linux 6.1 kernel source code. 3 months ago
.mailmap Add Linux 6.1 kernel source code. 3 months ago
.rustfmt.toml Add Linux 6.1 kernel source code. 3 months ago
COPYING Add Linux 6.1 kernel source code. 3 months ago
CREDITS Add Linux 6.1 kernel source code. 3 months ago
Kbuild Add Linux 6.1 kernel source code. 3 months ago
Kconfig Add Linux 6.1 kernel source code. 3 months ago
LICENSE.md Add file extension to license. 3 months ago
MAINTAINERS Update Linux from version 6.1.13 to 6.1.14. 4 weeks ago
Makefile Update Linux from version 6.1.20 to 6.1.21. 3 days ago
README Add Linux 6.1 kernel source code. 3 months ago
README.md State upstream patches and versioning are closely followed. 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.