1. 89c99ce pylibfdt: Add add_mem_rsv() and del_mem_rsv() by Alexey Charkov · 7 days ago main master
  2. 3750493 pylibfdt: Add address_cells() and size_cells() by Alexey Charkov · 7 days ago
  3. 0748c38 pylibfdt: Grow the FdtSw buffer geometrically by Alexey Charkov · 7 days ago
  4. 5008d1d pylibfdt: Replace removed SWIG Python 2 compatibility macros by Jitka Plesnikova · 2 weeks ago
  5. 66e1201 libfdt: fdt_check_full: Add can_assume(PERFECT) check by Tom Rini · 3 months ago
  6. 214372a tests: Replace trees.S/dumptrees with treegen for making test dtbs by David Gibson · 9 weeks ago
  7. 4df9ca4 tests: Add treegen, a pure C replacement for trees.S + dumptrees by David Gibson · 9 weeks ago
  8. f116f48 tests: Dont have test cases link directly against example dtb data by David Gibson · 9 weeks ago
  9. 9b53b9a tests: Add missing unterminated_memrsv to dumptrees by David Gibson · 9 weeks ago
  10. 5f919a2 ci: Merge make and meson jobs using build matrix by David Gibson · 9 weeks ago
  11. 6c1426d ci: Add macOS support to install-deps.sh by David Gibson · 9 weeks ago
  12. 23fd89b ci: Move FreeBSD CI from Cirrus CI to GitHub Actions by David Gibson · 9 weeks ago
  13. 3ad5ebb ci: Upgrade actions/checkout v4 to v6 for Node.js 24 support by David Gibson · 9 weeks ago
  14. 4ad4968 Set default permissions for workflows by Yedaya Katsman · 3 months ago
  15. c0e1d0f livetree: Fix a comparison of integers with different signedness by Uwe Kleine-König · 9 weeks ago
  16. d245851 tests: Avoid -Wconstant-logical-operand warnings in integer-expressions.c by David Gibson · 3 months ago
  17. a74b952 tests: Fix mkdir() call for Windows compatibility by David Gibson · 3 months ago
  18. d320877 tests: More portable installation of SIGINT handler by David Gibson · 3 months ago
  19. 84d1350 tests: Remove unused cleanup() mechanism from tests by David Gibson · 3 months ago
  20. 8f48565 Bump version to v1.8.1 by David Gibson · 3 months ago v1.8.1
  21. 25a3681 docs: Improvements to release creation tooling by David Gibson · 3 months ago
  22. 040c1f7 libfdt: Revert accidental ABI breakage by David Gibson · 3 months ago
  23. b1337df Bump version to v1.8.0 by David Gibson · 3 months ago v1.8.0
  24. 83cdc93 ci: Add macOS build to GitHub Actions by David Gibson · 3 months ago
  25. 1aaa448 ci: Skip swig install for mingw32 Windows build by David Gibson · 3 months ago
  26. dd1c7f1 docs: Add CLAUDE.md referencing AGENTS.md by David Gibson · 3 months ago
  27. 7fdf750 docs: Add release tagging procedure and finalize-release script by David Gibson · 3 months ago
  28. 5c35036 docs: Add AI contribution guidelines by David Gibson · 1 year ago
  29. f57e7df libfdt: fix UBSAN null pointer in fdt_property() by Oleksii Kurochko · 3 months ago
  30. 2164019 checks: Add missing phandle_references prereq to interrupts_property by Aristo Chen · 3 months ago
  31. 47d7c01 libfdt: Fix bugs with unchecked usage of fdt_num_mem_rsv() by David Gibson · 4 months ago
  32. f551be7 libfdt: Standardise returns annotation in function documentation by David Gibson · 4 months ago
  33. 53373d1 dtc: Remove unused dts_version in dtc-lexer.l by Nathan Chancellor · 5 months ago
  34. caf7465 libfdt: fdt_check_full: Handle FDT_NOP when FDT_END is expected by Herve Codina · 6 months ago
  35. 5976c4a libfdt: fdt_rw: Introduce fdt_downgrade_version() by Herve Codina · 6 months ago
  36. 5bb5bed fdtdump: Return an error code on wrong tag value by Herve Codina · 6 months ago
  37. 68b960e fdtdump: Remove dtb version check by Herve Codina · 6 months ago
  38. adba02c dtc: Use a consistent type for basenamelen by Herve Codina · 6 months ago
  39. 8d15a63 libfdt: Verify alignment of sub-blocks in dtb by David Gibson · 7 months ago
  40. a26ef64 Restore phandle references from __fixups__ node by Uwe Kleine-König · 11 months ago
  41. 05c524d Restore phandle references from __local_fixups__ node by Uwe Kleine-König · 11 months ago
  42. db65a3a Restore labels from __symbols__ node by Uwe Kleine-König · 11 months ago
  43. 64330c6 Improve type guessing when compiling to dts format by Uwe Kleine-König · 11 months ago
  44. cbb4869 Set DTSF_PLUGIN if needed when compiling from dtb by Uwe Kleine-König · 11 months ago
  45. ef3b1ba Emit /plugin/ when compiling to .dts with DTSF_PLUGIN set by Uwe Kleine-König · 11 months ago
  46. 7c78c85 Added empty node name check by Maldus512 · 7 months ago
  47. 14dd76b fdtdump: Change FDT_PROP prob handling to ease future addition by Herve Codina · 7 months ago
  48. 9a1c801 Fix discarded const qualifiers by Stephen Gallagher · 7 months ago
  49. 194ac94 libfdt: fdt_get_name: Add can_assume(VALID_DTB) check by Tom Rini · 8 months ago
  50. 39cae0b libfdt: Improve size savings in FDT_RO_PROBE slightly by Tom Rini · 8 months ago
  51. b126924 libfdt: libfdt_internal.h correct final comment in ASSUME block by Tom Rini · 8 months ago
  52. 7f3184a libfdt: Remove old MacOS strnlen workaround by Adam Lackorzynski · 11 months ago
  53. 9197f1c checks: Do not check overlays for alias paths by Andrew Davis · 12 months ago
  54. e1284ee livetree: Add only new data to fixup nodes instead of complete regeneration by Uwe Kleine-König · 12 months ago
  55. cba90ce checks: Remove check for graph child addresses by Niklas Söderlund · 12 months ago
  56. 763c6ab livetree: Simplify append_to_property() by Uwe Kleine-König · 12 months ago
  57. 739403f libfdt: Drop including string.h from libfdt_internal.h by Rob Herring (Arm) · 1 year ago
  58. 1c6c51e Consider drive letters when checking for absolute paths on Windows. by Colin Finck · 1 year ago
  59. 617f3d9 ci: Add Cirrus CI configuration for FreeBSD testing by David Gibson · 1 year ago
  60. 04f948e ci: Add GitLab CI configuration for Linux builds by David Gibson · 1 year ago
  61. e896802 ci: Tweaks to GitHub Actions setup by David Gibson · 1 year ago
  62. 2ad7387 build: Add FreeBSD and non-GNU linker compatibility by David Gibson · 1 year ago
  63. 4132ac0 libfdt: Document most remaining functions by David Gibson · 1 year ago
  64. 33e66ec tests: Add compatibility with uutils by David Gibson · 1 year, 1 month ago
  65. a0dd7b6 fdtput: Use strtol() in preference to sscanf() by David Gibson · 1 year, 1 month ago
  66. 5b71660 tests: Work around limitation in FreeBSD's printf(1) by David Gibson · 1 year, 1 month ago
  67. 52f07dc dtc: Add informative error for stray identifier by Vivian Wang · 1 year, 1 month ago
  68. 9cabae6 checks: Fix detection of 'i2c-bus' node by Jon Hunter · 1 year, 1 month ago
  69. 605dc04 New helper to add markers by Uwe Kleine-König · 1 year, 7 months ago
  70. 7da5d10 fdtput: Fix documentation about existing nodes by Uwe Kleine-König · 1 year, 1 month ago
  71. 53c63dd dtdiff: Use input format dtb for dtbo files by Uwe Kleine-König · 1 year, 7 months ago
  72. 84d9dd2 dtc: Add data_insert_data function by Ayush Singh · 1 year, 2 months ago
  73. 97011d1 meson: use override_find_program/override_dependency by Paolo Bonzini · 1 year, 2 months ago
  74. b841391 srcpos: Define srcpos_free by Ayush Singh · 1 year, 2 months ago
  75. e0b7749 Add alloc_marker by Ayush Singh · 1 year, 5 months ago
  76. ecb21fe meson: port python bindings to build natively via meson and meson-python by Eli Schwartz · 1 year, 3 months ago
  77. 7ebfcac Makefile: deprecate in favor of Meson by Eli Schwartz · 1 year, 3 months ago
  78. f4c53f4 Use __ASSEMBLER__ instead of __ASSEMBLY__ by Thomas Huth · 1 year, 5 months ago
  79. 205fbef Fix some typos by Thomas Huth · 1 year, 5 months ago
  80. da85f91 Remove duplicated words in documentation and comments by Thomas Huth · 1 year, 5 months ago
  81. dd1b3e5 meson: support building libfdt without static library by Brandon Maier · 1 year, 5 months ago
  82. 1ccd232 meson: don't build test programs by default by Eli Schwartz · 1 year, 5 months ago
  83. ce1d858 tests: When building .so from -O asm output mark as non-executable stack by David Gibson · 1 year, 6 months ago
  84. 915daad Start with empty __local_fixups__ and __fixups__ nodes by Uwe Kleine-König · 1 year, 7 months ago
  85. 4ea851f Let get_subnode() not return deleted nodes by Uwe Kleine-König · 1 year, 7 months ago
  86. 175d2a5 Use build_root_node() instead of open-coding it by Uwe Kleine-König · 1 year, 7 months ago
  87. 18f4f30 build: fix -Dtools=false build by Marc-André Lureau · 1 year, 9 months ago
  88. 267efc7 checks: Warn about missing #address-cells for interrupt parents by Thierry Reding · 1 year, 8 months ago
  89. 755db11 libfdt: Add fdt_setprop_namelen_string() by Ayush Singh · 1 year, 8 months ago
  90. bdca861 libfdt: Add fdt_setprop_namelen() by Ayush Singh · 1 year, 8 months ago
  91. 0f69ced libfdt_internal: fdt_find_string_len_() by Ayush Singh · 1 year, 8 months ago
  92. 56b2b30 libfdt: add fdt_get_property_namelen_w() by Ayush Singh · 1 year, 8 months ago
  93. 1e8c5f6 Add clang-format config by Ayush Singh · 1 year, 8 months ago
  94. 6f183c7 checks: Relax avoid_unnecessary_addr_size check to allow child ranges properties by Philipp Zabel · 1 year, 9 months ago
  95. 66c7d0e tests/sw_tree1.c: fix unitialized saveptr by Brandon Maier · 1 year, 9 months ago
  96. 9a969f3 pylibfdt/libfdt.i: fix backwards compatibility of return values by Brandon Maier · 1 year, 9 months ago
  97. 4292b07 .github/workflows: update ubuntu runner to supported version by Brandon Maier · 1 year, 9 months ago
  98. 1c745a9 libfdt: Remove fdt parameter from overlay_fixup_one_phandle by Bingwu Zhang · 1 year, 9 months ago
  99. b3bbee6 libfdt: Move the SBOM authors section by Richard Hughes · 1 year, 9 months ago
  100. d165673 Add a SBOM file in CycloneDX format by Richard Hughes · 1 year, 9 months ago