Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Peter Zijlstra 55bccf1f93 Documentation/atomic_t: Document forward progress expectations
Add a few words on forward progress; there's been quite a bit of
confusion on the subject.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Will Deacon <will@kernel.org>
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lkml.kernel.org/r/YQK9ziyogxTH0m9H@hirez.programming.kicks-ass.net
2021-08-04 15:16:47 +02:00
arch locking/atomic: delete !ARCH_ATOMIC remnants 2021-05-26 13:20:52 +02:00
block
certs
crypto
Documentation Documentation/atomic_t: Document forward progress expectations 2021-08-04 15:16:47 +02:00
drivers
fs
include locking/atomic: simplify non-atomic wrappers 2021-08-04 15:16:47 +02:00
init
ipc
kernel locking/rwsem: Remove an unused parameter of rwsem_wake() 2021-07-16 18:46:44 +02:00
lib lockdep/selftest: Remove wait-type RCU_CALLBACK tests 2021-06-22 16:42:08 +02:00
LICENSES
mm
net locking/atomic: net: use linux/atomic.h for xchg & cmpxchg 2021-05-26 13:20:49 +02:00
samples
scripts locking/atomic: add arch_atomic_long*() 2021-07-16 18:46:45 +02:00
security
sound
tools selftests: futex: Add futex compare requeue test 2021-06-22 11:20:16 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.