Linux kernel source tree
Go to file
Rafael J. Wysocki e5f98896ef thermal: trip: Split thermal_zone_device_set_mode()
Pull a wrapper around thermal zone .change_mode() callback out of
thermal_zone_device_set_mode() because it will be used elsewhere
subsequently.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2206793.irdbgypaU6@rjwysocki.net
2024-07-23 14:18:15 +02:00
arch - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
block for-6.11/block-20240722 2024-07-22 11:32:05 -07:00
certs
crypto
Documentation - 875fa64577da ("mm/hugetlb_vmemmap: fix race with speculative PFN 2024-07-21 17:15:46 -07:00
drivers thermal: trip: Split thermal_zone_device_set_mode() 2024-07-23 14:18:15 +02:00
fs bcachefs fixes for 6.11-rc1 2024-07-22 10:59:08 -07:00
include for-6.11/block-20240722 2024-07-22 11:32:05 -07:00
init - 875fa64577da ("mm/hugetlb_vmemmap: fix race with speculative PFN 2024-07-21 17:15:46 -07:00
io_uring
ipc
kernel - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
lib for-6.11/block-20240722 2024-07-22 11:32:05 -07:00
LICENSES
mm - 875fa64577da ("mm/hugetlb_vmemmap: fix race with speculative PFN 2024-07-21 17:15:46 -07:00
net - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
rust
samples - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
scripts - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
security Landlock updates for v6.11-rc1 2024-07-20 11:41:52 -07:00
sound
tools - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
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 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.