Go to file
Ingo Molnar 13c01139b1 x86/headers: Remove APIC headers from <asm/smp.h>
The APIC headers are relatively complex and bring in additional
header dependencies - while smp.h is a relatively simple header
included from high level headers.

Remove the dependency and add in the missing #include's in .c
files where they gained it indirectly before.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2020-08-06 16:13:09 +02:00
Documentation Merge branch 'WIP.locking/seqlocks' into locking/urgent 2020-08-06 10:16:38 +02:00
LICENSES
arch x86/headers: Remove APIC headers from <asm/smp.h> 2020-08-06 16:13:09 +02:00
block iocost: Use sequence counter with associated spinlock 2020-07-29 16:14:28 +02:00
certs
crypto keys: asymmetric: fix error return code in software_key_query() 2020-07-15 15:49:04 -07:00
drivers x86/headers: Remove APIC headers from <asm/smp.h> 2020-08-06 16:13:09 +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 mmap locking API: use coccinelle to convert mmap_sem rwsem call sites 2020-06-09 09:39:14 -07:00
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
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 samples/vfs: avoid warning in statx override 2020-07-03 16:15:25 -07:00
scripts scripts/gdb: fix lx-symbols 'gdb.error' while loading modules 2020-07-24 12:42:42 -07:00
security integrity/ima: switch to using __kernel_read 2020-07-08 08:27:57 +02:00
sound sound fixes for 5.8-rc7 2020-07-21 08:06:45 -07:00
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 .gitignore: Do not track `defconfig` from `make savedefconfig` 2020-07-05 16:15:46 +09:00
.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 Linux 5.8-rc6 2020-07-19 15:41:18 -07: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.