Go to file
Julio Faracco 600a8f053e [redhat] kernel-automotive-5.14.0-570.518.el9iv
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-02-18 00:32:39 -03:00
Documentation
LICENSES
arch Merge tag 'kernel-5.14.0-570.el9' into main-automotive 2025-02-17 23:36:44 -03:00
block
certs
crypto
drivers Merge tag 'kernel-5.14.0-570.el9' into main-automotive 2025-02-17 23:36:44 -03:00
fs
include
init
io_uring
ipc
kernel Merge: workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker 2025-02-17 12:00:34 -05:00
lib
mm Merge: CVE-2024-56611: mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM 2025-02-17 12:00:34 -05:00
net Merge: af_packet: performance degradation on higher core count platforms 2025-02-17 12:00:37 -05:00
redhat [redhat] kernel-automotive-5.14.0-570.518.el9iv 2025-02-18 00:32:39 -03:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS
Makefile
Makefile.rhelver [redhat] kernel-automotive-5.14.0-570.518.el9iv 2025-02-18 00:32:39 -03:00
README
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.