Go to file
Veronika Kabatova 26f48272ce CI: Add pipelines for kernel-64k variant for RHEL
So we don't have to update CI immediately after RHEL branches from c9s.

Bugzilla: INTERNAL
Upstream Status: RHEL-only

Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
2023-02-07 16:08:49 +01:00
Documentation Merge: CNB: rebase/update devlink for RHEL 9.2 2023-01-25 16:02:29 +00:00
LICENSES
arch Merge: powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() 2023-01-24 13:47:48 +00:00
block blk-cgroup: Optimize blkcg_rstat_flush() 2023-01-10 13:30:16 -05:00
certs
crypto Merge: crypto: pcrypt - Delay write to padata->info 2023-01-02 15:34:42 +00:00
drivers Merge: CNB: rebase/update devlink for RHEL 9.2 2023-01-25 16:02:29 +00:00
fs Merge: fs/exec: switch timens when a task gets a new mm 2023-01-23 13:53:34 +00:00
include Merge: CNB: rebase/update devlink for RHEL 9.2 2023-01-25 16:02:29 +00:00
init Merge: BPF and XDP rebase to v5.18 2022-11-21 05:30:47 -05:00
ipc
kernel Merge: Fix call trace from create_trace_option_files in kernel/trace/trace.c 2023-01-24 13:44:42 +00:00
lib Merge: net: Backport data race annotations in the networking stack (part 2) 2023-01-23 13:55:18 +00:00
mm mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled 2023-01-10 13:30:14 -05:00
net Merge: CNB: rebase/update devlink for RHEL 9.2 2023-01-25 16:02:29 +00:00
redhat arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 2023-01-29 23:53:33 -05:00
samples samples/bpf: Fix MAC address swapping in xdp2_kern 2023-01-05 15:46:53 +01:00
scripts bpf, docs: Use SPDX license identifier in bpf_doc.py 2023-01-05 15:46:41 +01:00
security Merge: lockdown: Fix kexec lockdown bypass with ima policy 2022-12-23 00:41:53 +00:00
sound Merge: ALSA: backport for RHEL 9.2 2022-12-08 20:08:09 -03:00
tools Merge: selftests/bpf: test_stacktrace_build_id: use kprobe/urandom_read 2023-01-24 13:45:38 +00:00
usr
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Add pipelines for kernel-64k variant for RHEL 2023-02-07 16:08:49 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS bpf, samples: Remove AF_XDP samples 2023-01-05 15:46:49 +01:00
Makefile Merge DRM changes from upstream v6.0..v6.0.8 2022-12-01 16:05:52 +01:00
Makefile.rhelver [redhat] kernel-5.14.0-244.el9 2023-01-25 16:05:10 +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.