No description
Find a file
Thomas Gleixner fc8ab38832 genirq/msi: Make descriptor allocation device domain aware
Change the descriptor allocation and insertion functions to take a domain
id to prepare for the upcoming multi MSI domain per device support.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221124230314.163043028@linutronix.de
2022-12-05 19:20:59 +01:00
arch genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags 2022-12-05 19:20:58 +01:00
block block-6.1-2022-11-11 2022-11-11 14:08:30 -08:00
certs
crypto
Documentation Documentation: PCI: Add reference to PCI/MSI device driver APIs 2022-11-17 15:15:21 +01:00
drivers genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc() 2022-12-05 19:20:59 +01:00
fs 22 hotfixes. 8 are cc:stable and the remainder address issues which were 2022-11-11 17:18:42 -08:00
include genirq/msi: Make descriptor allocation device domain aware 2022-12-05 19:20:59 +01:00
init
io_uring
ipc
kernel genirq/msi: Make descriptor allocation device domain aware 2022-12-05 19:20:59 +01:00
lib
LICENSES
mm 22 hotfixes. 8 are cc:stable and the remainder address issues which were 2022-11-11 17:18:42 -08:00
net
rust
samples
scripts s390 updates for 6.1-rc5 2022-11-11 11:49:20 -08:00
security
sound ALSA: memalloc: Try dma_alloc_noncontiguous() at first 2022-11-12 09:48:51 +01:00
tools 22 hotfixes. 8 are cc:stable and the remainder address issues which were 2022-11-11 17:18:42 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hyperv-fixes for v6.1-rc5 2022-11-11 09:24:03 -08:00
Makefile Linux 6.1-rc5 2022-11-13 13:12:55 -08: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.