Go to file
David Arcari 771df3aff7 tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features
JIRA: https://issues.redhat.com/browse/RHEL-20029

commit 0e3f10e6aa97b0134b526ec9cdc3ccdac2239b43
Author: Zhang Rui <rui.zhang@intel.com>
Date:   Thu Oct 19 11:04:33 2023 +0800

    tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features

    Add MSR_CORE_C1_RES support for spr_features because both Sapphirerapids
    and Emeraldrapids support this MSR.

    Signed-off-by: Zhang Rui <rui.zhang@intel.com>

Signed-off-by: David Arcari <darcari@redhat.com>
2024-01-04 10:34:17 -05:00
Documentation Merge: virt: tdx-guest: Add Quote generation support using TSM_REPORTS 2024-01-02 10:35:01 -05:00
LICENSES
arch x86/cpu: Add model number for Intel Arrow Lake mobile processor 2024-01-04 10:34:12 -05:00
block
certs
crypto
drivers Merge: virt: tdx-guest: Add Quote generation support using TSM_REPORTS 2024-01-02 10:35:01 -05:00
fs Merge: net: visibility patches 2024-01-02 10:35:00 -05:00
include Merge: virt: tdx-guest: Add Quote generation support using TSM_REPORTS 2024-01-02 10:35:01 -05:00
init
io_uring
ipc
kernel Merge: Scheduler stabilization 2024-01-02 10:35:00 -05:00
lib Merge: Scheduler stabilization 2024-01-02 10:35:00 -05:00
mm Merge: Scheduler stabilization 2024-01-02 10:35:00 -05:00
net Merge: net: visibility patches 2024-01-02 10:35:00 -05:00
redhat [redhat] kernel-5.14.0-403.el9 2024-01-02 10:37:49 -05:00
samples Merge: vfio: Updates for RHEL9.4 part 2 2023-12-21 09:54:14 -05:00
scripts
security
sound ALSA: hda/tas2781: leave hda_component in usable state 2023-12-18 16:31:45 +01:00
tools tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features 2024-01-04 10:34:17 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: virt: tdx-guest: Add Quote generation support using TSM_REPORTS 2024-01-02 10:35:01 -05:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-403.el9 2024-01-02 10:37:49 -05:00
README
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.