1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
No description
Find a file
Saurabh Sengar ec314f61e4 Drivers: hv: Remove fcopy driver
As the new fcopy driver using uio is introduced, remove obsolete driver
and application.

Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Long Li <longli@microsoft.com>
Link: https://lore.kernel.org/r/1711788723-8593-7-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-04-11 14:55:53 +02:00
arch Miscellaneous x86 fixes: 2024-04-07 09:33:21 -07:00
block
certs
crypto
Documentation
drivers Drivers: hv: Remove fcopy driver 2024-04-11 14:55:53 +02:00
fs nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
include Drivers: hv: vmbus: Add utility function for querying ring size 2024-04-11 14:55:53 +02:00
init
io_uring
ipc
kernel Fix various timer bugs: 2024-04-07 09:20:50 -07:00
lib
LICENSES
mm
net nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
rust
samples
scripts
security
sound
tools Drivers: hv: Remove fcopy driver 2024-04-11 14:55:53 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.9-rc3 2024-04-07 13:22:46 -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.