1. f46a17c Use C string literals not cstr! by Alan Stokes · 8 months ago
  2. 103d31b Merge changes I7b8cf049,Ia97139de into main by Treehugger Robot · 8 months ago
  3. 287fc5e Merge "Add dtcompare tool and device tree validation test changes" into main by Treehugger Robot · 9 months ago
  4. ea5dd52 Add dtcompare tool and device tree validation test changes by Elie Kheirallah · 9 months ago
  5. 47d316e Update to zerocopy 0.8. by Andrew Walbran · 9 months ago
  6. 6b8d931 Keep using old version of zerocopy for now. by Andrew Walbran · 9 months ago
  7. ff95b6f Add trusty makefiles for libfdt. by Brian Granaghan · 9 months ago
  8. 84ba1a8 pvmfw: Make template Fdt const by Pierre-Clément Tosi · 10 months ago
  9. 992c2bb liblibfdt: Add no_std variant for libfdt_baremetal by Pierre-Clément Tosi · 11 months ago
  10. 2b8936c liblibfdt_bindgen: Only use libfdt as header_libs by Pierre-Clément Tosi · 11 months ago
  11. a7ca8fa Update Android for Rust 1.81.0 by Chris Wailes · 12 months ago
  12. 6561e34 Disable dylib variants of nostd bindgen modules by Ivan Lozano · 1 year, 1 month ago
  13. a699751 Upgrade code to newer version of Rust by Pierre-Clément Tosi · 1 year, 2 months ago
  14. 6177c66 Update source for Rust 1.78.0 by Chris Wailes · 1 year, 4 months ago
  15. d7aea45 Don't use *.rs for srcs by Alan Stokes · 1 year, 6 months ago
  16. e2a0bb0 libfdt: Add next_node_skip_subnodes() by Jaewan Kim · 1 year, 6 months ago
  17. 244efea libfdt: Make Fdt::root{,_mut}() infallible by Pierre-Clément Tosi · 1 year, 7 months ago
  18. 45e1f46 Merge "libfdt: Fix bug in delete_and_next_node()" into main by Treehugger Robot · 1 year, 7 months ago
  19. a5bc892 libfdt: Fix bug in delete_and_next_node() by Jaewan Kim · 1 year, 7 months ago
  20. ca0bb7f Merge "libfdt: Use zerocopy for safe fdt_header wrapper" into main by Treehugger Robot · 1 year, 7 months ago
  21. b13e366 Merge "libfdt: Introduce PropOffset & StringOffset" into main by Treehugger Robot · 1 year, 7 months ago
  22. 3e7e52c Merge changes I1bcdc9f7,I458c578a into main by Treehugger Robot · 1 year, 7 months ago
  23. b1c3460 Merge changes I54ee0330,I26e77cc1,Ib9515431 into main by Treehugger Robot · 1 year, 7 months ago
  24. 566723a libfdt: Use zerocopy for safe fdt_header wrapper by Pierre-Clément Tosi · 1 year, 7 months ago
  25. 0606f70 libfdt: Introduce PropOffset & StringOffset by Pierre-Clément Tosi · 1 year, 8 months ago
  26. 7f2658d libfdt: Simplify locating nodes at the root by Pierre-Clément Tosi · 1 year, 7 months ago
  27. 91be190 libfdt: Replace helper functions with FdtRawResult by Pierre-Clément Tosi · 1 year, 7 months ago
  28. ee0a1eb libfdt: Introduce abstraction type NodeOffset by Pierre-Clément Tosi · 1 year, 7 months ago
  29. 38304eb libfdt: Introduce FdtRawResult abstraction type by Pierre-Clément Tosi · 1 year, 8 months ago
  30. e21ed3f libfdt: Move pack(), unpack(), apply_overlay() by Pierre-Clément Tosi · 1 year, 7 months ago
  31. a3c4ec3 libfdt: Change FdtNodeMut::add_subnode*(self, ...) by Pierre-Clément Tosi · 1 year, 7 months ago
  32. 973dda3 libfdt: Change to FdtNodeMut::first_subnode(self) by Pierre-Clément Tosi · 1 year, 7 months ago
  33. 948ae2b Merge "Simplify test ownership." into main by Ronish Kalia · 1 year, 7 months ago
  34. e9c36fb Merge changes from topic "libmemoffset_nostd" into main by Treehugger Robot · 1 year, 7 months ago
  35. 8704861 Simplify test ownership. by Alan Stokes · 1 year, 7 months ago
  36. ea9f649 Merge "libfdt: Move FdtNodeMut::next_node_skip_subnodes()" into main by Treehugger Robot · 1 year, 7 months ago
  37. afe87c0 Merge "libfdt: Introduce Libfdt traits & Move node funcs" into main by Treehugger Robot · 1 year, 7 months ago
  38. eabe1f5 libfdt: Make get_property_by_offset() less unsafe by Pierre-Clément Tosi · 1 year, 7 months ago
  39. 81c5bc7 libfdt: Move FdtNodeMut::next_node_skip_subnodes() by Pierre-Clément Tosi · 1 year, 7 months ago
  40. d83741d libfdt: Introduce Libfdt traits & Move node funcs by Pierre-Clément Tosi · 1 year, 7 months ago
  41. 410e46a libfdt: Move FFI for DT properties to Libfdt* by Pierre-Clément Tosi · 1 year, 8 months ago
  42. 843845d libfdt: Add setprop_placeholder & Improve trimprop by Pierre-Clément Tosi · 1 year, 7 months ago
  43. a4eaba9 libfdt: Make Libfdt::string() actually safe by Pierre-Clément Tosi · 1 year, 7 months ago
  44. 60282ae libfdt: Move string functions to Libfdt by Pierre-Clément Tosi · 1 year, 9 months ago
  45. ecd5bbc libfdt: Move phandle functions and 0-cost Phandle by Pierre-Clément Tosi · 1 year, 9 months ago
  46. 9e34e6a Merge changes Ic5efebce,I597a6ba5,I4575b41e,I714a95d9,I7d2d8ecb, ... into main by Treehugger Robot · 1 year, 7 months ago
  47. fbb5ee2 libfdt: Move funcs for non-DT buffers out of Fdt by Pierre-Clément Tosi · 1 year, 9 months ago
  48. 99a7690 libfdt: Move FdtError, Result to dedicated module by Pierre-Clément Tosi · 1 year, 9 months ago
  49. cb92b51 libfdt: Clean up the code before moving FFI calls by Pierre-Clément Tosi · 1 year, 7 months ago
  50. c01fd0d libfdt: Remove duplicate FdtNode::from_mut() by Pierre-Clément Tosi · 1 year, 7 months ago
  51. ce0b36d libfdt: Make unsafe API for DT cloning safe by Pierre-Clément Tosi · 1 year, 7 months ago
  52. df3037f libfdt: Make ref casts & transmutes less unsafe by Pierre-Clément Tosi · 1 year, 7 months ago
  53. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 7 months ago
  54. e636342 libfdt: Add FdtNodeMut::add_subnodes() by Jaewan Kim · 1 year, 8 months ago
  55. 4a34b0d libfdt: Fix subnodes() lifetime by Jaewan Kim · 1 year, 8 months ago
  56. 1eab723 libfdt: Make properties of FdtNode outlive by Jaewan Kim · 1 year, 8 months ago
  57. 28a13ea libfdt: Add APIs around FdtNodeMut::delete_and_next_node() by Jaewan Kim · 1 year, 8 months ago
  58. 5f1a603 libfdt: Add APIs for iterating and deleting subnodes by Jaewan Kim · 1 year, 9 months ago
  59. 5202601 libfdt: Rework APIs for getting subnode by Jaewan Kim · 1 year, 9 months ago
  60. c9e1411 libfdt: Add FdtNode::descendants() by Jaewan Kim · 1 year, 9 months ago
  61. cad8d5e Sandbox fdt genrules by Cole Faust · 1 year, 10 months ago
  62. b56f2c8 Merge "libs: Move cstr!() into its own crate" into main by Pierre-Clément Tosi · 1 year, 10 months ago
  63. 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 10 months ago
  64. 55f438c libfdt: Make Phandle Eq, PartialEq, Ord, PartialOrd by Jaewan Kim · 1 year, 10 months ago
  65. c63246d libfdt: Add Fdt::node_mut_with_phandle() by Jaewan Kim · 1 year, 10 months ago
  66. a041d4b libfdt: Fix bugs in comparing two list in tests by Jaewan Kim · 1 year, 10 months ago
  67. f34f4b8 libfdt: Add FdtNode::get_phandle() by Jaewan Kim · 1 year, 10 months ago
  68. 80ed241 Merge changes I9c148947,I4e4aea08 into main by Treehugger Robot · 1 year, 10 months ago
  69. f72f4f2 libfdt: Add FdtNodeMut::as_node() by Jaewan Kim · 1 year, 10 months ago
  70. 180a7c2 vmbase,libfdt: Make cstr! safe & const-compatible by Pierre-Clément Tosi · 1 year, 10 months ago
  71. f163d76 libfdt: Add Fdt::symbols() and Fdt::symbols_mut() by Jaewan Kim · 1 year, 10 months ago
  72. b635bb0 libfdt: Use cstr!() by Jaewan Kim · 1 year, 10 months ago
  73. 504b430 libfdt: tests: Improve assert!() error messages by Pierre-Clément Tosi · 1 year, 10 months ago
  74. eba2779 libfdt: Make Phandle::new() const by Pierre-Clément Tosi · 1 year, 10 months ago
  75. 5ab1358 libfdt: Add adb_subnode_with_name_len() and subnode_with_name_len() by Jaewan Kim · 1 year, 11 months ago
  76. 4ae0e71 libfdt: FdtNodeMut::nop() by Jaewan Kim · 1 year, 11 months ago
  77. 17ba7a3 libfdt: Add phandle APIs by Jaewan Kim · 1 year, 11 months ago
  78. 5b05777 libfdt: Add FdtNode::supernode_at_depth() by Jaewan Kim · 1 year, 11 months ago
  79. bab4259 libfdt: Refactor path_offset() by Jaewan Kim · 1 year, 11 months ago
  80. 72d1090 libfdt: Add property iterator by Jaewan Kim · 1 year, 11 months ago
  81. ac9e7e0 Merge "libfdt: Fix method documentation style" into main by Jaewan Kim · 1 year, 11 months ago
  82. b3dcfc2 libfdt: Fix method documentation style by Jaewan Kim · 2 years ago
  83. 0df5fb1 Move device tree compile rule in common places by Jaewan Kim · 2 years ago
  84. bc828d7 libfdt: Add FdtNode::subnodes() by Jaewan Kim · 2 years ago
  85. fe06c85 libfdt: Refactor to keep iterators in one place by Jaewan Kim · 1 year, 11 months ago
  86. 08be799 Merge "libfdt: Add FdtNode::name()" into main by Treehugger Robot · 1 year, 11 months ago
  87. aa63870 libfdt: Add FdtNode::name() by Jaewan Kim · 2 years ago
  88. 02017da libs: Use Self::capacity() in Fdt::check_full() by Pierre-Clément Tosi · 2 years ago
  89. 474c0ee [dice] Retrieve the DICE data range from FDT in service VM by Alice Wang · 2 years ago
  90. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 2 years ago
  91. aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years ago
  92. 84b9a23 Standardise and require safety comments in libfdt. by Andrew Walbran · 2 years, 2 months ago
  93. 7b6e61f Bindgen 0.65.1 no longer supports size_t-is-usize by Matthew Maurer · 2 years, 2 months ago
  94. ce7ed5e Merge "Add a comment in TEST_MAPPING that ath_config has to be updated" by Treehugger Robot · 2 years, 3 months ago
  95. 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 3 months ago
  96. 2422bdc [fdt] Add function to get the first range in /memory node of fdt by Alice Wang · 2 years, 3 months ago
  97. 9d4df70 [fdt][test] Add integration test for libfdt by Alice Wang · 2 years, 3 months ago
  98. c27c427 pvmfw: Add swiotlb <reg> to platform.dts by Pierre-Clément Tosi · 2 years, 4 months ago
  99. be3a97b pvmfw: Accept either swiotlb DT reg or size/align by Pierre-Clément Tosi · 2 years, 4 months ago
  100. 0dcc75e libs: libfdt: Fix Fdt::header() using bad pointer by Pierre-Clément Tosi · 2 years, 4 months ago