Linux kernel source tree
Go to file
Xianting Tian 3845308fc8 virtio_bt: call scheduler when we free unused buffs
For virtio-net we were getting CPU stall warnings, and fixed it by
calling the scheduler: see f8bb510439 ("virtio_net: suppress cpu stall
when free_unused_bufs").

This driver is similar so theoretically the same logic applies.

Signed-off-by: Xianting Tian <xianting.tian@linux.alibaba.com>
Message-Id: <20230609131817.712867-4-xianting.tian@linux.alibaba.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2023-07-03 12:15:12 -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 pds_vdpa: pds_vdps.rst and Kconfig 2023-06-27 10:47:09 -04:00
drivers virtio_bt: call scheduler when we free unused buffs 2023-07-03 12:15:12 -04:00
fs for-6.4-rc7-tag 2023-06-23 16:09:53 -07:00
include virtio: Add missing documentation for structure fields 2023-06-27 10:47:09 -04:00
init
io_uring
ipc
kernel
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 tools/virtio: fix build break for aarch64 2023-06-27 10:47:08 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pds_vdpa: pds_vdps.rst and Kconfig 2023-06-27 10:47:09 -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.