Main-line Linux kernel tree http://www.kernel.org
Go to file
Geoff Levand 48063dfa4f ntb.rst: Fix copy and paste error
It seems the text for the NTB MSI Test Client section was copied from the
NTB Tool Test Client, but was not updated for the new section.  Corrects
the NTB MSI Test Client section text.

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2023-07-08 11:05:05 -04:00
arch - Drop the __weak attribute from a function prototype as it otherwise 2023-06-25 10:13:17 -07:00
block
certs
crypto
Documentation ntb.rst: Fix copy and paste error 2023-07-08 11:05:05 -04:00
drivers ntb_netdev: Fix module_init problem 2023-07-08 11:03:53 -04:00
fs for-6.4-rc7-tag 2023-06-23 16:09:53 -07:00
include - Drop the __weak attribute from a function prototype as it otherwise 2023-06-25 10:13:17 -07:00
init
io_uring
ipc
kernel workqueue: clean up WORK_* constant types, clarify masking 2023-06-23 12:08:14 -07:00
lib
LICENSES
mm
net
rust
samples
scripts - Add a ORC format hash to vmlinux and modules in order for other tools 2023-06-25 10:00:17 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: git://github -> https://github.com for jonmason 2023-07-08 11:02:36 -04:00
Makefile Linux 6.4 2023-06-25 16:29:58 -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.