No description
Find a file
Peter Zijlstra 0efc94c5d1 seqcount: Compress SEQCNT_LOCKNAME_ZERO()
Less is more.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
2020-07-29 16:14:30 +02:00
arch Merge branch 'locking/header' 2020-07-29 16:14:21 +02:00
block iocost: Use sequence counter with associated spinlock 2020-07-29 16:14:28 +02:00
certs
crypto
Documentation seqlock: Extend seqcount API with associated locks 2020-07-29 16:14:25 +02:00
drivers raid5: Use sequence counter with associated spinlock 2020-07-29 16:14:27 +02:00
fs userfaultfd: Use sequence counter with associated spinlock 2020-07-29 16:14:28 +02:00
include seqcount: Compress SEQCNT_LOCKNAME_ZERO() 2020-07-29 16:14:30 +02:00
init sched: tasks: Use sequence counter with associated spinlock 2020-07-29 16:14:26 +02:00
ipc
kernel hrtimer: Use sequence counter with associated raw spinlock 2020-07-29 16:14:29 +02:00
lib lockdep: Add preemption enabled/disabled assertion APIs 2020-07-29 16:14:24 +02:00
LICENSES
mm
net xfrm: policy: Use sequence counters with associated lock 2020-07-29 16:14:27 +02:00
samples
scripts
security
sound sound fixes for 5.8-rc6 2020-07-17 08:48:19 -07:00
tools Linux 5.8-rc6 2020-07-25 21:49:36 +02:00
usr
virt kvm/eventfd: Use sequence counter with associated spinlock 2020-07-29 16:14:29 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS regulator: Fixes for v5.8 2020-07-17 10:20:26 -07:00
Makefile Linux 5.8-rc6 2020-07-19 15:41:18 -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.