1. 7536c7e of/fdt: Remove redundant kbasename function call by Qi Zheng · 4 years, 8 months ago
  2. c8813f7 drivers/of: keep description of function consistent with function name by chenqiwu · 4 years, 8 months ago
  3. 8d3cdfe of: fix the warnings from command line. by tangjianqiang · 4 years, 9 months ago
  4. 2c97b5a Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  5. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  6. e2f04da of: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  7. b204731 of/fdt: don't ignore errors from of_setup_earlycon by Christoph Hellwig · 5 years ago
  8. dd753d9 fdt: Update CRC check for rng-seed by Hsin-Yi Wang · 5 years ago
  9. 428826f fdt: add support for rng-seed by Hsin-Yi Wang · 5 years ago
  10. 5c68b82 of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap by Masahiro Yamada · 6 years ago
  11. 5d9c4e9 of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning by Kefeng Wang · 6 years ago
  12. 7c71650 of/fdt: Mark initial_boot_params as __ro_after_init by Stephen Boyd · 6 years ago
  13. 9b4d2b6 of/fdt: Remove dead code and mark functions with __init by Stephen Boyd · 6 years ago
  14. b827bcb of: del redundant type conversion by xiaojiangfeng · 6 years ago
  15. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  16. 8ce5f84 of: Remove struct device_node.type pointer by Rob Herring · 6 years ago
  17. e1e5254 OF: Add a warning in case chosen node is not present by Nick Kossifidis · 6 years ago
  18. cdbc848 of/fdt: Remove custom __early_init_dt_declare_initrd() implementation by Florian Fainelli · 6 years ago
  19. fe7db75 of/fdt: Populate phys_initrd_start/phys_initrd_size from FDT by Florian Fainelli · 6 years ago
  20. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  21. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  22. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  23. 6072cf5 of: ignore sub-page memory regions by Mike Rapoport · 6 years ago
  24. da65313 of/fdt: Remove PPC32 longtrail hack in memory scan by Michael Ellerman · 6 years ago
  25. dd709e7 earlycon: Use a pointer table to fix __earlycon_table stride by Daniel Kurtz · 7 years ago
  26. 0fa1c57 of/fdt: use memblock_virt_alloc for early alloc by Rob Herring · 7 years ago
  27. af6074f of: Use SPDX license tag for DT files by Rob Herring · 7 years ago
  28. f5d2da6 of/fdt: Document detached argument to __unflatten_device_tree() by Stephen Boyd · 7 years ago
  29. 77ea8a6 of/fdt: skip unflattening of disabled nodes by Rob Herring · 7 years ago
  30. ecc8a96 of/fdt: add of_fdt_device_is_available function by Rob Herring · 7 years ago
  31. a7e4cfb of/fdt: only store the device node basename in full_name by Rob Herring · 8 years ago
  32. dd6ec12 Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  33. 0ef5adc of: fdt.c header comment typo by Frank Rowand · 8 years ago
  34. 92af089 of: make of_fdt_is_compatible() static by Frank Rowand · 8 years ago
  35. 1fbbed4 Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  36. 49e67dd of: fdt: add missing allocation-failure check by Johan Hovold · 8 years ago
  37. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  38. ea47dd1 of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle by Nicholas Piggin · 8 years ago
  39. 17a7035 of: fix sparse warnings in fdt, irq, reserved mem, and resolver code by Rob Herring · 8 years ago
  40. 81d0848f of: Add unit tests for applying overlays by Frank Rowand · 8 years ago
  41. be5165a Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  42. bd0096d of: Add missing space at end of pr_fmt(). by Frank Rowand · 8 years ago
  43. 3ec7544 of: Add check to of_scan_flat_dt() before accessing initial_boot_params by Tobias Wolf · 8 years ago
  44. 41a9ada of/fdt: mark hotpluggable memory by Reza Arbab · 8 years ago
  45. d503187 of/serial: move earlycon early_param handling to serial by Leif Lindholm · 8 years ago
  46. 89c6775 drivers/of: Validate device node in __unflatten_device_tree() by Gavin Shan · 8 years ago
  47. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  48. 1d1bde5 of: fdt: mark unflattened tree as detached by Michal Suchanek · 8 years ago
  49. 606ad42 of: use pr_fmt prefix for all console printing by Rob Herring · 9 years ago
  50. 9c60986 FDT: Add a helper to get the subnode by given name by Shannon Zhao · 9 years ago
  51. 8c237cd drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes() by Gavin Shan · 9 years ago
  52. dddc33e drivers/of: Fix build warning in populate_node() by Gavin Shan · 9 years ago
  53. 78c44d9 drivers/of: Fix depth when unflattening devicetree by Rhyland Klein · 9 years ago
  54. 8326241 drivers/of: Return allocated memory from of_fdt_unflatten_tree() by Gavin Shan · 9 years ago
  55. c426323 drivers/of: Specify parent node in of_fdt_unflatten_tree() by Gavin Shan · 9 years ago
  56. 947c82c drivers/of: Rename unflatten_dt_node() by Gavin Shan · 9 years ago
  57. 5080008 drivers/of: Avoid recursively calling unflatten_dt_node() by Gavin Shan · 9 years ago
  58. dfbd4c6 drivers/of: Split unflatten_dt_node() by Gavin Shan · 9 years ago
  59. 34b8202 fdt: fix extend of cmd line by Max Uvarov · 9 years ago
  60. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  61. 369bc9a of/fdt: factor out assignment of initrd_start/initrd_end by Ard Biesheuvel · 9 years ago
  62. 270522a of/fdt: make memblock minimum physical address arch configurable by Ard Biesheuvel · 9 years ago
  63. 0fcc286 of: earlycon: Log more helpful message if stdout-path node not found by Peter Hurley · 9 years ago
  64. c90fe9c of: earlycon: Move address translation to of_setup_earlycon() by Peter Hurley · 9 years ago
  65. 088da2a of: earlycon: Initialize port fields from DT properties by Peter Hurley · 9 years ago
  66. 4d118c9 of: earlycon: Add options string handling by Peter Hurley · 9 years ago
  67. 05d9613 of: earlycon: Fixup earlycon console name and index by Peter Hurley · 9 years ago
  68. 2eaa790 earlycon: Use common framework for earlycon declarations by Peter Hurley · 9 years ago
  69. f806238 of/fdt: Add mutex protection for calls to __unflatten_device_tree() by Guenter Roeck · 9 years ago
  70. 78bb2ab of: do not use 0x in front of %pa by Dmitry V. Krivenok · 9 years ago
  71. 0b13ea8 drivers: of: removing assignment of 0 to static variable by Saurabh Sengar · 9 years ago
  72. 3f5ceec of/fdt: fix error checking for earlycon address by Masahiro Yamada · 9 years ago
  73. 6296ad9 of/fdt: fix aliases with baudrate in earlycon by Stefan Agner · 9 years ago
  74. 8eafeb4 of/fdt: make memblock maximum physical address arch configurable by Ard Biesheuvel · 9 years ago
  75. 4da3064d Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  76. becfc3c Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 10 years ago
  77. aefc7ec dt/fdt: add empty versions of early_init_dt_*_memory_arch by Rob Herring · 10 years ago
  78. ce32f85 of/fdt: fix argument name and add comments of unflatten_dt_node() by Masahiro Yamada · 10 years ago
  79. 24bbd92 of/fdt: split off FDT self reservation from memreserve processing by Ard Biesheuvel · 10 years ago
  80. 3b1a2c9 of/fdt: Make fdt blob input parameters of unflatten functions const by Geert Uytterhoeven · 10 years ago
  81. 05f4647 of/fdt: fix allocation size for device node path by Ricky Liang · 10 years ago
  82. cc78378 of/fdt: Add endianness helper function for early init code by Kevin Cernekee · 10 years ago
  83. c954b36 of/fdt: Remove "reg" data prints from early_init_dt_scan_memory by Florian Fainelli · 10 years ago
  84. 523bf17 of/fdt: fix sparse warning by Lad, Prabhakar · 10 years ago
  85. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  86. 70161ff of: Drop ->next pointer from struct device_node by Grant Likely · 10 years ago
  87. 094cb98 of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlap by Ian Campbell · 10 years ago
  88. 66e6a5a Merge tag 'v3.18-rc6' into devicetree/next by Grant Likely · 10 years ago
  89. 08d53aa of/fdt: export fdt blob as /sys/firmware/fdt by Ard Biesheuvel · 10 years ago
  90. ab74d00 of: Fix crash if an earlycon driver is not found by Kevin Cernekee · 10 years ago
  91. 8cccffc of: check for size < 0 after rounding in early_init_dt_add_memory_arch by Ard Biesheuvel · 10 years ago
  92. 50ba08f of/fdt: Don't clear initial_boot_params if fdt_check_header() fails by Bjorn Helgaas · 10 years ago
  93. 5063e25 of: Eliminate of_allnodes list by Grant Likely · 10 years ago
  94. 9aacd60 of/fdt: fix memory range check by Srinivas Kandagatla · 10 years ago
  95. 8f73d4b of: Fix memory block alignment in early_init_dt_add_memory_arch() by Geert Uytterhoeven · 10 years ago
  96. b5f2a8c of: Allow mem_reserve of memory with a base address of zero by Al Cooper · 10 years ago
  97. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  98. 3069f0c of: Use proper types for checking memory overflow by Laura Abbott · 11 years ago
  99. 704033c of: Add memory limiting function for flattened devicetrees by Laura Abbott · 10 years ago
  100. 4972a74 of: Split early_init_dt_scan into two parts by Laura Abbott · 10 years ago