Go to file
Matt Ranostay 4f7901bb4d mailmap: Change email mapping from previous employers
Signed-off-by: Matt Ranostay <matt@ranostay.sg>
Link: https://lore.kernel.org/r/20231021085250.21431-1-matt@ranostay.sg
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2023-11-16 19:10:26 +00:00
Documentation iio: imu: Add driver for BMI323 IMU 2023-11-16 19:10:25 +00:00
LICENSES
arch parisc architecture fixes for kernel v6.7-rc1 (part 2): 2023-11-12 11:05:31 -08:00
block
certs
crypto
drivers iio: proximity: sx9324: Switch to device_property_match_property_string() 2023-11-16 19:10:26 +00:00
fs
include device property: Add fwnode_property_match_property_string() 2023-11-16 19:10:26 +00:00
init
io_uring
ipc
kernel
lib
mm
net
rust
samples
scripts
security
sound
tools LoongArch changes for v6.7 2023-11-12 10:58:08 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Change email mapping from previous employers 2023-11-16 19:10:26 +00:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: imu: Add driver for BMI323 IMU 2023-11-16 19:10:25 +00:00
Makefile Linux 6.7-rc1 2023-11-12 16:19:07 -08:00
README

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.