Go to file
Patrick Talbert 5150d3a815 [redhat] kernel-5.14.0-570.el9
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-02-17 12:00:40 -05:00
Documentation Merge: Upgrade the UFS core to v6.12 2025-02-14 02:34:29 -05:00
LICENSES
arch Merge: s390/mm: add support for UFFDIO_POISON 2025-02-17 12:00:35 -05:00
block Merge: block: fix sysfs store hang 2025-02-10 03:47:12 -05:00
certs
crypto Merge: Updates for powerpc crypto AES 2025-01-23 13:14:54 +00:00
drivers Merge: CVE-2025-21689: USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() 2025-02-17 12:00:37 -05:00
fs Merge: ovl: Filter invalid inodes with missing lookup function 2025-02-17 12:00:33 -05:00
include Merge: Upgrade the UFS core to v6.12 2025-02-14 02:34:29 -05:00
init Merge: initramfs: avoid filename buffer overrun 2025-02-05 10:46:53 +01:00
io_uring io_uring: manually fix compilation error 2025-01-13 18:57:26 +00:00
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 Merge: firmware: qcom: Backport SHM bridge 2025-02-04 15:39:50 +01:00
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-5.14.0-570.el9 2025-02-17 12:00:40 -05:00
samples Merge: Update drivers/misc/mei to upstream 6.12 2025-02-13 02:24:34 -05:00
scripts btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh 2025-01-21 11:27:07 +01:00
security Merge: landlock enablement 2025-02-13 02:24:24 -05:00
sound ALSA: hda/realtek: fixup ASUS H7606W 2025-01-27 19:47:48 +01:00
tools Merge: clocksource: Avoid calling get_random_u32() in atomic context 2025-02-14 02:34:26 -05:00
usr
virt Merge: Preparatory patches for TDX support in KVM 2025-01-27 15:24:23 +01:00
.clang-format
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes
.gitignore
.gitlab-ci.yml gitlab-ci: enable rt/aarch64 for RHEL>=9.6 2025-01-28 21:40:22 +01:00
.mailmap
COPYING
CREDITS MAINTAINERS: Remove Mathieu Poirier as coresight maintainer 2025-01-04 13:51:08 -05:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat
MAINTAINERS Merge: Update drivers/misc/mei to upstream 6.12 2025-02-13 02:24:34 -05:00
Makefile Merge: Suppress linker warnings about having a LOAD segment with RWX permissions 2025-02-13 02:24:26 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-570.el9 2025-02-17 12:00:40 -05: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.