Go to file
Bo Liu 5410aa3aa7
regulator: pf9453: convert to use maple tree register cache
The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Link: https://patch.msgid.link/20250424010855.2662-1-liubo03@inspur.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-04-24 12:56:29 +01:00
arch
block
certs
crypto
Documentation regulator: max20086: Fixes chip id and enable gpio 2025-04-23 12:43:27 +01:00
drivers regulator: pf9453: convert to use maple tree register cache 2025-04-24 12:56:29 +01:00
fs Changes since last update: 2025-04-13 10:52:04 -07:00
include regulator: max20086: Fixes chip id and enable gpio 2025-04-23 12:43:27 +01:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools memblock: fix build of memblock test 2025-04-13 07:11:33 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS regulator: max20086: Fixes chip id and enable gpio 2025-04-23 12:43:27 +01:00
Makefile Linux 6.15-rc2 2025-04-13 11:54:49 -07: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.