1. 272d28b of: unittest: simplify getting the adapter of a client by Wolfram Sang · 6 years ago
  2. 2a656cb of: unittest: Remove error printing on OOM by Geert Uytterhoeven · 6 years ago
  3. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  4. 935665c of: unittest: unflatten device tree on UML when testing by Brendan Higgins · 6 years ago
  5. 89716dc of: unittest: add caution to function header comment by Frank Rowand · 6 years ago
  6. fd25ffd of: unittest: remove report of expected error by Frank Rowand · 6 years ago
  7. b3e46d1 of: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  8. eeb07c5 of: unittest: initialize args before calling of_*parse_*() by Frank Rowand · 6 years ago
  9. 160b1d4 of: unittest: find overlays[] entry by name instead of index by Frank Rowand · 6 years ago
  10. 5babefb of: unittest: allow base devicetree to have symbol metadata by Frank Rowand · 6 years ago
  11. 8c32965 of: unittest: remove unused of_unittest_apply_overlay() argument by Frank Rowand · 6 years ago
  12. 2fe0e87 of: overlay: check prevents multiple fragments touching same property by Frank Rowand · 6 years ago
  13. a68238a of: overlay: test case of two fragments adding same node by Frank Rowand · 6 years ago
  14. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  15. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  16. da08d8c of: unittest: Disable interrupt node tests for old world MAC systems by Guenter Roeck · 6 years ago
  17. a613b26 of: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  18. 6901378 of/unittest: add printf tests for node name by Rob Herring · 6 years ago
  19. b610e2f of/unittest: remove use of node name pointer in overlay high level test by Rob Herring · 6 years ago
  20. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  21. 3b9cf79 of: unittest: for strings, account for trailing \0 in property length field by Stefan M Schaeckeler · 7 years ago
  22. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  23. 8274732 of: unittest: fix an error code in of_unittest_apply_overlay() by Dan Carpenter · 7 years ago
  24. 202fbf4 of: unittest: move misplaced function declaration by Arnd Bergmann · 7 years ago
  25. d4b9e42 of: unittest: Remove VLA stack usage by Tobin C. Harding · 7 years ago
  26. 54587be of: unittest: local return value variable related cleanups by Frank Rowand · 7 years ago
  27. 06c4697 of: unittest: remove unneeded local return value variables by Frank Rowand · 7 years ago
  28. bdb7013 of: unittest: fix an error test in of_unittest_overlay_8() by Dan Carpenter · 7 years ago
  29. b89dae1 of: overlay: do not include path in full_name of added nodes by Frank Rowand · 7 years ago
  30. a4f91f0 of: unittest: clean up changeset test by Frank Rowand · 7 years ago
  31. b46c786 Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/next by Rob Herring · 7 years ago
  32. 39a751a of: change overlay apply input data from unflattened to FDT by Frank Rowand · 7 years ago
  33. 357aa4b of: unittest: Add phandle remapping test by Stephen Boyd · 7 years ago
  34. 0fa1c57 of/fdt: use memblock_virt_alloc for early alloc by Rob Herring · 7 years ago
  35. 33acc40 of: unittest: Remove bogus overlay mutex release from overlay_data_add() by Geert Uytterhoeven · 7 years ago
  36. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  37. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  38. f948d6d of: overlay: avoid race condition between applying multiple overlays by Frank Rowand · 7 years ago
  39. 24789c5 of: overlay: detect cases where device tree may become corrupt by Frank Rowand · 7 years ago
  40. 0290c4c of: overlay: rename identifiers to more reflect what they do by Frank Rowand · 7 years ago
  41. e0f4145 of: unittest: Remove redundant OF_DETACHED flag setting by Stephen Boyd · 7 years ago
  42. 60a0004 of: overlay: add overlay unittest data for node names and symbols by Frank Rowand · 7 years ago
  43. 0d638a0 of: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  44. ce4fecf vsprintf: Add %p extension "%pOF" for device tree by Pantelis Antoniou · 10 years ago
  45. 8756cd1 of/unittest: Missing unlocks on error by Dan Carpenter · 8 years ago
  46. ee320b3 of: fix uninitialized variable warning for overlay test by Arnd Bergmann · 8 years ago
  47. 81d0848f of: Add unit tests for applying overlays by Frank Rowand · 8 years ago
  48. ca7b896 of/unittest: Swap arguments of of_unittest_apply_overlay() by Alexander Sverdlin · 8 years ago
  49. 30965ee of: drop duplicate headers by Geliang Tang · 8 years ago
  50. 146dedb of: unittest: use of_platform_default_populate() to populate default bus by Kefeng Wang · 9 years ago
  51. e7f44b6 Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  52. 27f4ec1 of/unittest: Remove unnecessary module.h header inclusion by Javier Martinez Canillas · 9 years ago
  53. c426323 drivers/of: Specify parent node in of_fdt_unflatten_tree() by Gavin Shan · 9 years ago
  54. b6e3b71 of/unittest: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  55. 815d74b of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() by Sergey Senozhatsky · 9 years ago
  56. 1832237 drivers/of: Export OF changeset functions by Gavin Shan · 9 years ago
  57. d2329fb of/unittest: Show broken behaviour in the platform bus by Grant Likely · 9 years ago
  58. 855ff28 of/unittest: add missing of_node_put by Julia Lawall · 9 years ago
  59. 599ad5a of: Drop owner assignment from platform and i2c driver by Krzysztof Kozlowski · 10 years ago
  60. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  61. 492a22a of: unittest: overlay: Keep track of created overlays by Pantelis Antoniou · 10 years ago
  62. a2166ca Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 10 years ago
  63. 37791b6 of/unittest: Fix of_platform_depopulate test case by Grant Likely · 10 years ago
  64. 716e1d4 of/unittest: early return from test skips tests by Frank Rowand · 10 years ago
  65. c854711 of/unittest: breadcrumbs to reduce pain of future maintainers by Frank Rowand · 10 years ago
  66. 3db316d of/unittest: reduce checkpatch noise - line after declarations by Frank Rowand · 10 years ago
  67. a6bb121 of/unittest: typo in error string by Frank Rowand · 10 years ago
  68. afaed7a of/unittest: add const where needed by Frank Rowand · 10 years ago
  69. 9697a55 of/unittest: replace 'selftest' with 'unittest' by Wang Long · 10 years ago
  70. 5ca1b0d of: unittest: Add option string test case with longer path by Brian Norris · 10 years ago
  71. 8cbba1a of: unittest: Add options string testcase variants by Peter Hurley · 10 years ago
  72. 649022e of/unittest: Fix the wrong expected value in of_selftest_property_string by Wang Long · 10 years ago
  73. dc6a945 of/unittest: remove the duplicate of_changeset_init by Wang Long · 10 years ago
  74. 4252de3 of: unittest: fix I2C dependency by Arnd Bergmann · 10 years ago
  75. 3c3c8e3 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 10 years ago
  76. d5e7550 of: unitest: Add I2C overlay unit tests. by Pantelis Antoniou · 10 years ago
  77. 962a70d Merge tag 'v3.19-rc6' into HEAD by Rob Herring · 10 years ago
  78. 6b1271d of/unittest: Overlays with sub-devices tests by Pantelis Antoniou · 10 years ago
  79. fca8ba4 of/unittest: Remove obsolete code by Grant Likely · 10 years ago
  80. 3ce04b4 Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol by Gaurav Minocha · 10 years ago
  81. c46ca3c of: Delete unnecessary check before calling "of_node_put()" by Markus Elfring · 10 years ago
  82. 75c28c0 of: add optional options parameter to of_find_node_by_path() by Leif Lindholm · 10 years ago
  83. 63ebecc of: Remove unneeded and incorrect MODULE_DEVICE_TABLE by Grant Likely · 10 years ago
  84. 177d271 of/overlay: Add overlay unittests by Pantelis Antoniou · 10 years ago
  85. e517958 of: Refactor __of_node_alloc() into __of_node_dup() by Grant Likely · 10 years ago
  86. ef8bbd7 of: Use vargs in __of_node_alloc by Grant Likely · 10 years ago
  87. 66e6a5a Merge tag 'v3.18-rc6' into devicetree/next by Grant Likely · 10 years ago
  88. 19fd748 of/unittest: Rename selftest.c to unittest.c by Grant Likely · 10 years ago[Renamed from drivers/of/selftest.c]
  89. 851da97 of/unittest: Remove test devices after adding them by Grant Likely · 10 years ago
  90. 5063e25 of: Eliminate of_allnodes list by Grant Likely · 10 years ago
  91. a87fa1d of: Fix overflow bug in string property parsing functions by Grant Likely · 10 years ago
  92. 2118f4b of/selftest: Move hash table off stack to fix large frame size by Grant Likely · 10 years ago
  93. 2eb46da of/selftest: Use the resolver to fixup phandles by Grant Likely · 10 years ago
  94. 841ec21 of/selftest: Add a test for duplicate phandles by Grant Likely · 10 years ago
  95. f2051d6 of/selftest: Test structure of device tree by Grant Likely · 10 years ago
  96. e66c98c of: Fix NULL dereference in selftest removal code by Grant Likely · 10 years ago
  97. b951f9d Enabling OF selftest to run without machine's devicetree by Gaurav Minocha · 10 years ago
  98. 663d3f7 Merge branch 'devicetree/next-overlay' into devicetree/next by Grant Likely · 10 years ago
  99. ae9304c Adding selftest testdata dynamically into live tree by Gaurav Minocha · 10 years ago
  100. 201c910 of: Transactional DT support. by Pantelis Antoniou · 11 years ago