aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/of/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-7/+1
2025-01-24of/fdt: Restore possibility to use both ACPI and FDT from bootloaderDmytro Maluka1-9/+1
2025-01-13of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()Zijun Hu1-1/+6
2024-12-03of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attributeThomas Weißschuh1-12/+4
2024-11-08of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)1-2/+2
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-6/+8
2024-10-15of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde1-2/+3
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada1-1/+1
2024-05-31of/fdt: avoid re-parsing '#{address,size}-cells' in of_fdt_limit_memoryRob Herring1-22/+1
2024-05-31of/fdt: Scan the root node properties earlierRob Herring1-3/+4
2024-03-12of: Move all FDT reserved-memory handling into of_reserved_mem.cRob Herring1-122/+1
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand1-1/+31
2024-03-08of: Always unflatten in unflatten_and_copy_device_tree()Stephen Boyd1-15/+17
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+3
2023-04-27of: fdt: Scan /memreserve/ lastLucas Tanure1-2/+3
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti1-5/+6
2023-01-31Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres1-5/+1
2023-01-04of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring1-13/+15
2023-01-04Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring1-20/+20
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold1-2/+4
2022-12-16of: fdt: Honor CONFIG_CMDLINE* even without /chosen nodeAlexander Sverdlin1-20/+20
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-12/+5
2022-09-29of: fdt: Remove unused struct fdt_scan_statusYuan Can1-9/+0
2022-09-09of/fdt: Don't calculate initrd size from DT if start > endMarek Bykowski1-0/+2
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-16of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-01of/fdt: declared return type does not match actual return typeXu Qiang1-1/+1
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Peter Collingbourne1-7/+6
2022-06-30earlycon: prevent multiple register_console()Michael Walle1-1/+3
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorVincent Whitchurch1-2/+2
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys()Patrick Wang1-1/+1
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2022-05-17of/fdt: Ignore disabled memory nodesAndre Przywara1-0/+3
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Chen Zhou1-10/+23
2022-02-17of/fdt: move elfcorehdr reservation early for crash dump kernelNikhil Gupta1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+5
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang1-1/+5
2022-01-12Merge branch 'dt/linus' into dt/nextRob Herring1-6/+13
2022-01-08of/fdt: Don't worry about non-memory region overlap for no-mapStephen Boyd1-2/+4
2021-12-22efi: apply memblock cap after memblock_add()Pingfan Liu1-1/+1
2021-12-22of: fdt: Aggregate the processing of "linux,usable-memory-range"Zhen Lei1-6/+13
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-32/+36
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring1-7/+7
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-20/+19
2021-11-01of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Rob Herring1-28/+24
2021-08-25of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Geert Uytterhoeven1-3/+3
2021-08-24of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGeert Uytterhoeven1-6/+3