Go to file
Radu Rendec f940a54018 of: Add for_each_reserved_child_of_node()
JIRA: https://issues.redhat.com/browse/RHEL-77190

commit 28c5d4e40752fc39507a647b20649c5ca1cf33b7
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Wed Jan 10 01:14:50 2024 +0000

    of: Add for_each_reserved_child_of_node()

    We would like to use for_each loop for status = "reserved" nodes.
    Add for_each_reserved_child_of_node() for it.

    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
    Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/87a5pegfau.wl-kuninori.morimoto.gx@renesas.com
    Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Signed-off-by: Radu Rendec <rrendec@redhat.com>
2025-01-31 16:12:16 -05:00
Documentation Merge: BPF 6.12 Rebase 2025-01-27 15:24:25 +01:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: Updates for EEH PE state translation 2025-01-28 16:03:18 +01:00
block Merge: block: three CVE fixes 2025-01-23 13:14:51 +00:00
certs integrity: PowerVM support for loading third party code signing keys 2024-02-05 19:05:32 +08:00
crypto Merge: Updates for powerpc crypto AES 2025-01-23 13:14:54 +00:00
drivers of: Add for_each_reserved_child_of_node() 2025-01-31 16:12:16 -05:00
fs Merge: ext4: update orig_path in ext4_find_extent() 2025-01-27 15:24:29 +01:00
include of: Add for_each_reserved_child_of_node() 2025-01-31 16:12:16 -05:00
init Merge: lsm: Reduce overhead of LSMs with static calls 2025-01-14 14:18:34 +00:00
io_uring io_uring: manually fix compilation error 2025-01-13 18:57:26 +00:00
ipc mempolicy: alloc_pages_mpol() for NUMA policy without vma 2024-12-09 12:23:16 -05:00
kernel Merge: BPF 6.12 Rebase 2025-01-27 15:24:25 +01:00
lib Merge: BPF 6.12 Rebase 2025-01-27 15:24:25 +01:00
mm Merge: CVE-2024-57884: mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() 2025-01-27 15:24:28 +01:00
net Merge: CVE-2024-54460: Bluetooth: iso: Fix circular lock in iso_listen_bis 2025-01-28 16:03:17 +01:00
redhat [redhat] kernel-5.14.0-558.el9 2025-01-28 10:05:45 -05:00
samples samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0' 2025-01-21 11:27:00 +01:00
scripts btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh 2025-01-21 11:27:07 +01:00
security Merge: Update TPM to upstream v6.12 2025-01-23 13:14:42 +00:00
sound Merge: ALSA - update drivers for 9.6 2025-01-22 14:27:11 +00:00
tools Merge: add post-v6.10 Fixes for CXL 2025-01-28 16:03:13 +01:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt Merge: Preparatory patches for TDX support in KVM 2025-01-27 15:24:23 +01:00
.clang-format media: subdev: Add for_each_active_route() macro 2024-11-27 09:40:34 +08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml CI: Enable pipelines for rt-64k variant 2025-01-24 11:15:33 -05:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-05-13 15:56:48 -06:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option 2024-01-12 14:27:16 +01:00
MAINTAINERS Merge: crypto: iaa - Fix a soft-lockup 2025-01-23 13:14:35 +00:00
Makefile Merge DRM changes from upstream v6.11..v6.12 2025-01-10 10:39:42 +01:00
Makefile.rhelver [redhat] kernel-5.14.0-558.el9 2025-01-28 10:05:45 -05:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04: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 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.