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
Ingo Molnar a703f3633f Merge branch 'WIP.locking/seqlocks' into locking/urgent
Pick up the full seqlock series PeterZ is working on.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2020-08-06 10:16:38 +02:00
arch Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
block iocost: Use sequence counter with associated spinlock 2020-07-29 16:14:28 +02:00
certs
crypto
Documentation Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
drivers Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
fs Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
include Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
init sched: tasks: Use sequence counter with associated spinlock 2020-07-29 16:14:26 +02:00
ipc
kernel Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
lib lockdep: Add preemption enabled/disabled assertion APIs 2020-07-29 16:14:24 +02:00
LICENSES
mm khugepaged: fix null-pointer dereference due to race 2020-07-24 12:42:41 -07:00
net xfrm: policy: Use sequence counters with associated lock 2020-07-29 16:14:27 +02:00
samples
scripts scripts/gdb: fix lx-symbols 'gdb.error' while loading modules 2020-07-24 12:42:42 -07:00
security
sound
tools Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +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 mailmap: add entry for Mike Rapoport 2020-07-24 12:42:41 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' into master (patches from Andrew) 2020-07-24 14:24:35 -07:00
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.