1
0
Fork
You've already forked linux
0
No description
C 97%
Assembly 1.2%
C++ 0.6%
Shell 0.4%
Makefile 0.3%
Other 0.3%
Find a file
2021年08月17日 16:27:00 +00:00
arch Comment out ram-console initialization 2021年08月17日 16:26:40 +00:00
block Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
certs
crypto
Documentation dt-bindings: Add vendor prefix for HTC 2021年08月16日 17:48:20 +00:00
drivers Add missing include for CONFIG_ANDROID_RAM_CONSOLE_DEBUG_CONSOLE_SUSPENDED 2021年08月15日 19:25:27 +00:00
fs Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
include arch: remove compat_alloc_user_space 2021年08月13日 18:16:00 +10:00
init Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
ipc
kernel arch: remove compat_alloc_user_space 2021年08月13日 18:16:00 +10:00
lib Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
LICENSES
mm compat: remove some compat entry points 2021年08月13日 18:16:00 +10:00
net
Next Add linux-next specific files for 20210813 2021年08月13日 18:57:31 +10:00
rust
samples
scripts scripts: check_extable: fix typo in user error message 2021年08月13日 18:15:58 +10:00
security Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
sound
tools Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
localversion-next Add linux-next specific files for 20210813 2021年08月13日 18:57:31 +10:00
MAINTAINERS Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
Makefile Merge branch 'akpm-current/current' 2021年08月13日 17:59:55 +10:00
post-make.sh Add post-make.sh 2021年08月17日 16:27:00 +00:00
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.