Linux kernel source tree
Go to file
Rafael J. Wysocki 384b52ce32 PM: runtime: Introduce one more usage counter guard
Follow previous commit 9a0abc3945 ("PM: runtime: Add auto-cleanup
macros for "resume and get" operations") and define a runtime PM
usage counter guard in which pm_runtime_get_noresume() and
pm_runtime_put_noidle() will be used for incrementing and
decrementing it, respectively.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameorn@huawei.com>
2025-10-03 21:09:54 +02:00
Documentation PM: runtime: Documentation: ABI: Document time units for *_time 2025-09-26 18:52:01 +02:00
LICENSES
arch Fix a SEV-SNP regression when CONFIG_KVM_AMD_SEV is disabled. 2025-09-20 09:27:15 -07:00
block
certs
crypto This push fixes a NULL pointer dereference in ccp and a couple of 2025-09-19 09:58:21 -07:00
drivers PCI/sysfs: Use runtime PM guard macro for auto-cleanup 2025-09-29 17:01:47 +02:00
fs for-6.17-rc6-tag 2025-09-20 21:41:26 -07:00
include PM: runtime: Introduce one more usage counter guard 2025-10-03 21:09:54 +02:00
init
io_uring io_uring-6.17-20250919 2025-09-19 12:10:49 -07:00
ipc
kernel Runtime Verifier fixes for v6.17 2025-09-18 15:22:00 -07:00
lib
mm 15 hotfixes. 11 are cc:stable and the remainder address post-6.16 issues 2025-09-17 21:34:26 -07:00
net Including fixes from wireless. No known regressions at this point. 2025-09-18 10:22:02 -07:00
rust
samples 15 hotfixes. 11 are cc:stable and the remainder address post-6.16 issues 2025-09-17 21:34:26 -07:00
scripts
security
sound ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx 2025-09-18 21:10:05 +02:00
tools LoongArch fixes for v6.17-rc7 2025-09-19 10:06:51 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Runtime Verifier fixes for v6.17 2025-09-18 15:22:00 -07:00
Makefile Linux 6.17-rc7 2025-09-21 15:08:52 -07: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.