Inferencium Linux-based kernel.
You cannot 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 bf00464d30
Update Linux from version 6.1.31 to 6.1.32.
23 hours ago
Documentation Update Linux from version 6.1.30 to 6.1.31. 1 week ago
LICENSES Add Linux 6.1 kernel source code. 6 months ago
arch Update Linux from version 6.1.30 to 6.1.31. 1 week ago
block Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
certs Update Linux from version 6.1.10 to 6.1.11. 4 months ago
crypto Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
drivers Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
fs Update Linux from version 6.1.30 to 6.1.31. 1 week ago
include Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
init Update Linux from version 6.1.25 to 6.1.26. 1 month ago
io_uring Update Linux from version 6.1.27 to 6.1.28. 4 weeks ago
ipc Apply Linux version 6.1.2 incremental patch to update kernel from version 6.1.1. 5 months ago
kernel Update Linux from version 6.1.30 to 6.1.31. 1 week ago
lib Update Linux from version 6.1.30 to 6.1.31. 1 week ago
mm Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
net Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
rust Update Linux from version 6.1.25 to 6.1.26. 1 month ago
samples Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
scripts Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
security Update Linux from version 6.1.27 to 6.1.28. 4 weeks ago
sound Update Linux from version 6.1.30 to 6.1.31. 1 week ago
tools Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
usr Add Linux 6.1 kernel source code. 6 months ago
virt Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
.clang-format Add Linux 6.1 kernel source code. 6 months ago
.cocciconfig Add Linux 6.1 kernel source code. 6 months ago
.get_maintainer.ignore Add Linux 6.1 kernel source code. 6 months ago
.gitattributes Add Linux 6.1 kernel source code. 6 months ago
.gitignore Add Linux 6.1 kernel source code. 6 months ago
.mailmap Add Linux 6.1 kernel source code. 6 months ago
.rustfmt.toml Add Linux 6.1 kernel source code. 6 months ago
COPYING Add Linux 6.1 kernel source code. 6 months ago
CREDITS Add Linux 6.1 kernel source code. 6 months ago
Kbuild Add Linux 6.1 kernel source code. 6 months ago
Kconfig Add Linux 6.1 kernel source code. 6 months ago
LICENSE.md Add file extension to license. 6 months ago
MAINTAINERS Update Linux from version 6.1.29 to 6.1.30. 2 weeks ago
Makefile Update Linux from version 6.1.31 to 6.1.32. 23 hours ago
README Add Linux 6.1 kernel source code. 6 months ago
readme.adoc Fix readme AsciiDoc syntax. 3 weeks ago

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.