summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2026-03-04of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli
2026-02-26of: unittest: fix possible null-pointer dereferences in of_unittest_property_...Tuo Li
2026-02-06of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde
2026-02-06of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()Yuntao Wang
2026-01-30of: platform: Use default match table for /firmwareRob Herring (Arm)
2026-01-30of: fix reference count leak in of_alias_scan()Weigang He
2026-01-17of: unittest: Fix memory leak in unittest_data_add()Zilin Guan
2026-01-02arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reo...Jianpeng Chang
2025-12-18of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root nodeGuenter Roeck
2025-12-18of/fdt: Fix incorrect use of dt_root_addr_cells in early_init_dt_check_kho()Yuntao Wang
2025-12-18of/fdt: Fix the len check in early_init_dt_check_for_usable_mem_range()Yuntao Wang
2025-12-18of/fdt: Fix the len check in early_init_dt_check_for_elfcorehdr()Yuntao Wang
2025-12-18of/fdt: Consolidate duplicate code into helper functionsYuntao Wang
2025-10-24of/irq: Export of_msi_xlate() for module usageLorenzo Pieralisi
2025-10-22of/irq: Fix OF node refcount in of_msi_get_domain()Lorenzo Pieralisi
2025-10-22of/irq: Add msi-parent check to of_msi_xlate()Lorenzo Pieralisi
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-01of: unittest: Fix device reference count leak in of_unittest_pci_node_verifyMa Ke
2025-10-01of: doc: Fix typo in doc comments.Bhanu Seshu Kumar Valluri
2025-09-30Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-09-23of/irq: Export of_irq_count for modulesWill McVicker
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-08-27of_numa: fix uninitialized memory nodes causing kernel panicYin Tirui
2025-08-25Merge tag 'devicetree-fixes-for-6.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-08-22of: dynamic: Fix use after free in of_changeset_add_prop_helper()Dan Carpenter
2025-08-21of: reserved_mem: Add missing IORESOURCE_MEM flag on resourcesRob Herring (Arm)
2025-08-20of: dynamic: Fix memleak when of_pci_add_properties() failedLizhi Hou
2025-08-11of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-30of: Clarify OF device context in of_match_device() commentBagas Sanjaya
2025-07-08of/irq: Add of_msi_xlate() helper functionLorenzo Pieralisi
2025-06-25samples: rust: platform: Add property child and reference args examplesRemo Senekowitsch
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-13samples: rust: platform: Add property read examplesRemo Senekowitsch
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-12arm64: add KHO supportAlexander Graf
2025-05-09of: unittest: Unlock on error in unittest_data_add()Dan Carpenter
2025-05-05of: Simplify of_dma_set_restricted_buffer() to use of_for_each_phandle()Rob Herring (Arm)
2025-05-05of: reserved_mem: Add functions to parse "memory-region"Rob Herring (Arm)
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-21of: address: Allow to specify nonposted-mmio per-deviceKonrad Dybcio
2025-03-21of: address: Expand nonposted-mmio to non-Apple Silicon platformsKonrad Dybcio
2025-03-20of: Add of_property_read_u16_indexErnest Van Hoecke
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2025-03-14of: Move of_prop_val_eq() next to the single userRob Herring (Arm)