1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Masahiro Yamada bcf0c66428 kbuild: refactor fdtoverlay rule
Rename overlay-y to multi-dtb-y, which is a consistent name with
multi-obj-y. Also, use multi-search to avoid code duplication.

Introduce real-dtb-y, which is a consistent name with real-obj-y,
to contain primitive blobs compiled from *.dts. This is used to
calculate the list of *.dt.yaml files.

Set -@ to base DTB without using $(eval ).

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 cgroup: rstat: punt root-level optimization to individual controllers 2021-04-30 11:20:37 -07:00
certs .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
crypto for-5.13/drivers-2021-04-27 2021-04-28 14:39:37 -07:00
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 fdtoverlay rule 2021-05-06 02:14:38 +09:00
security Networking changes for 5.13. 2021-04-29 11:57:23 -07:00
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 It's been a relatively busy cycle in docsland, though more than usually 2021-04-26 13:22:43 -07:00
COPYING
CREDITS - Core Frameworks 2021-04-28 15:59:13 -07:00
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.