Go to file
Peter Zijlstra 8850d77370 locking/ww_mutex: Add RT priority to W/W order
RT mutex based ww_mutexes cannot order based on timestamps. They have to
order based on priority. Add the necessary decision logic.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210815211304.847536630@linutronix.de
2021-08-17 19:05:08 +02:00
Documentation Linux 5.14-rc6 2021-08-17 16:16:29 +02:00
LICENSES
arch powerpc fixes for 5.14 #5 2021-08-15 06:57:43 -10:00
block
certs
crypto
drivers media/atomisp: Use lockdep instead of *mutex_is_locked() 2021-08-17 16:59:15 +02:00
fs libnvdimm fixes for v5.14-rc6 2021-08-14 19:46:39 -10:00
include locking/ww_mutex: Abstract out internal lock accesses 2021-08-17 19:05:03 +02:00
init
ipc
kernel locking/ww_mutex: Add RT priority to W/W order 2021-08-17 19:05:08 +02:00
lib locking/mutex: Make mutex::wait_lock raw 2021-08-17 19:03:33 +02:00
mm
net
samples
scripts Linux 5.14-rc6 2021-08-17 16:16:29 +02:00
security
sound
tools libnvdimm fixes for v5.14-rc6 2021-08-14 19:46:39 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.14-rc6 2021-08-15 13:40:53 -10:00
README

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.