Go to file
Lucas Zampieri dd5d9b7622
[redhat] kernel-5.14.0-436.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
2024-04-03 14:45:11 -03:00
Documentation Merge: block: 9.5 update take 2 2024-03-29 09:44:24 -04:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: Updates for powerpc fp|altivec register save 2024-04-03 14:44:11 -03:00
block Merge tag 'kernel-5.14.0-427.9.1.el9_4' into merge-up-kernel-5.14.0-427.9.1.el9_4 2024-04-02 08:56:06 -04:00
certs integrity: PowerVM support for loading third party code signing keys 2024-02-05 19:05:32 +08:00
crypto Merge: crypto: dh - implement FIPS PCT and a panic on a failure 2024-03-20 13:38:07 -03:00
drivers Merge: target: update to the latest upstream version 2024-04-03 14:44:13 -03:00
fs Merge: cifs: print nosharesock value while dumping mount options 2024-03-29 09:44:24 -04:00
include Merge: target: update to the latest upstream version 2024-04-03 14:44:13 -03:00
init init: Mark start_kernel() __noreturn 2024-03-20 09:43:02 -04:00
io_uring io_uring: ensure local task_work is run on wait timeout 2024-02-05 16:34:25 -05:00
ipc ipc/shm: call underlying open/close vm_ops 2023-06-14 15:11:04 -06:00
kernel Merge: block: 9.5 update take 2 2024-03-29 09:44:24 -04:00
lib Merge: arch/x86: backport 2024-03-26 11:25:15 -04:00
mm Merge: block: 9.5 update take 2 2024-03-29 09:44:24 -04:00
net udp: prevent local UDP tunnel packets from being GROed 2024-03-29 13:55:11 +01:00
redhat [redhat] kernel-5.14.0-436.el9 2024-04-03 14:45:11 -03:00
samples Merge: BPF: update to 6.6 2024-01-12 13:40:43 -05:00
scripts Merge: block: 9.5 update take 2 2024-03-29 09:44:24 -04:00
security Merge: arch/x86: backport 2024-03-26 11:25:15 -04:00
sound Merge: arch/x86: backport 2024-03-26 11:25:15 -04:00
tools selftests: net: gro fwd: update vxlan GRO test expectations 2024-03-29 13:55:14 +01:00
usr shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage 2024-03-20 09:42:28 -04:00
virt KVM: x86: Add support for "protected VMs" that can utilize private memory 2023-12-01 14:51:47 +01:00
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2024-03-20 09:42:41 -04:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore kbuild: Cleanup DT Overlay intermediate files as appropriate 2024-03-15 14:47:39 -05:00
.gitlab-ci.yml gitlab-ci: enable arm64/s390x/ppc64le debug builds 2024-02-26 20:21:01 +01: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: Orphan Cadence PCIe IP 2024-02-25 08:39:32 -07:00
Kbuild
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: target: update to the latest upstream version 2024-04-03 14:44:13 -03:00
Makefile Merge: arch/x86: backport 2024-03-26 11:25:15 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-436.el9 2024-04-03 14:45:11 -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.