1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
No description
Find a file
Masahiro Yamada d4452837ff kbuild: refactor modname-multi by using suffix-search
Improve the readability slightly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-05-06 02:14:38 +09:00
arch arch: use cross_compiling to check whether it is a cross build or not 2021-05-06 01:49:13 +09:00
block
certs .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
crypto
Documentation .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
drivers .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
fs .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
include New features for ext4 this cycle include support for encrypted 2021-04-30 15:35:30 -07:00
init mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
ipc
kernel .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
lib .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
LICENSES
mm mm/memory-failure: unnecessary amount of unmapping 2021-04-30 11:20:44 -07:00
net net: page_pool: use alloc_pages_bulk in refill code path 2021-04-30 11:20:43 -07:00
samples .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
scripts kbuild: refactor modname-multi by using suffix-search 2021-05-06 02:14:38 +09:00
security
sound sound updates for 5.13 2021-04-30 12:48:14 -07:00
tools kbuild: replace LANG=C with LC_ALL=C 2021-05-02 00:43:35 +09:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: ignore only top-level modules.builtin 2021-05-02 00:43:35 +09:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2021-04-30 14:38:01 -07:00
Makefile kbuild: remove ARCH=sh64 support from top Makefile 2021-05-03 18:20:24 +09: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.