Linux kernel source tree
Go to file
Krzysztof Kozlowski 7249ad5a71 misc: nsm: drop owner assignment
virtio core already sets the .owner, so driver does not need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Message-Id: <20240331-module-owner-virtio-v2-15-98f04bfaf46a@linaro.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Alexander Graf <graf@amazon.com>
2024-05-22 08:31:17 -04:00
arch um: virt-pci: drop owner assignment 2024-05-22 08:31:16 -04:00
block
certs
crypto
Documentation Pin control fixes for the v6.9 series: 2024-04-30 08:50:58 -07:00
drivers misc: nsm: drop owner assignment 2024-05-22 08:31:17 -04:00
fs kernel: Remove signal hacks for vhost_tasks 2024-05-22 08:31:15 -04:00
include virtio-mem: support suspend+resume 2024-05-22 08:31:15 -04:00
init Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
io_uring
ipc
kernel kernel: Remove signal hacks for vhost_tasks 2024-05-22 08:31:15 -04:00
lib
LICENSES
mm
net NFS client bugfixes for Linux 6.9 2024-04-29 12:07:37 -07:00
rust
samples
scripts Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
security
sound
tools KVM/arm64 fixes for 6.9, part #2 2024-04-30 13:50:55 -04:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: apply maintainer role of Intel vDPA driver 2024-05-01 12:08:40 -04:00
Makefile Linux 6.9-rc6 2024-04-28 13:47:24 -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 reStructuredText 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.