1. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  2. 0aa4d01 of: mdio: export of_mdiobus_child_is_phy by Antoine Tenart · 5 years ago
  3. ee9b280 of/platform: Unconditionally pause/resume sync state during kernel init by Saravana Kannan · 5 years 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. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  6. 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  7. 361b0d2 Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  8. 2aacace of: unittest: fix memory leak in attach_node_and_children by Erhard Furtner · 5 years ago
  9. 637392a of: overlay: add_changeset_property() memory leak by Frank Rowand · 5 years ago
  10. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  11. 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
  12. 7f00be9 of: property: Add device link support for interrupt-parent, dmas and -gpio(s) by Saravana Kannan · 5 years ago
  13. a7ba70f dma-mapping: treat dev->bus_dma_mask as a DMA limit by Nicolas Saenz Julienne · 5 years ago
  14. e149573 of: property: Add device link support for "iommu-map" by Will Deacon · 5 years ago
  15. 3883539 of: property: Fix the semantics of of_is_ancestor_of() by Saravana Kannan · 5 years ago
  16. 7f3fefe of: property: Fix documentation for out values by Matti Vaittinen · 5 years ago
  17. 8e12257 of: property: Add device link support for iommus, mboxes and io-channels by Saravana Kannan · 5 years ago
  18. a436ef4 of: property: Make it easy to add device links from DT properties by Saravana Kannan · 5 years ago
  19. ba861f8 of: property: Minor style clean up of of_link_to_phandle() by Saravana Kannan · 5 years ago
  20. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  21. 15956da of: property: Skip adding device links to suppliers that aren't devices by Saravana Kannan · 5 years ago
  22. 0ff5cc1 of: property: Make sure child dependencies don't block probing of parent by Saravana Kannan · 5 years ago
  23. 8f677bc Merge 5.4-rc5 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  24. b4e8c0b Merge branch 'dt/linus' into dt/next by Rob Herring · 5 years ago
  25. 5dba517 of: reserved_mem: add missing of_node_put() for proper ref-counting by Chris Goldsworthy · 5 years ago
  26. e13de8f of: unittest: fix memory leak in unittest_data_add by Navid Emamdoost · 5 years ago
  27. e2f04da of: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  28. af1b967 of: property: Minor code formatting/style clean ups by Saravana Kannan · 5 years ago
  29. e7e242b device property: Add a function to obtain a node's prefix by Sakari Ailus · 5 years ago
  30. bc0500c device property: Add fwnode_get_name for returning the name of a node by Sakari Ailus · 5 years ago
  31. 951d488 of: Make of_dma_get_range() work on bus nodes by Robin Murphy · 6 years ago
  32. 645c138 of/address: Fix of_pci_range_parser_one translation of DMA addresses by Rob Herring · 5 years ago
  33. 81db12e of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' by Rob Herring · 5 years ago
  34. 04db93a of/unittest: Add dma-ranges address translation tests by Rob Herring · 5 years ago
  35. b68ac8d of: Factor out #{addr,size}-cells parsing by Robin Murphy · 6 years ago
  36. c60bf3e of: address: Follow DMA parent for "dma-coherent" by Robin Murphy · 6 years ago
  37. 862ab55 of/address: Introduce of_get_next_dma_parent() helper by Robin Murphy · 6 years ago
  38. 76dd706 of: address: Report of_dma_get_range() errors meaningfully by Robin Murphy · 6 years ago
  39. 6e6faf6 of: Make of_dma_get_range() private by Rob Herring · 5 years ago
  40. 3a9ac95 of: Remove unused of_find_matching_node_by_address() by Rob Herring · 5 years ago
  41. d4387cd of: property: Create device links for all child-supplier depencencies by Saravana Kannan · 5 years ago
  42. 5e66693 of/platform: Pause/resume sync state during init and of_platform_populate() by Saravana Kannan · 5 years ago
  43. a3e1d1a of: property: Add functional dependency link from DT bindings by Saravana Kannan · 5 years ago
  44. b204731 of/fdt: don't ignore errors from of_setup_earlycon by Christoph Hellwig · 5 years ago
  45. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  46. d7eb651 of: mdio: Fix a signedness bug in of_phy_get_and_connect() by Dan Carpenter · 5 years ago
  47. e3a008a Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  48. 59e9fcf of: restore old handling of cells_name=NULL in of_*_phandle_with_args() by Uwe Kleine-König · 5 years ago
  49. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  50. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  51. e42ee61 of: Let of_for_each_phandle fallback to non-negative cell_count by Uwe Kleine-König · 5 years ago
  52. a7bcae5 of: unittest: Add of_node_put() before return by Nishka Dasgupta · 5 years ago
  53. dd753d9 fdt: Update CRC check for rng-seed by Hsin-Yi Wang · 5 years ago
  54. 428826f fdt: add support for rng-seed by Hsin-Yi Wang · 5 years ago
  55. 83f82d7 of: irq: fix a trivial typo in a doc comment by Lubomir Rintel · 5 years ago
  56. 60d437b of: resolver: Add of_node_put() before return and break by Nishka Dasgupta · 5 years ago
  57. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  58. 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  59. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  60. d06e415 Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  61. 272d28b of: unittest: simplify getting the adapter of a client by Wolfram Sang · 6 years ago
  62. 5c68b82 of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap by Masahiro Yamada · 6 years ago
  63. d88590d of/platform: Drop superfluous cast in of_device_make_bus_id() by Geert Uytterhoeven · 6 years ago
  64. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  65. 5d9c4e9 of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning by Kefeng Wang · 6 years ago
  66. fb709b5 of: Allow the iommu-map property to omit untranslated devices by Jean-Philippe Brucker · 6 years ago
  67. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  68. 7c71650 of/fdt: Mark initial_boot_params as __ro_after_init by Stephen Boyd · 6 years ago
  69. 9b4d2b6 of/fdt: Remove dead code and mark functions with __init by Stephen Boyd · 6 years ago
  70. d698a38 of: reserved-memory: ignore disabled memory-region nodes by Krishna Reddy · 6 years ago
  71. 3ee9ae7 of_net: Fix missing of_find_device_by_node ref count drop by Petr Štetiar · 6 years ago
  72. 2657498 of_net: remove nvmem-mac-address property by Petr Štetiar · 6 years ago
  73. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  74. 82efe43 Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  75. d01f449 of_net: add NVMEM support to of_get_mac_address by Petr Štetiar · 6 years ago
  76. 2a656cb of: unittest: Remove error printing on OOM by Geert Uytterhoeven · 6 years ago
  77. 6f7dc9a of: irq: Remove WARN_ON() for kzalloc() failure by Geert Uytterhoeven · 6 years ago
  78. 8e94fd3 of/device.c: fix the wrong comments by Jojo Zeng · 6 years ago
  79. b827bcb of: del redundant type conversion by xiaojiangfeng · 6 years ago
  80. 36ad702 of_net: Fix residues after of_get_nvmem_mac_address removal by Petr Štetiar · 6 years ago
  81. af3be70 of: Improve of_phandle_iterator_next() error message by Florian Fainelli · 6 years ago
  82. f83a6e5 of: address: Add support for the parent DMA bus by Maxime Ripard · 6 years ago
  83. 95835a8 of: address: Retrieve a parent through a callback in __of_translate_address by Maxime Ripard · 6 years ago
  84. d0b8ed4 of: reserved_mem: fix reserve memory leak by pierre Kuo · 6 years ago
  85. deb387d of: property: Document that of_graph_get_endpoint_by_regs needs of_node_put by Maxime Ripard · 6 years ago
  86. 5c01a25 of: fix kmemleak crash caused by imbalance in early memory reservation by Mike Rapoport · 6 years ago
  87. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  88. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  89. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  90. 065b6c4 Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  91. 935665c of: unittest: unflatten device tree on UML when testing by Brendan Higgins · 6 years ago
  92. 221e1e0 of: mark early_init_dt_alloc_reserved_memory_arch static by Christoph Hellwig · 6 years ago
  93. ff4c25f dma-mapping: improve selection of dma_declare_coherent availability by Christoph Hellwig · 6 years ago
  94. 34e04ee of: select OF_RESERVED_MEM automatically by Christoph Hellwig · 6 years ago
  95. 89716dc of: unittest: add caution to function header comment by Frank Rowand · 6 years ago
  96. fd25ffd of: unittest: remove report of expected error by Frank Rowand · 6 years ago
  97. 5468e82 net: phy: fixed-phy: Drop GPIO from fixed_phy_add() by Linus Walleij · 6 years ago
  98. 42e45a9 media: s5p-mfc: Fix memdev DMA configuration by Robin Murphy · 6 years ago
  99. 28b170e OF: properties: add missing of_node_put by Julia Lawall · 6 years ago
  100. 8ce5f84 of: Remove struct device_node.type pointer by Rob Herring · 6 years ago