linux kernel 5.17

侠义书生 27cfbddac1 add print logo il y a 3 ans
Documentation f3e7ddfe3f init il y a 3 ans
LICENSES f3e7ddfe3f init il y a 3 ans
arch f3e7ddfe3f init il y a 3 ans
block f3e7ddfe3f init il y a 3 ans
certs f3e7ddfe3f init il y a 3 ans
crypto f3e7ddfe3f init il y a 3 ans
drivers f3e7ddfe3f init il y a 3 ans
fs f3e7ddfe3f init il y a 3 ans
include f3e7ddfe3f init il y a 3 ans
init 27cfbddac1 add print logo il y a 3 ans
ipc f3e7ddfe3f init il y a 3 ans
kernel f3e7ddfe3f init il y a 3 ans
lib f3e7ddfe3f init il y a 3 ans
mm f3e7ddfe3f init il y a 3 ans
net f3e7ddfe3f init il y a 3 ans
samples f3e7ddfe3f init il y a 3 ans
scripts f3e7ddfe3f init il y a 3 ans
security f3e7ddfe3f init il y a 3 ans
sound f3e7ddfe3f init il y a 3 ans
tools f3e7ddfe3f init il y a 3 ans
usr f3e7ddfe3f init il y a 3 ans
virt f3e7ddfe3f init il y a 3 ans
.clang-format f3e7ddfe3f init il y a 3 ans
.cocciconfig f3e7ddfe3f init il y a 3 ans
.get_maintainer.ignore f3e7ddfe3f init il y a 3 ans
.gitattributes f3e7ddfe3f init il y a 3 ans
.gitignore f3e7ddfe3f init il y a 3 ans
.mailmap f3e7ddfe3f init il y a 3 ans
COPYING f3e7ddfe3f init il y a 3 ans
CREDITS f3e7ddfe3f init il y a 3 ans
Kbuild f3e7ddfe3f init il y a 3 ans
Kconfig f3e7ddfe3f init il y a 3 ans
MAINTAINERS f3e7ddfe3f init il y a 3 ans
Makefile f3e7ddfe3f init il y a 3 ans
README f3e7ddfe3f init il y a 3 ans

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.