Go to file
Rob Herring 6a1d798feb kbuild: Support flat DTBs install
In preparation to move Arm .dts files into sub-directories grouped
by vendor/family, the current flat tree of DTBs generated by
dtbs_install needs to be maintained. Moving the installed DTBs to
sub-directories would break various consumers using 'make dtbs_install'.

This is a NOP until sub-directories are introduced.

Signed-off-by: Rob Herring <robh@kernel.org>
2023-06-21 07:51:08 -06:00
arch kbuild: Support flat DTBs install 2023-06-21 07:51:08 -06:00
block block: Deny writable memory mapping if block is read-only 2023-05-19 20:17:10 -06:00
certs
crypto
Documentation RISC-V Devicetrees for v6.5 Part 2 2023-06-20 23:06:54 +02:00
drivers fbdev fixes for kernel 6.4-rc3: 2023-05-21 11:13:23 -07:00
fs four ksmbd server fixes 2023-05-21 10:55:31 -07:00
include More Qualcomm ARM64 DTS changes for v6.5 2023-06-20 22:54:34 +02:00
init
io_uring
ipc
kernel Probes fixes for 6.4-rc1: 2023-05-18 09:04:45 -07:00
lib Eight hotfixes. Four are cc:stable, the other four are for post-6.4 2023-05-18 17:06:04 -07:00
LICENSES
mm mm: fix zswap writeback race condition 2023-05-17 15:24:33 -07:00
net Networking fixes for 6.4-rc3, including fixes from can, xfrm, 2023-05-18 08:52:14 -07:00
rust
samples
scripts kbuild: Support flat DTBs install 2023-06-21 07:51:08 -06:00
security
sound ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table 2023-05-17 16:57:43 +02:00
tools perf tools fixes for v6.4: 2023-05-21 13:24:59 -07:00
usr
virt KVM: Fix vcpu_array[0] races 2023-05-19 13:56:26 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entries for Nikolay Aleksandrov 2023-05-17 09:35:05 +01:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RISC-V Devicetrees for v6.5 Part 2 2023-06-20 23:06:54 +02:00
Makefile Linux 6.4-rc3 2023-05-21 14:05:48 -07: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.