No description
Find a file
Zhang Jiaming 6e33fa094f vdpa: ifcvf: Fix spelling mistake in comments
There is a typo(does't) in comments.
It maybe 'doesn't' instead of 'does't'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Message-Id: <20220704024104.15535-1-jiaming@nfschina.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
2022-08-11 04:26:07 -04:00
arch virtio: find_vqs() add arg sizes 2022-08-11 04:06:40 -04:00
block
certs
crypto
Documentation dt-bindings: virtio: mmio: add optional wakeup-source property 2022-08-11 04:06:38 -04:00
drivers vdpa: ifcvf: Fix spelling mistake in comments 2022-08-11 04:26:07 -04:00
fs
include virtio: add helper virtio_find_vqs_ctx_size() 2022-08-11 04:06:41 -04:00
init
ipc
kernel - Update the mitigations= kernel param documentation 2022-07-31 09:26:53 -07:00
lib
LICENSES
mm Two hotfixes, both cc:stable. 2022-07-29 21:02:35 -07:00
net
samples
scripts
security
sound
tools virtio_ring: split: stop __vring_new_virtqueue as export symbol 2022-08-11 04:06:38 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.19 2022-07-31 14:03:01 -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.