summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-13/+13
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-14/+14
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+3
14 daysMerge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-43/+30
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+195
2026-02-04of: reserved_mem: Fix placement of __free() annotationGregory CLEMENT1-2/+1
2026-02-04of: property: fw_devlink: Add support for "mmc-pwrseq"Francesco Valla1-0/+2
2026-02-04of: property: stop creating callback for each pinctrl-N propertyRasmus Villemoes1-18/+14
2026-02-04of: unittest: fix possible null-pointer dereferences in of_unittest_property_...Tuo Li1-2/+4
2026-02-04of/platform: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+7
2026-02-04of: replace strcmp_suffix() with strends()Bartosz Golaszewski1-13/+2
2026-01-31Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+17
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde1-2/+17
2026-01-27of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli1-12/+3
2026-01-21Merge tag 'renesas-drivers-for-v6.20-tag2' of git://git.kernel.org/pub/scm/li...Arnd Bergmann3-0/+195
2026-01-17of: fix reference count leak in of_alias_scan()Weigang He1-2/+6
2026-01-17of: platform: Use default match table for /firmwareRob Herring (Arm)1-1/+1
2026-01-15of: unittest: Add a test case for for_each_of_imap_item iteratorHerve Codina (Schneider Electric)2-0/+125
2026-01-15of/irq: Introduce for_each_of_imap_itemHerve Codina (Schneider Electric)1-0/+70
2026-01-03of: unittest: Fix memory leak in unittest_data_add()Zilin Guan1-5/+3
2025-12-16arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reo...Jianpeng Chang1-1/+1
2025-12-13Merge tag 'soundwire-6.19-rc1_updated' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+33
2025-12-08of: base: Add of_property_read_u8_indexSrinivas Kandagatla1-0/+33
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-89/+144
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2025-11-27of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root nodeGuenter Roeck1-2/+3
2025-11-27of: Add wrappers to match root node with OF device ID tablesKrzysztof Kozlowski1-0/+47
2025-11-20of/reserved_mem: Simplify the logic of __reserved_mem_alloc_size()Yuntao Wang1-14/+7
2025-11-20of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()Yuntao Wang1-18/+7
2025-11-20of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()Yuntao Wang1-14/+9
2025-11-20of/fdt: Simplify the logic of early_init_dt_scan_memory()Yuntao Wang1-9/+7
2025-11-20of/fdt: Fix incorrect use of dt_root_addr_cells in early_init_dt_check_kho()Yuntao Wang1-12/+4
2025-11-20of/fdt: Fix the len check in early_init_dt_check_for_usable_mem_range()Yuntao Wang1-7/+11
2025-11-20of/fdt: Fix the len check in early_init_dt_check_for_elfcorehdr()Yuntao Wang1-8/+2
2025-11-20of/fdt: Consolidate duplicate code into helper functionsYuntao Wang1-0/+41
2025-11-20of/irq: Handle explicit interrupt parentGeert Uytterhoeven1-0/+2
2025-11-17of/irq: Ignore interrupt parent for nodes without interruptsGeert Uytterhoeven1-1/+1
2025-11-17of/address: Remove the incorrect and misleading commentYuntao Wang1-4/+0
2025-11-17of: overlay: Avoid spurious error messages in of_overlay_remove()Christophe JAILLET1-0/+3
2025-10-27of/irq: Add interrupt affinity reporting interfaceMarc Zyngier1-0/+20
2025-10-24of/irq: Export of_msi_xlate() for module usageLorenzo Pieralisi1-0/+1
2025-10-22of/irq: Fix OF node refcount in of_msi_get_domain()Lorenzo Pieralisi1-1/+3
2025-10-22of/irq: Add msi-parent check to of_msi_xlate()Lorenzo Pieralisi1-3/+36
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-2/+3
2025-10-02Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+5
2025-10-01of: unittest: Fix device reference count leak in of_unittest_pci_node_verifyMa Ke1-0/+1
2025-10-01of: doc: Fix typo in doc comments.Bhanu Seshu Kumar Valluri2-2/+2
2025-10-01Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2025-09-23of/irq: Export of_irq_count for modulesWill McVicker1-0/+1
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi1-20/+5