No description
Find a file
Sebastian Andrzej Siewior 25a3a15417 smp: Remove superfluous cond_func check in smp_call_function_many_cond()
It was requested to remove the cond_func check but the follow up patch was
overlooked. Remove it now.

Fixes: 67719ef25e ("smp: Add a smp_cond_func_t argument to smp_call_function_many()")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200127083915.434tdkztorkklpdu@linutronix.de
2020-01-28 15:43:00 +01:00
arch The performance deterioration departement provides a few non-scary fixes 2020-01-27 17:28:52 -08:00
block for-5.6/block-2020-01-27 2020-01-27 12:38:25 -08:00
certs
crypto
Documentation The interrupt departement provides: 2020-01-27 17:22:21 -08:00
drivers The interrupt departement provides: 2020-01-27 17:22:21 -08:00
fs A small set of SMP core code changes: 2020-01-27 17:04:51 -08:00
include The interrupt departement provides: 2020-01-27 17:22:21 -08:00
init The timekeeping and timers departement provides: 2020-01-27 16:47:05 -08:00
ipc
kernel smp: Remove superfluous cond_func check in smp_call_function_many_cond() 2020-01-28 15:43:00 +01:00
lib The timekeeping and timers departement provides: 2020-01-27 16:47:05 -08:00
LICENSES
mm A small set of SMP core code changes: 2020-01-27 17:04:51 -08:00
net
samples
scripts ioremap changes for 5.6 2020-01-27 13:03:00 -08:00
security selinux/stable-5.6 PR 20200127 2020-01-27 15:38:15 -08:00
sound ioremap changes for 5.6 2020-01-27 13:03:00 -08:00
tools The timekeeping and timers departement provides: 2020-01-27 16:47:05 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap ACPI updates for 5.6-rc1 2020-01-27 11:48:47 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS The interrupt departement provides: 2020-01-27 17:22:21 -08:00
Makefile
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.