Go to file
Augusto Caringi b8b966e8b0 [redhat] kernel-5.14.0-587.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-05-21 18:47:25 -03:00
Documentation Merge: CNB97: RDMA: update to v6.15 2025-05-21 18:34:50 -03:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: Performance regression in LinuxBridge test case up to 45% throughput drop on kernel-5.14.0-530.el9 [rhel-9.7] 2025-05-21 18:34:45 -03:00
block Merge: block: three misc fixes 2025-05-06 11:46:15 -03:00
certs certs: Add support for using elliptic curve keys for signing modules 2025-03-05 22:29:46 +08:00
crypto crypto,fs: Separate out hkdf_extract() and hkdf_expand() 2025-05-09 07:27:10 +02:00
drivers Merge: iSCSI driver updates 2025-05-21 18:34:53 -03:00
fs Merge: CVE-2025-21962: cifs: Fix integer overflow while processing closetimeo mount option 2025-05-21 18:34:52 -03:00
include Merge: net/other: phase-2 backports for RHEL-9.7 2025-05-21 18:34:54 -03:00
init jump_label,module: Don't alloc static_key_mod for __ro_after_init keys 2025-04-20 19:52:43 -04:00
io_uring Merge: CVE-2025-21863: io_uring: prevent opcode speculation 2025-05-21 18:34:45 -03:00
ipc ipc/sem: use flexible array in 'struct sem_undo' 2025-03-21 11:02:00 -04:00
kernel Merge: CVE-2022-49648: tracing/histograms: Fix memory leak problem 2025-05-21 18:34:48 -03:00
lib Merge: objtool: enable CONFIG_OBJTOOL_WERROR 2025-05-06 11:46:13 -03:00
mm Merge: [RHEL 9.7] IOMMU and DMA Mapping API subsystem updates 2025-05-09 16:20:06 -03:00
net Merge: net/other: phase-2 backports for RHEL-9.7 2025-05-21 18:34:54 -03:00
redhat [redhat] kernel-5.14.0-587.el9 2025-05-21 18:47:25 -03:00
samples livepatch: convert timeouts to secs_to_jiffies() 2025-04-03 13:25:22 -04:00
scripts Merge: objtool: enable CONFIG_OBJTOOL_WERROR 2025-05-06 11:46:13 -03:00
security Merge: CVE-2024-50301: security/keys: fix slab-out-of-bounds in key_task_permission 2025-05-21 18:34:49 -03:00
sound Merge: ALSA - update drivers for 9.7 - upstream 6.13 2025-05-06 11:46:15 -03:00
tools Merge: perf trace: Add missing perf_tool__init() 2025-05-21 18:34:54 -03:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt kvm/vfio: Constify struct kvm_device_ops 2025-04-08 12:33:50 -06:00
.clang-format media: subdev: Add for_each_active_route() macro 2024-11-27 09:40:34 +08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml Merge tag 'kernel-5.14.0-570.3.1.el9_6' into 'main' 2025-03-10 17:24:30 -04:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
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 redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option 2024-01-12 14:27:16 +01:00
MAINTAINERS Merge: [RHEL 9.7] DMAEngine subsystem update 2025-05-14 12:37:30 -03: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-587.el9 2025-05-21 18:47:25 -03:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04: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.