Linux kernel source tree
Go to file
Borislav Petkov (AMD) 9d2b6fa09d RAS: Export helper to get ras_debugfs_dir
Export a getter instead of the debugfs node directly so that, other
in-tree-only RAS modules can use it.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lore.kernel.org/r/20240301143748.854090-2-yazen.ghannam@amd.com
2024-03-01 16:55:10 +01:00
Documentation Documentation: Move RAS section to admin-guide 2024-02-14 17:10:06 +01:00
LICENSES
arch powerpc fixes for 6.8 #2 2024-01-21 11:04:29 -08:00
block
certs
crypto
drivers RAS: Export helper to get ras_debugfs_dir 2024-03-01 16:55:10 +01:00
fs More bcachefs updates for 6.7-rc1 2024-01-21 14:01:12 -08:00
include RAS/AMD/ATL: Add MI300 row retirement support 2024-02-14 17:10:06 +01:00
init
io_uring
ipc
kernel Updates for time and clocksources: 2024-01-21 11:14:40 -08:00
lib
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RAS: Introduce a FRU memory poison manager 2024-02-20 18:56:15 +01:00
Makefile Linux 6.8-rc1 2024-01-21 14:11:32 -08:00
README

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.