1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
No description
Find a file
Masahiro Yamada 8d613a1d04 kbuild: drop $(objtree)/ prefix support for clean-files
I think this hack is a bad idea. arch/powerpc/boot/Makefile is the
only and last user. Let's stop doing this.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
2022-05-08 03:17:00 +09:00
arch kbuild: drop $(objtree)/ prefix support for clean-files 2022-05-08 03:17:00 +09:00
block
certs kbuild: Allow kernel installation packaging to override pkg-config 2022-04-05 17:03:31 +09:00
crypto
Documentation docs: kbuild: add references on Kconfig semantics 2022-04-06 19:27:41 +09:00
drivers A single revert to fix a boot regression seen when clk_put() started 2022-04-03 12:21:14 -07:00
fs Updates to Tracing: 2022-04-03 12:26:01 -07:00
include Updates to Tracing: 2022-04-03 12:26:01 -07:00
init
ipc
kernel kheaders: Have cpio unconditionally replace files 2022-05-08 03:16:59 +09:00
lib
LICENSES
mm
net
samples
scripts kbuild: drop $(objtree)/ prefix support for clean-files 2022-05-08 03:17:00 +09:00
security
sound
tools kbuild: Allow kernel installation packaging to override pkg-config 2022-04-05 17:03:31 +09:00
usr kbuild: uapi: use -fsyntax-only rather than -S 2022-04-05 17:03:31 +09:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: split the second line of *.mod into *.usyms 2022-05-08 03:16:59 +09:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS chrome platform changes for 5.18 2022-04-02 10:44:18 -07:00
Makefile Makefile: fix 2 typos 2022-05-08 03:17:00 +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.