Go to file
Rado Vrbovsky ed55eea6ed Merge: Backport the latest s390x KVM fixes from upstream (up to kernel 6.12-rc5)
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5627

JIRA: https://issues.redhat.com/browse/RHEL-65229

Various important fixes for KVM on s390x from the latest upstream kernel versions.

Signed-off-by: Thomas Huth <thuth@redhat.com>

Approved-by: Rafael Aquini <raquini@redhat.com>
Approved-by: Cédric Le Goater <clg@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-11-15 21:04:51 +00:00
Documentation Merge: bpf: backports from upstream [9.6 phase 1] 2024-11-15 21:02:44 +00:00
LICENSES
arch Merge: Backport the latest s390x KVM fixes from upstream (up to kernel 6.12-rc5) 2024-11-15 21:04:51 +00:00
block blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race 2024-10-29 08:09:57 +00:00
certs integrity: PowerVM support for loading third party code signing keys 2024-02-05 19:05:32 +08:00
crypto s390/crypto: Add hardware acceleration for HMAC modes 2024-11-06 13:30:43 +01:00
drivers Merge: bpf: backports from upstream [9.6 phase 1] 2024-11-15 21:02:44 +00:00
fs Merge: Wireless core and drivers rebase to v6.11 2024-11-15 13:27:52 +00:00
include Merge: bpf: backports from upstream [9.6 phase 1] 2024-11-15 21:02:44 +00:00
init Merge: BPF 6.9 rebase 2024-10-30 07:25:08 +00:00
io_uring Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
ipc Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
kernel Merge: CVE-2024-49878 kernel: resource: fix region_intersects() vs add_memory_driver_managed() 2024-11-15 21:04:20 +00:00
lib Merge: Update arch/{x86,powerpc,arm64}/mm to v6.6 2024-11-12 08:02:20 +00:00
mm Merge: Backport the latest s390x KVM fixes from upstream (up to kernel 6.12-rc5) 2024-11-15 21:04:51 +00:00
net Merge: bpf: backports from upstream [9.6 phase 1] 2024-11-15 21:02:44 +00:00
redhat Merge: s390/crypto: Add hardware acceleration for HMAC modes 2024-11-15 20:58:13 +00:00
samples Merge: VFIO update to v6.12 2024-11-15 13:26:52 +00:00
scripts scripts/bpf_doc: Use silent mode when exec make cmd 2024-10-15 10:49:16 +02:00
security Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
sound Merge: CNB96: timekeeping: add clocksource ID and infrastructure for converting to/from a base clock 2024-11-05 11:41:13 +00:00
tools Merge: bpf: backports from upstream [9.6 phase 1] 2024-11-15 21:02:44 +00:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
.clang-format printk: Prepare for SRCU console list protection 2024-05-09 11:25:16 -04:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml gitlab-ci: provide consistent kcidb_tree_name 2024-10-29 15:17:07 +01:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-05-13 15:56:48 -06: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: VFIO update to v6.12 2024-11-15 13:26:52 +00:00
Makefile Merge: Update MM Selftests for 9.5 2024-08-21 12:51:18 +00:00
Makefile.rhelver [redhat] kernel-5.14.0-530.el9 2024-11-15 13:29:32 +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.