No description
Find a file
Yangtao Li a5e37de90e stop_machine: remove try_stop_cpus helper
try_stop_cpus is not used after this:

commit c190c3b16c ("rcu: Switch synchronize_sched_expedited() to
stop_one_cpu()")

So remove it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20191214195107.26480-1-tiny.windzz@gmail.com
2019-12-17 13:32:51 +01:00
arch sched/rt, xtensa: Use CONFIG_PREEMPTION 2019-12-08 14:37:35 +01:00
block compat_ioctl: remove most of fs/compat_ioctl.c 2019-12-01 13:46:15 -08:00
certs
crypto
Documentation chrome platform changes for v5.5 2019-12-03 14:37:12 -08:00
drivers sched/rt, xen: Use CONFIG_PREEMPTION 2019-12-08 14:37:36 +01:00
fs sched/rt, btrfs: Use CONFIG_PREEMPTION 2019-12-08 14:37:36 +01:00
include stop_machine: remove try_stop_cpus helper 2019-12-17 13:32:51 +01:00
init Kbuild updates for v5.5 2019-12-02 17:35:04 -08:00
ipc
kernel stop_machine: remove try_stop_cpus helper 2019-12-17 13:32:51 +01:00
lib sched/core: Use CONFIG_PREEMPTION 2019-12-08 14:37:37 +01:00
LICENSES
mm sched/rt, mm: Use CONFIG_PREEMPTION 2019-12-08 14:37:36 +01:00
net sched/rt, net: Use CONFIG_PREEMPTION.patch 2019-12-08 14:37:35 +01:00
samples New tracing features: 2019-11-27 11:42:01 -08:00
scripts Kbuild updates for v5.5 2019-12-02 17:35:04 -08:00
security + Features 2019-12-03 12:51:35 -08:00
sound compat_ioctl: remove most of fs/compat_ioctl.c 2019-12-01 13:46:15 -08:00
tools pci-v5.5-changes 2019-12-03 13:58:22 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Here's the main documentation changes for 5.5: 2019-12-02 11:51:02 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v5.5-changes 2019-12-03 13:58:22 -08:00
Makefile Kbuild updates for v5.5 2019-12-02 17:35:04 -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.