Go to file
CKI KWF Bot df8ce83c5d [redhat] kernel-5.14.0-617.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-15 20:47:44 +00:00
Documentation Merge: Secure boot sysfs enhancements 2025-09-10 14:25:54 +00:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2025-06-18 10:35:27 -03:00
arch Merge: Update intel_idle to upstream 6.17 2025-09-12 22:12:56 +00:00
block Merge: block: use plug request list tail for one-shot backmerge attempt 2025-08-12 13:50:09 -03:00
certs kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2025-08-19 20:06:24 -03:00
crypto crypto: algif_hash - fix double free in hash_accept 2025-07-08 05:09:28 +00:00
drivers Merge: platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID 2025-09-15 20:47:40 +00:00
fs ceph: fix client race condition where r_parent becomes stale before sending message 2025-09-11 10:36:12 +00:00
include Merge: Update intel_pstate to upstream 6.17 2025-09-15 00:15:00 +00:00
init Merge: cgroup: Backport upstream cgroup commits up to v6.12 2025-05-26 10:33:48 +02:00
io_uring Merge: io_uring: ensure deferred completions are flushed for multishot 2025-07-28 12:55:36 -03:00
ipc ipc/sem: use flexible array in 'struct sem_undo' 2025-03-21 11:02:00 -04:00
kernel PM: EM: Add function for registering a PD without capacity update 2025-09-12 07:45:13 -04:00
lib kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2025-08-19 20:06:24 -03:00
mm Merge: mm/hugetlb: fixes for split races 2025-08-18 07:22:03 -07:00
net Merge: CVE-2025-38718: sctp: linearize cloned gso packets in sctp_rcv 2025-09-15 20:47:43 +00:00
redhat [redhat] kernel-5.14.0-617.el9 2025-09-15 20:47:44 +00:00
samples kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2025-08-19 20:06:24 -03:00
scripts kbuild: scripts/gdb: bring the "abspath" back 2025-08-19 20:06:25 -03:00
security Merge: Secure boot sysfs enhancements 2025-09-10 14:25:54 +00:00
sound Merge: ALSA: hda/tegra: Add Tegra264 support 2025-08-18 17:05:07 -07:00
tools tools/power turbostat: version 2025.09.09 2025-08-31 08:16:45 -04:00
usr kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2025-08-19 20:06:24 -03:00
virt KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus 2025-07-16 12:16:06 +02:00
.clang-format media: subdev: Add for_each_active_route() macro 2024-11-27 09:40:34 +08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.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
COPYING
CREDITS MAINTAINERS: Remove Mathieu Poirier as coresight maintainer 2025-01-04 13:51:08 -05:00
Kbuild
Kconfig
Kconfig.redhat redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option 2024-01-12 14:27:16 +01:00
MAINTAINERS Merge: zl3073x: backport the driver into RHEL9 2025-09-06 10:41:41 -04:00
Makefile Makefile: add $(srctree) to dependency of compile_commands.json target 2025-08-19 20:06:25 -03:00
Makefile.rhelver [redhat] kernel-5.14.0-617.el9 2025-09-15 20:47:44 +00: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.