summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
7 daysof: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root nodeGuenter Roeck1-2/+3
2025-10-19of: unittest: Fix device reference count leak in of_unittest_pci_node_verifyMa Ke1-0/+1
2025-09-09of_numa: fix uninitialized memory nodes causing kernel panicYin Tirui1-1/+4
2025-09-04of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde1-4/+12
2025-09-04of: dynamic: Fix use after free in of_changeset_add_prop_helper()Dan Carpenter1-2/+4
2025-09-04of: dynamic: Fix memleak when of_pci_add_properties() failedLizhi Hou1-0/+3
2025-06-19of: unittest: Unlock on error in unittest_data_add()Dan Carpenter1-4/+6
2025-05-02of: resolver: Fix device node refcount leakage in of_resolve_phandles()Zijun Hu1-1/+2
2025-05-02of: resolver: Simplify of_resolve_phandles() using __free()Rob Herring (Arm)1-23/+11
2025-04-20of/irq: Fix device node refcount leakages in of_irq_init()Zijun Hu1-0/+3
2025-04-20of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()Zijun Hu1-1/+5
2025-04-20of/irq: Fix device node refcount leakages in of_irq_count()Zijun Hu1-1/+3
2025-04-20of/irq: Fix device node refcount leakage in API of_irq_parse_raw()Zijun Hu1-0/+8
2025-04-20of/irq: Fix device node refcount leakage in API of_irq_parse_one()Zijun Hu1-32/+27
2025-03-13Revert "of: reserved-memory: Fix using wrong number of cells to get property ...Rob Herring (Arm)1-2/+2
2025-02-17of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu1-2/+2
2025-02-17of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu1-3/+3
2025-02-17of: address: Fix empty resource handling in __of_address_resource_bounds()Thomas Weißschuh1-7/+5
2025-02-17of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu1-1/+1
2025-02-08of: reserved-memory: Warn for missing static reserved memory regionsZijun Hu1-0/+5
2025-02-08of/fdt: Restore possibility to use both ACPI and FDT from bootloaderDmytro Maluka1-9/+1
2025-02-08of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde3-54/+122
2025-02-08of: reserved-memory: Do not make kmemleak ignore freed addressZijun Hu1-1/+2
2025-02-08of: property: Avoiding using uninitialized variable @imaplen in parse_interru...Zijun Hu1-1/+1
2025-02-01of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)2-0/+27
2024-12-27of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu1-1/+1
2024-12-27of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-12-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta1-1/+2
2024-12-27of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland1-2/+0
2024-12-27of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu1-0/+1
2024-12-27of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu1-0/+1
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2-7/+9
2024-10-10of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd4-0/+24
2024-10-10of: Fix unbalanced of node refcount and memory leaksJinjie Ruan1-1/+1
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+3
2024-09-24Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds7-3/+221
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-100/+66
2024-09-13of/irq: Use helper to define resourcesVasileios Amoiridis1-3/+2
2024-09-13of/irq: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-13drivers/of: Improve documentation for match_stringMiquel Sabaté Solà1-4/+9
2024-09-13of: property: Do some clean up with use of __free()Zhang Zekun1-20/+8
2024-09-13of: address: Unify resource bounds overflow checkingThomas Weißschuh1-19/+24
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2-3/+3
2024-09-05of: address: Report error on resource bounds overflowThomas Weißschuh1-0/+5
2024-09-04of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)1-2/+2
2024-09-04mm: introduce numa_memblksMike Rapoport (Microsoft)1-0/+1
2024-08-30Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2024-08-27video/aperture: optionally match the device in sysfb_disable()Alex Deucher1-1/+1
2024-08-26of: resolver: Simplify with scoped for each OF child loopJinjie Ruan1-8/+4