huangliang 64ac61db3b 修改DMA配置,修复总线冲突导致的系统异常 1 month ago
..
Documentation 4b7a0684d9 first debug version 3 months ago
LICENSES 4b7a0684d9 first debug version 3 months ago
arch 64ac61db3b 修改DMA配置,修复总线冲突导致的系统异常 1 month ago
block 4b7a0684d9 first debug version 3 months ago
certs 4b7a0684d9 first debug version 3 months ago
crypto 4b7a0684d9 first debug version 3 months ago
drivers fc47107f95 remove compile warning in kernel except rtl8821cs 3 months ago
fs 4b7a0684d9 first debug version 3 months ago
include 4b7a0684d9 first debug version 3 months ago
init 4b7a0684d9 first debug version 3 months ago
io_uring 4b7a0684d9 first debug version 3 months ago
ipc 4b7a0684d9 first debug version 3 months ago
kernel 4b7a0684d9 first debug version 3 months ago
lib 4b7a0684d9 first debug version 3 months ago
mm 4b7a0684d9 first debug version 3 months ago
net 4b7a0684d9 first debug version 3 months ago
rust 4b7a0684d9 first debug version 3 months ago
samples 4b7a0684d9 first debug version 3 months ago
scripts 4b7a0684d9 first debug version 3 months ago
security 4b7a0684d9 first debug version 3 months ago
sound fc47107f95 remove compile warning in kernel except rtl8821cs 3 months ago
tools 4b7a0684d9 first debug version 3 months ago
usr 4b7a0684d9 first debug version 3 months ago
virt 4b7a0684d9 first debug version 3 months ago
.clang-format 4b7a0684d9 first debug version 3 months ago
.cocciconfig 4b7a0684d9 first debug version 3 months ago
.editorconfig 4b7a0684d9 first debug version 3 months ago
.get_maintainer.ignore 4b7a0684d9 first debug version 3 months ago
.gitattributes 4b7a0684d9 first debug version 3 months ago
.gitignore 4b7a0684d9 first debug version 3 months ago
.mailmap 4b7a0684d9 first debug version 3 months ago
.rustfmt.toml 4b7a0684d9 first debug version 3 months ago
COPYING 4b7a0684d9 first debug version 3 months ago
CREDITS 4b7a0684d9 first debug version 3 months ago
Kbuild 4b7a0684d9 first debug version 3 months ago
Kconfig 4b7a0684d9 first debug version 3 months ago
MAINTAINERS 4b7a0684d9 first debug version 3 months ago
Makefile 4b7a0684d9 first debug version 3 months ago
README 4b7a0684d9 first debug version 3 months 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 reStructuredText 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.