Go to file
David Arcari fd6eed3e8a tools/power/x86/intel-speed-select: Abstract is_punit_valid
Bugzilla: https://bugzilla.redhat.com/2177018

commit 143584e8484fd5225efc4da490d744d26d2cf64e
Author: Zhang Rui <rui.zhang@intel.com>
Date:   Sat Aug 20 19:39:52 2022 +0800

    tools/power/x86/intel-speed-select: Abstract is_punit_valid

    Allow platform specific implementation to identify a valid punit.

    No functional changes are expected.

    Signed-off-by: Zhang Rui <rui.zhang@intel.com>
    [srinivas.pandruvada@linux.intel.com: changelog edits]
    Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>

Signed-off-by: David Arcari <darcari@redhat.com>
2023-09-22 09:01:44 -04:00
Documentation Merge: power: TPMI UFS (Uncore Frequency Scaling) Driver 2023-09-18 12:44:37 -04:00
LICENSES
arch Merge: perf: sync with upstream v6.5 2023-09-21 09:45:23 -04:00
block blk-throttle: Fix io statistics for cgroup v1 2023-09-04 11:23:22 +08:00
certs KEYS: DigitalSignature link restriction 2023-05-27 08:41:17 +08:00
crypto crypto: algboss - compile out test-related code when tests disabled 2023-09-06 08:16:46 -04:00
drivers Merge: Expose TPMI interface for SST 2023-09-21 09:45:24 -04:00
fs Merge tag 'kernel-5.14.0-362.4.1.el9_3' from 9.3 2023-09-20 19:33:56 +02:00
include Merge: Expose TPMI interface for SST 2023-09-21 09:45:24 -04:00
init init: Provide arch_cpu_finalize_init() 2023-08-08 08:57:28 -04:00
io_uring RHEL only: mark io_uring tech preview 2023-08-14 15:33:56 -04:00
ipc ipc/shm: call underlying open/close vm_ops 2023-06-14 15:11:04 -06:00
kernel Merge: perf: sync with upstream v6.5 2023-09-21 09:45:23 -04:00
lib Merge: kernel: x86/mm: Randomize per-cpu entry area [rhel-9] 2023-08-16 09:41:27 +02:00
mm Merge: mm/nvdimm: fix failure to install os on some ppc systems 2023-08-10 17:12:45 +00:00
net Merge: Bluetooth: L2CAP: Fix u8 overflow 2023-09-21 09:45:22 -04:00
redhat [redhat] kernel-5.14.0-368.el9 2023-09-21 10:23:16 -04:00
samples Merge: input/hid subsystem rebase to v6.3 2023-07-21 17:32:18 +02:00
scripts tracing: Always use canonical ftrace path 2023-09-18 12:02:13 +02:00
security Merge: io_uring: pull in fixes from upstream 2023-08-17 11:14:52 +02:00
sound Merge: ALSA: Add audio support for Dell SKU 0BDA and 0B34 2023-07-21 17:32:17 +02:00
tools tools/power/x86/intel-speed-select: Abstract is_punit_valid 2023-09-22 09:01:44 -04:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt KVM: Grab a reference to KVM for VM and vCPU stats file descriptors 2023-08-07 17:38:06 +03:00
.clang-format PCI: Introduce pci_dev_for_each_resource() 2023-09-05 09:16:40 -06:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: split the second line of *.mod into *.usyms 2023-03-24 17:06:53 -04:00
.gitlab-ci.yml redhat: change default dist suffix for RHEL 9.3 2023-08-29 09:45:47 +02:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: power: TPMI UFS (Uncore Frequency Scaling) Driver 2023-09-18 12:44:37 -04:00
Makefile arch: Introduce CONFIG_FUNCTION_ALIGNMENT 2023-06-30 20:00:00 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-368.el9 2023-09-21 10:23:16 -04: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.