Linux kernel source tree
Go to file
Sean Christopherson 933178ddf7 KVM: selftests: Make Intel arch events globally available in PMU counters test
Wrap PMU counter test's array of Intel architectrual in a helper function
so that the events can be queried in multiple locations.  Add a comment to
explain the need for a wrapper.

No functional change intended.

Link: https://lore.kernel.org/r/20250117234204.2600624-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
2025-02-12 08:34:56 -08:00
Documentation USB driver fixes for 6.13-rc3 2024-12-14 09:35:22 -08:00
LICENSES
arch KVM x86 fixes for 6.13: 2024-12-22 12:59:33 -05:00
block
certs
crypto
drivers First batch of EFI fixes for v6.13 2024-12-15 15:33:41 -08:00
fs First batch of EFI fixes for v6.13 2024-12-15 15:33:41 -08:00
include KVM selftests "tree"-wide changes for 6.14: 2024-12-19 07:50:06 -05:00
init
io_uring
ipc
kernel - Prevent incorrect dequeueing of the deadline dlserver helper task and fix 2024-12-15 09:38:03 -08:00
lib
mm
net BPF fixes: 2024-12-14 12:58:14 -08:00
rust
samples
scripts
security
sound
tools KVM: selftests: Make Intel arch events globally available in PMU counters test 2025-02-12 08:34:56 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS KVM selftests "tree"-wide changes for 6.14: 2024-12-19 07:50:06 -05:00
Makefile Linux 6.13-rc3 2024-12-15 15:58:23 -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 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.