1. 329176a dsp: platform: Merge PDR header extraction and validation by Andrew Jeffery · 3 months ago
  2. 4f60fb7 msgbuf: Bounds checks that satisfy GCC's analyzer by Andrew Jeffery · 3 months ago
  3. 830c1eb msgbuf: Externalise error value conversion by Andrew Jeffery · 3 months ago
  4. 2332e05 Revert "dsp: platform: Fix decode_set_event_receiver_req()" by Andrew Jeffery · 3 months ago
  5. 8c43abb dsp: platform: Fix decode_set_event_receiver_req() by Gilbert Chen · 3 months ago
  6. 9e16b18 platform: Fix checking `eventIDToAcknowledge` by Thu Nguyen · 3 months ago
  7. b43a778 platform: Support PLDM_CPER_EVENT in encode_platform_event_message_req() by John Chung · 3 months ago
  8. e5f1253 msgbuf: Improve type-specific ergonomics to match generic macros by Andrew Jeffery · 3 months ago
  9. 387b10f platform: fix encode/decode_poll_for_platform_event_message_req by Thu Nguyen · 3 months ago
  10. 74c9a54 pdr: Improve error propagation by Archana Kakani · 4 months ago
  11. ea0bf3a oem: meta: Stabilise decode/encode file IO API by Lora Lin · 4 months ago
  12. 6058215 dsp: pdr: Add pldm_entity_association_tree_copy_root_check() by Andrew Jeffery · 3 months ago
  13. 0550777 dsp: pdr: Open-code next_container_id() at its callsite by Andrew Jeffery · 3 months ago
  14. 890d37a dsp: pdr: Apply LIBPLDM_CC_NONNULL to reduce assert()s by Andrew Jeffery · 3 months ago
  15. 3b5ab92 dsp: bios_table: Null check for pldm_bios_table_iter_is_end() by Andrew Jeffery · 4 months ago
  16. 5c49f16 meson: Ban variable length arrays by Andrew Jeffery · 4 months ago
  17. 8b53ad9 pdr: Remove PDR record by record set identifier by Varsha Kaverappa · 7 months ago
  18. b31e4c6 pdr: Remove contained entity from PDR repo by Varsha Kaverappa · 6 months ago
  19. 7939382 msgbuf: Allow pldm_msgbuf_span_required to accept NULL by Varsha Kaverappa · 5 months ago
  20. 6476c96 oem: meta: Add encode_oem_meta_file_io_read_resp() by Lora Lin · 5 months ago
  21. 893a08f oem: meta: Add decode_oem_meta_file_io_read_req() by Lora Lin · 6 months ago
  22. 0f5be28 oem: meta: Add decode_oem_meta_file_io_write_req() by Lora Lin · 6 months ago
  23. e984a46 meson: Format build files with `meson format` by Andrew Jeffery · 4 months ago
  24. 3559aa1 platform: Stabilise decode_pldm_platform_cper_event API by Thu Nguyen · 4 months ago
  25. 90bbe6c compiler: Provide LIBPLDM_CC_NONNULL{,_ARGS()} by Andrew Jeffery · 4 months ago
  26. 0a1be3c msgbuf: Harden pldm_msgbuf_{insert,extract}_array() by Andrew Jeffery · 5 months ago
  27. cb569bc compiler: Provide LIBPLDM_CC_ALWAYS_INLINE by Andrew Jeffery · 4 months ago
  28. 0290303 platform: Remove `_data` suffix from `cper_event` decode API by Thu Nguyen · 4 months ago
  29. 860a43d compiler: Provide LIBPLDM_CC_UNUSED by Andrew Jeffery · 5 months ago
  30. 11e2e87 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  31. a5d18dc platform: Add decode_pldm_cper_event_data() API by Thu Nguyen · 5 months ago
  32. d8bb75c dsp: bios_table: Rename pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 6 months ago
  33. 504dd17 dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_integer_check() by Andrew Jeffery · 6 months ago
  34. 1a3983c dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_string_check() by Andrew Jeffery · 6 months ago
  35. 09004d6 dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_enum_check() by Andrew Jeffery · 6 months ago
  36. 5347e27 dsp: bios_table: Rename pldm_bios_table_attr_entry_integer_encode_check() by Andrew Jeffery · 6 months ago
  37. c668ffc dsp: bios_table: Rename pldm_bios_table_attr_entry_string_decode_def_string_length_check() by Andrew Jeffery · 6 months ago
  38. f6be493 dsp: bios_table: Rename pldm_bios_table_attr_entry_string_encode_check() by Andrew Jeffery · 6 months ago
  39. 82b4d3b dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 6 months ago
  40. 46673f4 dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_def_num_check() by Andrew Jeffery · 6 months ago
  41. b06882f dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_pv_num_check() by Andrew Jeffery · 6 months ago
  42. 7126b1d dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_encode_check() by Andrew Jeffery · 6 months ago
  43. 8c37ab3 dsp: bios_table: Rename pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 6 months ago
  44. e48fdd6 dsp: bios_table: Rename pldm_bios_table_string_entry_encode_check() by Andrew Jeffery · 6 months ago
  45. aa49b71 dsp: pdr: Rename pldm_entity_association_pdr_add_from_node_check() by Andrew Jeffery · 6 months ago
  46. d72ea4b dsp: pdr: Rename pldm_entity_association_pdr_add_check() by Andrew Jeffery · 6 months ago
  47. e7f5511 dsp: pdr: Rename pldm_pdr_add_fru_record_set_check() by Andrew Jeffery · 7 months ago
  48. fae3641 dsp: pdr: Rename pldm_pdr_add_check() by Andrew Jeffery · 7 months ago
  49. f874b38 platform: Stabilise decode_pldm_message_poll_event_data() APIs by Thu Nguyen · 5 months ago
  50. 7739d12 platform: Rework decode/encode_pldm_message_poll_event_data() APIs by Thu Nguyen · 5 months ago
  51. 2b440d4 msgbuf: Ensure memmem() is correctly typed and visible where required by Andrew Jeffery · 5 months ago
  52. 43cb4b5 platform: Stabilise related decode_entity_auxiliary_names_pdr*() APIs by Thu Nguyen · 6 months ago
  53. b6ef35b fw_update: Add encode req & decode resp for get_downstream_fw_params by Chris Wang · 6 months ago
  54. dacfa35 pdr: Add related decode_entity_auxiliary_names_pdr*() APIs by Thu Nguyen · 7 months ago
  55. 56f73f9 msgbuf: Add pldm_msgbuf_copy_string_utf16() by Andrew Jeffery · 6 months ago
  56. 1523778 msgbuf: Add pldm_msgbuf_span_string_utf16() by Thu Nguyen · 6 months ago
  57. 8b87960 msgbuf: Add pldm_msgbuf_copy_string_ascii() by Andrew Jeffery · 6 months ago
  58. 9c83d68 msgbuf: Add pldm_msgbuf_span_string_ascii() by Thu Nguyen · 6 months ago
  59. 1c57144 msgbuf: Generalize array extraction and insertion by Andrew Jeffery · 6 months ago
  60. 274732f pdr: Add pldm_pdr_get_terminus_handle() API by Pavithra Barithaya · 6 months ago
  61. e424067 requester: instance-id: Release read lock on conflict by Andrew Jeffery · 6 months ago
  62. 9e3a5d4 Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  63. d9b70ba dsp: fru: Rename get_fru_record_by_option_check() by Andrew Jeffery · 7 months ago
  64. de67ab6 platform: Stabilise GetStateEffecterStates functions by Tal Yacobi · 7 months ago
  65. f490a38 platform: Change GetStateEffecterStates API error personality by Tal Yacobi · 7 months ago
  66. d861a68 dsp: base: Rework {un,}pack_pldm_header() error handling by Andrew Jeffery · 7 months ago
  67. 48761c6 libpldm: Reorganize source and test files by Andrew Jeffery · 7 months ago
  68. 37552b9 pdr: Add contained entity to an association PDR by Varsha Kaverappa · 11 months ago
  69. c8df31c msgbuf: Add error code personalities by Andrew Jeffery · 8 months ago
  70. 76712f6 msgbuf: Always inline all functions by Andrew Jeffery · 8 months ago
  71. a6fa555 platform: Add support for GetStateEffecterStates command by Tal Yacobi · 8 months ago
  72. 909bf7c msgbuf: Add copy API by Varsha Kaverappa · 8 months ago
  73. 2ff8cf8 msgbuf: Remove use of ssize_t for overflow tracking by Andrew Jeffery · 8 months ago
  74. 07febdb msgbuf: Rework detection of invalid memory regions by Andrew Jeffery · 8 months ago
  75. 458475a fw_update: Add encode req & decode resp for query_downtream_identifiers by Chris Wang · 9 months ago
  76. 4c1f2c7 fw_update: Add encode req & decode resp for query_downstream_devices by Chris Wang · 10 months ago
  77. d4878cd pdr: Add decode_numeric_effecter_pdr_data() by Thu Nguyen · 1 year, 2 months ago
  78. 66c7723 msgbuf: Enable pldm_msgbuf_extract() into packed members by Andrew Jeffery · 9 months ago
  79. dc7d3b5 libpldm: Change hexadecimal literals to lowercase by Pavithra Barithaya · 11 months ago
  80. a065ecc msgbuf: Drop unnecessary buffer size arithmetic in array helpers by Andrew Jeffery · 1 year, 2 months ago
  81. 51230a0 pdr: Remove redundant constant for minimum numeric sensor PDR length by Thu Nguyen · 1 year, 2 months ago
  82. cd07fec msgbuf: Require sensor data enum in pldm_msgbuf_extract_sensor_value() by Thu Nguyen · 1 year, 2 months ago
  83. c6c391d pdr: Add preconditions for pldm_entity_association_tree_copy_root() by George Liu · 1 year, 2 months ago
  84. a98814f oem: meta: stabilise decode_oem_meta_file_io_req() by Andrew Jeffery · 1 year, 1 month ago
  85. 39eb322 pdr: Assign record_handle in entity_association_pdr_add_children() by Pavithra Barithaya · 1 year, 2 months ago
  86. 22fad39 oem: meta: Add decode_oem_meta_file_io_req() by Delphine CC Chiu · 1 year, 2 months ago
  87. 3a26705 pdr: Stabilise pldm_entity_association_pdr_add_from_node_with_record_handle() by Pavithra Barithaya · 1 year, 2 months ago
  88. 4a307bc pdr: Stabilise pldm_pdr_find_last_in_range() API by Pavithra Barithaya · 1 year, 2 months ago
  89. 1077d2d meson: Configure abi-dumper for mixed headers by Andrew Jeffery · 1 year, 1 month ago
  90. 75eea49 meson: Sort abi-dumper output by Andrew Jeffery · 1 year, 1 month ago
  91. efb4006 libpldm: More fixes for header use by Andrew Jeffery · 1 year, 2 months ago
  92. d12dd36 libpldm: Rationalise the local and installed path of pldm.h by Andrew Jeffery · 1 year, 2 months ago
  93. 5664cf2 meson: Move ABI compliance check alongside library target by Andrew Jeffery · 1 year, 2 months ago
  94. a7989cd meson: Fix for OEM header collision issue by Pavithra Barithaya · 1 year, 2 months ago
  95. b0c1d20 libpldm: Fix header use by Andrew Jeffery · 1 year, 2 months ago
  96. 691668f license: add spdx identifier to all files by Patrick Williams · 1 year, 2 months ago
  97. c0b5a6e clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  98. b9d951f Improving the clarity of the code by Archana Kakani · 1 year, 3 months ago
  99. 7dc429d transport: af-mctp: Stabilise pldm_transport_af_mctp_bind() by Andrew Jeffery · 1 year, 3 months ago
  100. 5239d9a base: Stabilise pldm_msg_hdr_correlate_response() by Andrew Jeffery · 1 year, 3 months ago