1. 9aacd60 of/fdt: fix memory range check by Srinivas Kandagatla · 10 years ago
  2. 8f73d4b of: Fix memory block alignment in early_init_dt_add_memory_arch() by Geert Uytterhoeven · 10 years ago
  3. b5f2a8c of: Allow mem_reserve of memory with a base address of zero by Al Cooper · 10 years ago
  4. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  5. 3069f0c of: Use proper types for checking memory overflow by Laura Abbott · 10 years ago
  6. 704033c of: Add memory limiting function for flattened devicetrees by Laura Abbott · 10 years ago
  7. 4972a74 of: Split early_init_dt_scan into two parts by Laura Abbott · 10 years ago
  8. a67a6ed of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch by Laura Abbott · 10 years ago
  9. 728dd19 Merge branch 'earlycon-dt' into for-next by Rob Herring · 10 years ago
  10. b44aa25 of: Handle memory@0 node on PPC32 only by Leif Lindholm · 10 years ago
  11. d2d3d7c of: Use NULL for pointers by Thierry Reding · 10 years ago
  12. fb11ffe of/fdt: add FDT serial scanning for earlycon by Rob Herring · 10 years ago
  13. 1daa0c4 of/fdt: convert initial_boot_params to opaque pointer by Rob Herring · 10 years ago
  14. c0556d3 of/fdt: introduce of_get_flat_dt_size by Rob Herring · 10 years ago
  15. 1d1a661 of/fdt: fix phys_addr_t related print size warnings by Rob Herring · 10 years ago
  16. d1552ce of/fdt: move memreserve and dtb memory reservations into core by Rob Herring · 10 years ago
  17. b0a6fb3 of/fdt: create common debugfs by Rob Herring · 10 years ago
  18. c972de1 of/fdt: use libfdt accessors for header data by Rob Herring · 10 years ago
  19. e6a6928 of/fdt: Convert FDT functions to use libfdt by Rob Herring · 10 years ago
  20. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 10 years ago
  21. bba04d9 of/fdt: remove unused of_scan_flat_dt_by_path by Rob Herring · 10 years ago
  22. 0ee0496 of/fdt: remove some unneeded includes by Rob Herring · 10 years ago
  23. 5b62411 of: Fix the section mismatch warnings. by Xiubo Li · 10 years ago
  24. ca3992b Merge branch 'devicetree/next-reserved-mem' into devicetree/next by Grant Likely · 10 years ago
  25. 0829f6d of: device_node kobject lifecycle fixes by Pantelis Antoniou · 11 years ago
  26. 2040b52 of: only scan for reserved mem when fdt present by Josh Cartwright · 10 years ago
  27. 75b57ec of: Make device nodes kobjects so they show up in sysfs by Grant Likely · 10 years ago
  28. 3f0c820 drivers: of: add initialization code for dynamic reserved memory by Marek Szyprowski · 10 years ago
  29. e8d9d1f drivers: of: add initialization code for static reserved memory by Marek Szyprowski · 10 years ago
  30. 6f041e9 of: Fix NULL dereference in unflatten_and_copy() by James Hogan · 11 years ago
  31. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  32. b920ecc Revert "of: Feed entire flattened device tree into the random pool" by Grant Likely · 11 years ago
  33. 6a903a2 of: introduce common FDT machine related functions by Rob Herring · 11 years ago
  34. 29eb45a of: remove early_init_dt_setup_initrd_arch by Rob Herring · 11 years ago
  35. 068f631 of: create default early_init_dt_add_memory_arch by Rob Herring · 11 years ago
  36. 0288ffcb of: Introduce common early_init_dt_scan by Rob Herring · 11 years ago
  37. a8bf752 of: create unflatten_and_copy_device_tree by Rob Herring · 11 years ago
  38. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  39. 64c3538 Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  40. 109b623 of: Feed entire flattened device tree into the random pool by Anton Blanchard · 11 years ago
  41. 4485681 of/fdt: Clean up casting in unflattening path by Grant Likely · 11 years ago
  42. 92d3161 of/fdt: Remove duplicate memory clearing on FDT unflattening by Grant Likely · 11 years ago
  43. a1727da of: consolidate definition of early_init_dt_alloc_memory_arch() by Grant Likely · 11 years ago
  44. 8be137f Merge tag 'v3.11-rc7' into devicetree/next by Grant Likely · 11 years ago
  45. 57d74bc drivers: of: add function to scan fdt nodes given by path by Marek Szyprowski · 11 years ago
  46. 9e40127 of: fdt: fix memory initialization for expanded DT by Wladislav Wiebe · 11 years ago
  47. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  48. 4c7d636 open firmware: "/aliasas" -> "/aliases" by Robert P. J. Day · 11 years ago
  49. 375da3a drivers/of/fdt.c: re-use kernel's kbasename() by Andy Shevchenko · 12 years ago
  50. 465aac6 Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes" by Randy Dunlap · 12 years ago
  51. 0fca5de of/fdt: NULL-terminate the root node path by Catalin Marinas · 12 years ago
  52. e55b082 of: fdt: Constify 'pathp' by Fabio Estevam · 12 years ago
  53. c22618a drivers/of: Constify device_node->name and ->path_component_name by Grant Likely · 12 years ago
  54. 509b745 of/fdt: Don't copy garbage after "/" in root node path by Benjamin Herrenschmidt · 12 years ago
  55. d022bbc of/fdt.c: asm/setup.h included twice by Danny Kukawka · 12 years ago
  56. eb52d58 of: add include asm/setup.h in drivers/of/fdt.c by Yu Yue · 13 years ago
  57. c89810a ARM: prom.h: Fix build error by removing unneeded header file by Fabio Estevam · 13 years ago
  58. 7b482c8 ARM/of: allow *machine_desc.dt_compat to be const by Uwe Kleine-König · 13 years ago
  59. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  60. 611cad7 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  61. 78b782c of: Change logic to overwrite cmd_line with CONFIG_CMDLINE by Benjamin Herrenschmidt · 13 years ago
  62. fe55c18 Revert "dt: add of_alias_scan and of_alias_get_id" by Grant Likely · 13 years ago
  63. 750f463 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  64. 85f60ae dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen by Grant Likely · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  66. a7006c9 of/flattree: minor cleanups by Andres Salomon · 13 years ago
  67. 672c544 dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() by Grant Likely · 13 years ago
  68. a4f740c of/flattree: Add of_flat_dt_match() helper function by Grant Likely · 14 years ago
  69. fe14042 of/flattree: Refactor unflatten_device_tree and add fdt_unflatten_tree by Stephen Neuendorffer · 14 years ago
  70. 57d00ec of/flattree: Reorder unflatten_dt_node by Stephen Neuendorffer · 14 years ago
  71. a40d6c4 of/flattree: Refactor unflatten_dt_node by Stephen Neuendorffer · 14 years ago
  72. 9706a36 of/flattree: Add non-boottime device tree functions by Stephen Neuendorffer · 14 years ago
  73. e6ce132 of/flattree: Add Kconfig for EARLY_FLATTREE by Stephen Neuendorffer · 14 years ago
  74. 32c9768 of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch by Grant Likely · 14 years ago
  75. 9a6b2e5 of: Fix phandle endian issues by Grant Likely · 14 years ago
  76. 883c2cf of/flattree: fix of_flat_dt_is_compatible() to match the full compatible string by Stuart Yoder · 14 years ago
  77. f1d4c3a of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN by Grant Likely · 14 years ago
  78. 8bfe9b5 of/flattree: Make unflatten_device_tree() safe to call from any arch by Grant Likely · 14 years ago
  79. 7f809e1 of/flattree: Fix unhandled OF_DT_NOP tag when unflattening the device tree by Jason Gunthorpe · 14 years ago
  80. 4ef7b37 of/flattree: Don't assume HAVE_LMB by Jeremy Kerr · 14 years ago
  81. 04b954a of/flattree: Make the kernel accept ePAPR style phandle information by David Gibson · 14 years ago
  82. 087f79c of/flattree: endian-convert members of boot_param_header by Jeremy Kerr · 14 years ago
  83. 3371488 of: assume big-endian properties, adding conversions where necessary by Jeremy Kerr · 14 years ago
  84. 2e89e68 of: use __be32 for cell value accessors by Jeremy Kerr · 14 years ago
  85. 36b9d30 of/flattree: use OF_ROOT_NODE_{SIZE,ADDR}_CELLS DEFAULT for fdt parsing by Jeremy Kerr · 14 years ago
  86. 1406bc2 of/flattree: use callback to setup initrd from /chosen by Jeremy Kerr · 14 years ago
  87. 51975db of/flattree: merge early_init_dt_scan_memory() common code by Grant Likely · 14 years ago
  88. 6016a36 of: unify phandle name in struct device_node by Grant Likely · 14 years ago
  89. 86e0322 of/flattree: merge early_init_dt_scan_chosen() by Grant Likely · 15 years ago
  90. 83f7a06 of/flattree: merge dt_mem_next_cell by Grant Likely · 15 years ago
  91. f00abd9 of/flattree: Merge earlyinit_dt_scan_root() by Grant Likely · 15 years ago
  92. f7b3a83 of/flattree: Merge early_init_dt_check_for_initrd() by Grant Likely · 15 years ago
  93. 41f8800 of/flattree: Merge unflatten_device_tree by Grant Likely · 15 years ago
  94. bbd3393 of/flattree: Merge unflatten_dt_node by Grant Likely · 15 years ago
  95. 00e38ef of/flattree: Merge of_flat_dt_is_compatible by Grant Likely · 15 years ago
  96. ca900cf of/flattree: merge of_get_flat_dt_prop by Grant Likely · 15 years ago
  97. 819d281 of/flattree: merge of_get_flat_dt_root by Grant Likely · 15 years ago
  98. c8cb7a5 of/flattree: merge of_scan_flat_dt by Grant Likely · 15 years ago
  99. e169cfb of/flattree: merge find_flat_dt_string and initial_boot_params by Grant Likely · 15 years ago