Go to file
Augusto Caringi 2c415ade52 [redhat] kernel-5.14.0-601.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-21 18:54:16 -03:00
Documentation Merge: FOP_ flags: lockd is not sending NLM_GRANTED messages 2025-07-21 18:52:52 -03:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2025-06-18 10:35:27 -03:00
arch Merge: FOP_ flags: lockd is not sending NLM_GRANTED messages 2025-07-21 18:52:52 -03:00
block Merge: FOP_ flags: lockd is not sending NLM_GRANTED messages 2025-07-21 18:52:52 -03:00
certs certs: Add support for using elliptic curve keys for signing modules 2025-03-05 22:29:46 +08:00
crypto crypto: algif_hash - fix double free in hash_accept 2025-07-08 05:09:28 +00:00
drivers Merge: loop: move lo_set_size() out of queue freeze 2025-07-21 18:52:58 -03:00
fs Merge: fsnotify: update to upstream (v6.7) 2025-07-21 18:52:59 -03:00
include Merge: CNB97: skbuff: Optimize SKB coalescing for page pool 2025-07-21 18:53:01 -03:00
init Merge: cgroup: Backport upstream cgroup commits up to v6.12 2025-05-26 10:33:48 +02:00
io_uring fs: claw back a few FMODE_* bits 2025-07-11 07:21:34 -04:00
ipc ipc/sem: use flexible array in 'struct sem_undo' 2025-03-21 11:02:00 -04:00
kernel Merge: fsnotify: update to upstream (v6.7) 2025-07-21 18:52:59 -03:00
lib Merge: lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() 2025-07-11 11:46:28 -03:00
mm Merge: Revert GUP commit that introduces potential bug 2025-07-21 18:52:56 -03:00
net Merge: CNB97: skbuff: Optimize SKB coalescing for page pool 2025-07-21 18:53:01 -03:00
redhat [redhat] kernel-5.14.0-601.el9 2025-07-21 18:54:16 -03:00
samples livepatch: convert timeouts to secs_to_jiffies() 2025-04-03 13:25:22 -04:00
scripts Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
security Merge: Update overlayfs to v6.7 2025-06-26 10:58:50 -03:00
sound ASoC: SOF: Intel: hda: do not use missing devm_kmalloc_array() 2025-06-13 20:11:54 +02:00
tools Merge: perf trace: fix return value printing for set_robust_list and rseq 2025-07-21 18:53:00 -03:00
usr
virt kvm/vfio: Constify struct kvm_device_ops 2025-04-08 12:33:50 -06:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.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
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: HyperV rebase to kernel 6.16-rc1 2025-07-15 15:53:50 -03:00
Makefile Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
Makefile.rhelver [redhat] kernel-5.14.0-601.el9 2025-07-21 18:54:16 -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.