Go to file
Alice Guo 7cfde2a482 thermal/drivers/qoriq: Power down TMU on system suspend
[ Upstream commit 229f3feb4b ]

Enable power-down of TMU (Thermal Management Unit) for TMU version 2 during
system suspend to save power. Save approximately 4.3mW on VDD_ANA_1P8 on
i.MX93 platforms.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20241209164859.3758906-2-Frank.Li@nxp.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:07 +02:00
arch riscv: Allow NOMMU kernels to access all of RAM 2025-05-29 11:02:05 +02:00
block block: fix race between set_blocksize and read paths 2025-05-29 11:02:01 +02:00
certs
crypto
Documentation netlink: specs: tc: all actions are indexed arrays 2025-05-22 14:29:42 +02:00
drivers thermal/drivers/qoriq: Power down TMU on system suspend 2025-05-29 11:02:07 +02:00
fs NFSv4: Treat ENETUNREACH errors as fatal for state recovery 2025-05-29 11:02:06 +02:00
include tracing: Mark binary printing functions with __printf() attribute 2025-05-29 11:02:04 +02:00
init
io_uring io_uring/msg: initialise msg request opcode 2025-05-29 11:02:03 +02:00
ipc
kernel tracing: Mark binary printing functions with __printf() attribute 2025-05-29 11:02:04 +02:00
lib
LICENSES
mm mm/page_alloc: fix race condition in unaccepted memory handling 2025-05-22 14:29:52 +02:00
net SUNRPC: rpcbind should never reset the port to the value '0' 2025-05-29 11:02:06 +02:00
rust rust: clean Rust 1.88.0's clippy::uninlined_format_args lint 2025-05-18 08:24:57 +02:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-05-29 11:02:01 +02:00
scripts kconfig: merge_config: use an empty file as initfile 2025-05-29 11:02:02 +02:00
security ima: process_measurement() needlessly takes inode_lock() on MAY_READ 2025-05-29 11:02:00 +02:00
sound ASoC: codecs: wsa883x: Correct VI sense channel mask 2025-05-29 11:02:06 +02:00
tools selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure 2025-05-29 11:02:01 +02:00
usr
virt KVM: Add member to struct kvm_gfn_range to indicate private/shared 2025-05-22 14:29:36 +02:00
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update Alexey Makhalov's email address 2025-05-22 14:29:46 +02:00
Makefile Linux 6.12.30 2025-05-22 14:29:54 +02: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.