1. b3b84b4 clang-tidy: Enable modernize-deprecated-headers check by Pavithra Barithaya · 5 weeks ago
  2. 03b02d5 clang-tidy: Enable bugprone-too-small-loop-variable check by Pavithra Barithaya · 1 year, 3 months ago
  3. a34a64b Support numeric effecters in dbus-to-host-effecter by Thu Nguyen · 2 years, 6 months ago
  4. 3012b63 Format meson files with meson.format by Manojkiran Eda · 6 weeks ago
  5. 16c2a0a clang-format: re-format for clang-18 by Patrick Williams · 6 weeks ago
  6. 7761bd2 pldm: Move off pldm_entity_association_pdr_add_from_node_check() by Andrew Jeffery · 8 weeks ago
  7. 5a945bd pldm: Move off pldm_pdr_add_check() by Andrew Jeffery · 8 weeks ago
  8. c14fb4b pldm: Drop pessimizing moves by Andrew Jeffery · 9 weeks ago
  9. 3dd444d host-bmc: host_pdr_handler: Remove unused fields by Andrew Jeffery · 9 weeks ago
  10. bb9daa4 host-bmc: dbus_to_event_handler: Remove unused mctp_fd by Andrew Jeffery · 9 weeks ago
  11. 7a78ced host-bmc: cpu_core: Delete move methods by Andrew Jeffery · 9 weeks ago
  12. d769c6d host-bmc: motherboard: Delete move methods by Andrew Jeffery · 9 weeks ago
  13. 7197346 host-bmc: host_pdr_handler: Drop unused fruJson by Andrew Jeffery · 9 weeks ago
  14. 339bed3 host-bmc: host_pdr_handler: Drop unused emptyJsonList by Andrew Jeffery · 9 weeks ago
  15. 267c7ef Adding exception handling while hosting Dbus path by Kamalkumar Patel · 2 months ago
  16. 2ed986c Implementing Motherboard interface by Kamalkumar Patel · 5 months ago
  17. eb43d6c Add support for the coreCount property in DBus by Kamalkumar Patel · 5 months ago
  18. 478e71d host-bmc: Logging PEL for PDR Exchange Failure by Riya Dixit · 3 months ago
  19. c6240ac skip asking for PDR's from remote endpoint by Manojkiran Eda · 3 months ago
  20. b40f4f8 pldm: Implement Cable interface by Archana Kakani · 4 months ago
  21. 733b39d pldm: Implement PCIeDevice interface by Archana Kakani · 4 months ago
  22. bf1fd27 pldm: Implement PCIeSlot interface by Archana Kakani · 4 months ago
  23. 56da574 Adding CPUCore interface support by Kamalkumar Patel · 4 months ago
  24. 41ca40d pldm: Use system include directives for libpldm headers by Andrew Jeffery · 3 months ago
  25. 14107a1 host-bmc: migrate dbus hosting logic into dbus folder by Kamalkumar Patel · 3 months ago
  26. 7d427f1 pldm: Rearranging datatype declaration by Kamalkumar Patel · 5 months ago
  27. 2576aec Fix spelling mistakes using codespell by Manojkiran Eda · 3 months ago
  28. a881c17 Reduce multiple oem_ibm entry points in pldmd by George Liu · 3 years, 3 months ago
  29. 1e5c81e pldm: Remove unnecessary type casting in logs by Riya Dixit · 5 months ago
  30. fa08470 Make containerId optional in the event json file by Manojkiran Eda · 4 months ago
  31. d06de1c host-bmc: Removing misleading trace by Kamalkumar Patel · 4 months ago
  32. 15ce5a1 oem-ibm: Adding entity path correction function by Kamalkumar Patel · 5 months ago
  33. 516122e Add Json Config support for entity to DBus string by Kamalkumar Patel · 5 months ago
  34. 4e69d25 host-bmc: refine remote terminus functionality by Kamalkumar Patel · 5 months ago
  35. d6e10ad host-bmc: Improving Logs (lg2) by Riya Dixit · 6 months ago
  36. a13bf14 Remove dead host_pdr_handler code & json-file by Manojkiran Eda · 5 months ago
  37. bb405a7 Remove unused variables defined by Pavithra Barithaya · 5 months ago
  38. ace4e14 Deprecate the support for x86 sdk by Manojkiran Eda · 5 months ago
  39. 07a07e2 Fix a potential crash due to unbound array access by Manojkiran Eda · 5 months ago
  40. 92fb0b5 Revert "Adding severity when reporting an error" by Manojkiran Eda · 6 months ago
  41. 15b9411 fix constVariableReference cpp style check by Pavithra Barithaya · 6 months ago
  42. d28f08c Adding severity when reporting an error by Pavithra Barithaya · 2 years, 10 months ago
  43. ae933cc Add support for Previous State in Sensor events by Manojkiran Eda · 7 months ago
  44. cbe68b2 Remove iostream references by Sagar Srinivas · 7 months ago
  45. e3607a3 Add state set id support for remote sensor events by Sagar Srinivas · 8 months ago
  46. e4e2e82 simplify convert_from_string calls by Patrick Williams · 8 months ago
  47. 7b4d59a Reducing the dbus string constants by Pavithra Barithaya · 8 months ago
  48. 58cbcaf PLDM:Catching exception precisely and printing it by Kamalkumar Patel · 12 months ago
  49. 33a9cd0 host-bmc: fix fru record table size by Manojkiran Eda · 8 months ago
  50. 21f128d pldm: Use modern libpldm OEM header paths by Andrew Jeffery · 9 months ago
  51. 4668f5c pldm: Use system include directives for libpldm by Andrew Jeffery · 9 months ago
  52. cf77284 meson: adjust nlohmann-json dependency by Patrick Williams · 10 months ago
  53. 5db6e87 Fix pldm bump fail by Sagar Srinivas · 10 months ago
  54. 3687e2b oem_ibm: Persist the remote PDRs before merging by Sagar Srinivas · 1 year, 6 months ago
  55. 87bfacd build: use allowed over enabled by Patrick Williams · 10 months ago
  56. a675662 clang-format: copy latest and re-format by Patrick Williams · 12 months ago
  57. 96af8cb Normalize fru record set and PDRs from Remote terminus by George Liu · 3 years, 2 months ago
  58. 1ed5f7a pldm: Convert to using libpldm transport APIs by Rashmica Gupta · 1 year, 4 months ago
  59. 2abbce7 InstanceIdDb: Move header from pldmd/ to common/ by Andrew Jeffery · 12 months ago
  60. ebf8bb5 Maintain consistency of entity instance variable by Sagar Srinivas · 12 months ago
  61. d310f82 host-bmc: fix compile error for non-IBM platforms by Patrick Williams · 12 months ago
  62. 705fa98 sdbusplus: use shorter type aliases by Patrick Williams · 1 year ago
  63. 682ee18 Handle FRU records from host by George Liu · 3 years, 9 months ago
  64. f3c91cf Update pldm_entity_association_tree_add method by George Liu · 3 years ago
  65. df9a6d3 Handle entity association records from host by George Liu · 3 years, 9 months ago
  66. acf2c8c Update mergeEntityAssociations logic by George Liu · 3 years, 5 months ago
  67. 8e715ae pldm: Enhance the find & add pdr utilities by Manojkiran Eda · 3 years, 3 months ago
  68. 2af90d3 clang-error: fix clang-diagnostic-overloaded-virtual error by Pavithra Barithaya · 1 year, 3 months ago
  69. 64f37fe pldmd: Migrate to pldm_pdr_add_check() by Andrew Jeffery · 1 year, 3 months ago
  70. 1fd3c51 host-bmc: Migrate to pldm_entity_association_pdr_add_from_node_check() by Andrew Jeffery · 1 year, 3 months ago
  71. acb2029 pldmd: Account for pldm_pdr_init() returning NULL by Andrew Jeffery · 1 year, 3 months ago
  72. 4779227 pldm: Include config.h via compiler argument by Andrew Jeffery · 1 year, 4 months ago
  73. 558714d remove OSStart as indication host is running by Andrew Geissler · 1 year, 5 months ago
  74. a330b2f pldmd: Migrate instance ID allocation to pldm::InstanceIdDb by Andrew Jeffery · 1 year, 5 months ago
  75. 7c1dc7e pldmd: move to libpldm instance ID alloc/free by Andrew Jeffery · 1 year, 5 months ago
  76. 6da4f91 clang-format: copy latest and re-format by Patrick Williams · 1 year, 5 months ago
  77. c3d27e0 host-bmc: test: Avoid -Werror=overloaded-virtual by Andrew Jeffery · 1 year, 5 months ago
  78. 49cfb13 PLDM: Implementing Phosphor-Logging/LG2 logging by Riya Dixit · 1 year, 7 months ago
  79. 6c39c7a Populate correct terminusId by ArchanaKakani · 1 year, 10 months ago
  80. 040c618 Handle Dbus query exception gracefully by Archana Kakani · 1 year, 7 months ago
  81. c453e16 libpldm: Correct reference to libpldm header files by George Liu · 1 year, 9 months ago
  82. 3618064 prettier: re-format by Patrick Williams · 1 year, 10 months ago
  83. bb5fda4 Fix the Sensor Offset in the host_pdr_handler by RIYA DIXIT · 2 years ago
  84. 27a022c libpldm: Migrate to subproject by Andrew Jeffery · 2 years, 2 months ago
  85. ae5c97e PLDM: Handling modified PDRs by Pavithra Barithaya · 2 years, 1 month ago
  86. 52aad39 PLDM: Restrain from adding duplicate TL PDRs by Pavithra Barithaya · 2 years, 2 months ago
  87. 84b790c sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 2 months ago
  88. 3ca4045 Remove PDR's based on Terminus Handle by Manojkiran Eda · 3 years ago
  89. f2704dc support a BootProgress of SystemSetup for host running by Andrew Geissler · 2 years, 4 months ago
  90. 9999991 host-bmc: Split processing for string type by George Liu · 2 years, 10 months ago
  91. f34867d Remove Unnecessary trace in pldm by Manojkiran Eda · 2 years, 10 months ago
  92. 681715c host-bmc: Fix D-Bus property signal of sendStateSensorEvent method by George Liu · 2 years, 10 months ago
  93. 8fee19a Fix pldm crashes by Manojkiran Eda · 2 years, 11 months ago
  94. 60e1fe9 Make Terminus info a class variable by Manojkiran Eda · 3 years ago
  95. 23025b9 PLDM: fix for a poweron hang by Pavithra Barithaya · 3 years ago
  96. 54b5a56 PLDM : fix to remove a trace by Pavithra Barithaya · 3 years ago
  97. e5268cd Refactor the verbose tracing in PLDM by Tom Joseph · 3 years, 1 month ago
  98. 4fea7a2 exception: switch to public sdbus exception by Patrick Williams · 3 years, 1 month ago
  99. f9ba8c1 pldmd: use async instead of event loop at start by Sampa Misra · 3 years, 2 months ago
  100. 5079ac4 treewide: remove 'using namespace' from headers by Brad Bishop · 3 years, 1 month ago