No description
Find a file
Thomas Gleixner 88f0a9d066 xen/events: Implement irq distribution
Keep track of the assignments of event channels to CPUs and select the
online CPU with the least assigned channels in the affinity mask which is
handed to irq_chip::irq_set_affinity() from the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/20201210194045.457218278@linutronix.de
2020-12-15 16:19:38 +01:00
arch s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt() 2020-12-15 16:19:31 +01:00
block
certs
crypto
Documentation irqchip updates for Linux 5.11 2020-12-15 10:48:07 +01:00
drivers xen/events: Implement irq distribution 2020-12-15 16:19:38 +01:00
fs More EFI fixes for v5.10-rc: 2020-11-29 10:18:53 -08:00
include genirq: Provide kstat_irqdesc_cpu() 2020-12-15 16:19:31 +01:00
init Urgent printk fix for 5.10 2020-11-27 10:38:36 -08:00
ipc
kernel genirq: Provide kstat_irqdesc_cpu() 2020-12-15 16:19:31 +01:00
lib
LICENSES
mm
net linux-can-fixes-for-5.10-20201127 2020-11-27 11:13:39 -08:00
samples
scripts Kbuild fixes for v5.10 2020-11-28 10:42:30 -08:00
security
sound
tools perf probe: Change function definition check due to broken DWARF 2020-11-27 14:36:15 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap ARM: 2020-11-27 11:04:13 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Char/misc driver fixes for 5.10-rc6 2020-11-28 10:04:36 -08:00
Makefile Linux 5.10-rc6 2020-11-29 15:50:50 -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.