Go to file
Peter Zijlstra 7a40798c71 sched,irq: Convert to sched_set_fifo()
Because SCHED_FIFO is a broken scheduler model (see previous patches)
take away the priority field, the kernel can't possibly make an
informed decision.

Effectively no change.

Cc: tglx@linutronix.de
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
2020-06-15 14:10:24 +02:00
arch sched,bL_switcher: Convert to sched_set_fifo*() 2020-06-15 14:10:20 +02:00
block
certs
crypto sched,crypto: Convert to sched_set_fifo*() 2020-06-15 14:10:20 +02:00
Documentation
drivers sched,watchdog: Convert to sched_set_fifo() 2020-06-15 14:10:24 +02:00
fs for-5.8-part2-tag 2020-06-14 09:47:25 -07:00
include sched: Provide sched_set_fifo() 2020-06-15 14:10:20 +02:00
init
ipc
kernel sched,irq: Convert to sched_set_fifo() 2020-06-15 14:10:24 +02:00
lib sched/cputime: Improve cputime_adjust() 2020-06-15 14:10:00 +02:00
LICENSES
mm
net
samples
scripts
security Add additional LSM hooks for SafeSetID 2020-06-14 11:39:31 -07:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.8-rc1 2020-06-14 12:45:04 -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.