A mirror of the official Linux kernel repository just in case
Go to file
Vignesh Raman 0b8778af8b drm/ci: skip tools_test on non-intel platforms
tools_test is a wrapper for running tools/intel_reg
and tools/intel_l3_parity. So skip these tests on
non-intel platforms and update expectaion files.

Acked-by: Helen Koike <helen.koike@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-3-vignesh.raman@collabora.com
2024-08-06 11:20:41 -03:00
arch Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
block
certs
crypto
Documentation Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
drivers drm/ci: skip tools_test on non-intel platforms 2024-08-06 11:20:41 -03:00
fs Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
include Revert "drm: Introduce 'power saving policy' drm property" 2024-08-02 11:28:53 -04:00
init
io_uring
ipc
kernel Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
lib Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
LICENSES
mm
net NFS client bugfixes for Linux 6.10 2024-06-29 13:48:24 -07:00
rust
samples
scripts kbuild: scripts/gdb: bring the "abspath" back 2024-06-27 04:20:32 +09:00
security
sound Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
tools Fix three recent minor turbostat regressions. 2024-06-28 09:04:33 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add selftests to DMA-BUF HEAPS FRAMEWORK entry 2024-07-30 10:39:03 +02:00
Makefile Linux 6.10-rc6 2024-06-30 14:40:44 -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 reStructuredText 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.