Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
William Breathitt Gray 310e75c72f counter: Cleanup lingering atomic.h includes
With the removal of the chrdev_lock atomic flag, the counter-sysfs.c and
counter-chrdev.c no longer needs to include the atomic.h header file.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20211021103514.955622-1-vilhelm.gray@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-10-21 13:02:45 +02:00
arch
block block-5.15-2021-10-17 2021-10-17 19:25:20 -10:00
certs
crypto
Documentation First set of IIO new device and feature support for the 5.16 cycle 2021-10-19 11:44:28 +02:00
drivers counter: Cleanup lingering atomic.h includes 2021-10-21 13:02:45 +02:00
fs
include First set of IIO new device and feature support for the 5.16 cycle 2021-10-19 11:44:28 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
scripts Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
security
sound
tools First set of counter subsystem new feature support for the 5.16 cycle 2021-10-19 09:08:16 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update the entry for MHI bus 2021-10-19 15:49:14 +02:00
Makefile Linux 5.15-rc6 2021-10-17 20:00:13 -10: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.