1. 31e1823 Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  2. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  3. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  4. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  5. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  6. 5189b1d of_mdio: use PTR_ERR_OR_ZERO() by Sergei Shtylyov · 8 years ago
  7. ac044b9 of_mdio: use IS_ERR_OR_NULL() by Sergei Shtylyov · 8 years ago
  8. a3478ba of_mdio: mdio_device_create() never returns NULL by Sergei Shtylyov · 8 years ago
  9. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. fe99c70 of: add 'const' for of_property_*_string*() parameter '*np' by David Rivshin · 8 years ago
  11. 815d74b of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() by Sergey Senozhatsky · 8 years ago
  12. e53b50c of: alloc anywhere from memblock if range not specified by Vinayak Menon · 8 years ago
  13. 735c1e2 of_mdio: fix kernel-doc for of_phy_connect() by Sergei Shtylyov · 8 years ago
  14. 2fca6d2 of_mdio: kill useless variable in of_mdiobus_register() by Sergei Shtylyov · 8 years ago
  15. 369bc9a of/fdt: factor out assignment of initrd_start/initrd_end by Ard Biesheuvel · 8 years ago
  16. 270522a of/fdt: make memblock minimum physical address arch configurable by Ard Biesheuvel · 8 years ago
  17. c28b947 Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  18. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  19. 82f6875 of: resolver: Add missing of_node_get and of_node_put by Amitoj Kaur Chawla · 8 years ago
  20. 5d589d8 of/irq: Fix msi-map calculation for nonzero rid-base by Robin Murphy · 8 years ago
  21. f5a952c0 of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities. by Aaro Koskinen · 8 years ago
  22. 0fcc286 of: earlycon: Log more helpful message if stdout-path node not found by Peter Hurley · 8 years ago
  23. c90fe9c of: earlycon: Move address translation to of_setup_earlycon() by Peter Hurley · 8 years ago
  24. 088da2a of: earlycon: Initialize port fields from DT properties by Peter Hurley · 8 years ago
  25. 4d118c9 of: earlycon: Add options string handling by Peter Hurley · 8 years ago
  26. 05d9613 of: earlycon: Fixup earlycon console name and index by Peter Hurley · 8 years ago
  27. 2eaa790 earlycon: Use common framework for earlycon declarations by Peter Hurley · 8 years ago
  28. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 8 years ago
  29. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  30. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. ae46113 of: of_mdio: Add a whitelist of PHY compatibilities. by Andrew Lunn · 8 years ago
  32. 6ed7423 of: of_mdio: Ensure mdio device is a PHY by Andrew Lunn · 8 years ago
  33. 14a0db3 of: MSI: Simplify irqdomain lookup by Marc Zyngier · 8 years ago
  34. 5339f9d Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  35. 1832237 drivers/of: Export OF changeset functions by Gavin Shan · 9 years ago
  36. 1bc16ad mdio: remove an unneed condition by Dan Carpenter · 9 years ago
  37. a9049e0 mdio: Add support for mdio drivers. by Andrew Lunn · 9 years ago
  38. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  39. 801a8ef of: phy: Only register a phy device for phys by Andrew Lunn · 9 years ago
  40. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  41. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  42. b80443c of/platform: export of_default_bus_match_table by Masahiro Yamada · 9 years ago
  43. d2329fb of/unittest: Show broken behaviour in the platform bus by Grant Likely · 9 years ago
  44. 289582e of/address: replace printk(KERN_ERR ...) with pr_err(...) by Masahiro Yamada · 9 years ago
  45. 264041e of/irq: optimize device node matching loop in of_irq_init() by Masahiro Yamada · 9 years ago
  46. 4c3141e of/irq: Export of_irq_find_parent again by Carlo Caione · 9 years ago
  47. f806238 of/fdt: Add mutex protection for calls to __unflatten_device_tree() by Guenter Roeck · 9 years ago
  48. ba85edb of/address: fix typo in comment block of of_translate_one() by Masahiro Yamada · 9 years ago
  49. 78bb2ab of: do not use 0x in front of %pa by Dmitry V. Krivenok · 9 years ago
  50. 9eb8cd2 of: Fix comparison of reserved memory regions by Michael Ellerman · 9 years ago
  51. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  52. b4a2375 Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  53. 1cc8e34 drivers: of: of_reserved_mem: fixup the alignment with CMA setup by Jason Liu · 9 years ago
  54. 85a1c77 of: Print rather than WARN'ing when overlap check fails by Michael Ellerman · 9 years ago
  55. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  56. 5023071 PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() by Suthikulpanit, Suravee · 9 years ago
  57. 37efbe2 of/pci: Fix pci_get_host_bridge_device leak by Suthikulpanit, Suravee · 9 years ago
  58. 9bbd4b9 Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  59. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  60. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  61. 510bd06 of: simplify arch_find_n_match_cpu_physical_id() function by Masahiro Yamada · 9 years ago
  62. 0b13ea8 drivers: of: removing assignment of 0 to static variable by Saurabh Sengar · 9 years ago
  63. 25fff6a Merge branch 'all-dtbs-v2' into for-next by Rob Herring · 9 years ago
  64. 1b7c501 of: add config option to enable building of all dtbs by Rob Herring · 9 years ago
  65. 3f5ceec of/fdt: fix error checking for earlycon address by Masahiro Yamada · 9 years ago
  66. 001cf50 of/overlay: add missing of_node_put by Julia Lawall · 9 years ago
  67. 7fad948a of/platform: add missing of_node_put by Julia Lawall · 9 years ago
  68. 8363ccb of/irq: add missing of_node_put by Julia Lawall · 9 years ago
  69. 855ff28 of/unittest: add missing of_node_put by Julia Lawall · 9 years ago
  70. f92ce76 Merge branch 'dt-doc-cleanup' into for-next by Rob Herring · 9 years ago
  71. 56f2de8 of: to support binding numa node to specified device in devicetree by Zhen Lei · 9 years ago
  72. 82b9b42 of/irq: Use the msi-map property to provide device-specific MSI domain by Marc Zyngier · 9 years ago
  73. a251b26 of/irq: Split of_msi_map_rid to reuse msi-map lookup by Marc Zyngier · 9 years ago
  74. 61c0824 of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsing by Marc Zyngier · 9 years ago
  75. 48ae34f of/irq: Add support code for multi-parent version of "msi-parent" by Marc Zyngier · 9 years ago
  76. 8db02d8 of/irq: Add new function of_msi_map_rid() by David Daney · 9 years ago
  77. 52493d4 of/irq: make of_irq_find_parent static by Jonas Gorski · 9 years ago
  78. 6296ad9 of/fdt: fix aliases with baudrate in earlycon by Stefan Agner · 9 years ago
  79. f134f25 PCI: of: Ignore resources with failed translation by Pavel Fedin · 9 years ago
  80. 4af9710 PCI: of: Add 64-bit address recognition without LPAE support by Pavel Fedin · 9 years ago
  81. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  82. f018ae7 of_mdio: fix MDIO phy device refcounting by Russell King · 9 years ago
  83. ae1add2 of: Check for overlap in reserved memory regions by Mitchel Humpherys · 9 years ago
  84. 4f59d71 of: to support binding numa node to specified device in devicetree by Zhen Lei · 9 years ago
  85. c8aa33a of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages. by David Daney · 9 years ago
  86. f81c11a of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only" by Marc Zyngier · 9 years ago
  87. acceba5 Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  88. a4fdb2a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  89. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  90. f1a3c0b Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  91. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. a559700 phy: fixed_phy: Add gpio to determine link up/down. by Andrew Lunn · 9 years ago
  93. 6602c45 of/irq: export of_get_irq_byname() by Dmitry Torokhov · 9 years ago
  94. 3a496b0 of/address: Don't loop forever in of_find_matching_node_by_address(). by David Daney · 9 years ago
  95. 43443ad of/platform: add function to populate default bus by Hauke Mehrtens · 9 years ago
  96. 8eafeb4 of/fdt: make memblock maximum physical address arch configurable by Ard Biesheuvel · 9 years ago
  97. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. c706c23 of/platform: Assign MSI domain to platform device by Marc Zyngier · 9 years ago
  99. 599ad5a of: Drop owner assignment from platform and i2c driver by Krzysztof Kozlowski · 9 years ago
  100. 39da809 of: add HAS_IOMEM depends to OF_ADDRESS by Rob Herring · 9 years ago