aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-24of: fdt: Add generic support for handling usable memory range propertyGeert Uytterhoeven1-0/+30
2021-08-24of: fdt: Add generic support for handling elf core headers propertyGeert Uytterhoeven1-3/+56
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven1-6/+1
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven1-16/+16
2021-08-03of: fdt: do not update local variable after useOhhoon Kwon1-1/+0
2021-07-15of: fdt: remove unnecessary codes권오훈1-3/+0
2021-06-16of: Remove superfluous casts when printing u64 valuesGeert Uytterhoeven1-4/+2
2021-06-16of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven1-4/+4
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-20/+20
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand1-13/+23
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-4/+4
2021-03-27of: Fix kerneldoc output formattingRob Herring1-5/+4
2021-03-23of: fdt: Demote kernel-doc abuses and fix function namingLee Jones1-11/+12
2021-01-15of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9
2021-01-15fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-5/+2
2020-05-28of/fdt: Remove redundant kbasename function callQi Zheng1-4/+0
2020-05-19drivers/of: keep description of function consistent with function namechenqiwu1-1/+1
2020-04-20of: fix the warnings from command line.tangjianqiang1-1/+1
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-10/+10
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang1-10/+10
2019-10-01of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig1-2/+2
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2019-08-23fdt: add support for rng-seedHsin-Yi Wang1-2/+12
2019-07-08of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada1-3/+4