No description
Find a file
Hans de Goede 058ef2dee0 platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE
[ Upstream commit 52f91e5194 ]

Add "X570S AORUS ELITE" to known working boards

Reported-by: Brandon Nielsen <nielsenb@jetfuse.net>
Link: https://lore.kernel.org/r/20230331014902.7864-1-nielsenb@jetfuse.net
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-06-06 18:06:43 +08:00
arch s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling 2023-06-06 18:06:43 +08:00
block
certs
crypto
Documentation
drivers platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE 2023-06-06 18:06:43 +08:00
fs
include f2fs: Fix f2fs_truncate_partial_nodes ftrace event 2023-06-06 18:06:42 +08:00
init
io_uring
ipc
kernel bpf: Fix incorrect verifier pruning due to missing register precision taints 2023-06-06 18:06:42 +08:00
lib
LICENSES
mm
net net: rpl: fix rpl header size calculation 2023-06-06 18:06:42 +08:00
samples
scripts
security
sound
tools selftests: sigaltstack: fix -Wuninitialized 2023-06-06 18:06:42 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.