Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Peter Zijlstra 52103be07d smp: Optimize flush_smp_call_function_queue()
The call_single_queue can contain (two) different callbacks,
synchronous and asynchronous. The current interrupt handler runs them
in-order, which means that remote CPUs that are waiting for their
synchronous call can be delayed by running asynchronous callbacks.

Rework the interrupt handler to first run the synchonous callbacks.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200526161907.836818381@infradead.org
2020-05-28 10:54:15 +02:00
arch Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
block
certs
crypto
Documentation Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
drivers Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
fs Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2020-05-17 12:23:37 -07:00
include Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
init Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
ipc
kernel smp: Optimize flush_smp_call_function_queue() 2020-05-28 10:54:15 +02:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-05-15 13:10:06 -07:00
LICENSES
mm
net NFS client bugfixes for Linux 5.7 2020-05-15 14:03:13 -07:00
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-05-15 13:10:06 -07:00
scripts vmlinux.lds.h: Create section for protection against instrumentation 2020-05-19 15:47:20 +02:00
security
sound
tools Merge branch 'core/rcu' into sched/core, to pick up dependency 2020-05-28 10:52:53 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-05-15 13:10:06 -07:00
Makefile Linux 5.7-rc6 2020-05-17 16:48:37 -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.