Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Dan Williams d2f9fe6953 Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl
Pick up initial support for the CXL 3.0 performance monitoring
definition. Small conflicts with the firmware update work as they both
placed their init code in the same location.
2023-06-25 17:53:18 -07:00
arch - Set up the kernel CS earlier in the boot process in case EFI boots the 2023-06-11 10:14:02 -07:00
block
certs
crypto
Documentation Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
drivers Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
fs five smb3 server fixes, all also for stable 2023-06-11 10:07:35 -07:00
include Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
init
io_uring
ipc
kernel Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl 2023-06-25 17:53:18 -07:00
Makefile Linux 6.4-rc6 2023-06-11 14:35:30 -07: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.