aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12of: Move all FDT reserved-memory handling into of_reserved_mem.cGravatar Rob Herring 1-122/+1
2024-03-08of: Create of_root if no dtb provided by firmwareGravatar Frank Rowand 1-1/+31
2024-03-08of: Always unflatten in unflatten_and_copy_device_tree()Gravatar Stephen Boyd 1-15/+17
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+3
2023-04-27of: fdt: Scan /memreserve/ lastGravatar Lucas Tanure 1-2/+3
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingGravatar Alexandre Ghiti 1-5/+6
2023-01-31Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Gravatar Isaac J. Manjarres 1-5/+1
2023-01-04of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Gravatar Rob Herring 1-13/+15
2023-01-04Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Gravatar Rob Herring 1-20/+20
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsGravatar Andreas Rammhold 1-2/+4
2022-12-16of: fdt: Honor CONFIG_CMDLINE* even without /chosen nodeGravatar Alexander Sverdlin 1-20/+20
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+5
2022-09-29of: fdt: Remove unused struct fdt_scan_statusGravatar Yuan Can 1-9/+0
2022-09-09of/fdt: Don't calculate initrd size from DT if start > endGravatar Marek Bykowski 1-0/+2
2022-08-22of: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-3/+3
2022-08-16of: fdt: fix off-by-one error in unflatten_dt_nodes()Gravatar Sergey Shtylyov 1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-01of/fdt: declared return type does not match actual return typeGravatar Xu Qiang 1-1/+1
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Gravatar Peter Collingbourne 1-7/+6
2022-06-30earlycon: prevent multiple register_console()Gravatar Michael Walle 1-1/+3
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorGravatar Vincent Whitchurch 1-2/+2
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Gravatar Patrick Wang 1-1/+1
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2022-05-17of/fdt: Ignore disabled memory nodesGravatar Andre Przywara 1-0/+3
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Gravatar Chen Zhou 1-10/+23
2022-02-17of/fdt: move elfcorehdr reservation early for crash dump kernelGravatar Nikhil Gupta 1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+5
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapGravatar Calvin Zhang 1-1/+5
2022-01-12Merge branch 'dt/linus' into dt/nextGravatar Rob Herring 1-6/+13
2022-01-08of/fdt: Don't worry about non-memory region overlap for no-mapGravatar Stephen Boyd 1-2/+4
2021-12-22efi: apply memblock cap after memblock_add()Gravatar Pingfan Liu 1-1/+1
2021-12-22of: fdt: Aggregate the processing of "linux,usable-memory-range"Gravatar Zhen Lei 1-6/+13
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyGravatar Rob Herring 1-32/+36
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyGravatar Rob Herring 1-7/+7
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyGravatar Rob Herring 1-20/+19
2021-11-01of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Gravatar Rob Herring 1-28/+24
2021-08-25of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Gravatar Geert Uytterhoeven 1-3/+3
2021-08-24of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGravatar Geert Uytterhoeven 1-6/+3
2021-08-24of: fdt: Add generic support for handling usable memory range propertyGravatar Geert Uytterhoeven 1-0/+30
2021-08-24of: fdt: Add generic support for handling elf core headers propertyGravatar Geert Uytterhoeven 1-3/+56
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Gravatar Geert Uytterhoeven 1-6/+1
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGravatar Geert Uytterhoeven 1-16/+16
2021-08-03of: fdt: do not update local variable after useGravatar Ohhoon Kwon 1-1/+0
2021-07-15of: fdt: remove unnecessary codesGravatar 권오훈 1-3/+0
2021-06-16of: Remove superfluous casts when printing u64 valuesGravatar Geert Uytterhoeven 1-4/+2
2021-06-16of: Fix truncation of memory sizes on 32-bit platformsGravatar Geert Uytterhoeven 1-4/+4
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+20
2021-04-07of: properly check for error returned by fdt_get_name()Gravatar Frank Rowand 1-13/+23
2021-03-27of: Add missing 'Return' section in kerneldoc commentsGravatar Rob Herring 1-4/+4