aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
AgeCommit message (Expand)Author
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27of: fdt: Scan /memreserve/ lastLucas Tanure
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-01-31Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres
2023-01-04of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring
2023-01-04Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold
2022-12-16of: fdt: Honor CONFIG_CMDLINE* even without /chosen nodeAlexander Sverdlin
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-29of: fdt: Remove unused struct fdt_scan_statusYuan Can
2022-09-09of/fdt: Don't calculate initrd size from DT if start > endMarek Bykowski
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-01of/fdt: declared return type does not match actual return typeXu Qiang
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Peter Collingbourne
2022-06-30earlycon: prevent multiple register_console()Michael Walle
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorVincent Whitchurch
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-17of/fdt: Ignore disabled memory nodesAndre Przywara
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Chen Zhou
2022-02-17of/fdt: move elfcorehdr reservation early for crash dump kernelNikhil Gupta
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang
2022-01-12Merge branch 'dt/linus' into dt/nextRob Herring
2022-01-08of/fdt: Don't worry about non-memory region overlap for no-mapStephen Boyd
2021-12-22efi: apply memblock cap after memblock_add()Pingfan Liu
2021-12-22of: fdt: Aggregate the processing of "linux,usable-memory-range"Zhen Lei
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring
2021-11-01of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Rob Herring
2021-08-25of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Geert Uytterhoeven
2021-08-24of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGeert Uytterhoeven
2021-08-24of: fdt: Add generic support for handling usable memory range propertyGeert Uytterhoeven
2021-08-24of: fdt: Add generic support for handling elf core headers propertyGeert Uytterhoeven
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven
2021-08-03of: fdt: do not update local variable after useOhhoon Kwon
2021-07-15of: fdt: remove unnecessary codes권오훈
2021-06-16of: Remove superfluous casts when printing u64 valuesGeert Uytterhoeven
2021-06-16of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-27of: Fix kerneldoc output formattingRob Herring
2021-03-23of: fdt: Demote kernel-doc abuses and fix function namingLee Jones
2021-01-15of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat